// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//! Useful constants.
use Complex64 as c64;
/// Beamformer delay step \[seconds\]
pub const DELAY_STEP: f64 = 435.0e-12;
pub const J_POWER_TABLE: = ;
/// MWA dipole separation \[metres\]
pub const MWA_DPL_SEP: f64 = 1.100;