Skip to content

Commit

Permalink
v0.2.0-alpha.11
Browse files Browse the repository at this point in the history
Also make the fits format the default instead of the bin format for
calibration solutions.
  • Loading branch information
cjordan committed Mar 9, 2022
1 parent c00174e commit 0abc675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwa_hyperdrive"
version = "0.2.0-alpha.10"
version = "0.2.0-alpha.11"
authors = [
"Christopher H. Jordan <[email protected]>",
"Derwent McElhinney <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub(crate) const DEFAULT_STOP_THRESHOLD: f64 = 1e-8;
pub(crate) const DEFAULT_MIN_THRESHOLD: f64 = 1e-4;

/// The default calibration solutions filename to use.
pub(crate) const DEFAULT_OUTPUT_SOLUTIONS_FILENAME: &str = "hyperdrive_solutions.bin";
pub(crate) const DEFAULT_OUTPUT_SOLUTIONS_FILENAME: &str = "hyperdrive_solutions.fits";

// sqrt(pi^2 / (2 ln(2)))
pub(crate) const SQRT_FRAC_PI_SQ_2_LN_2: f64 = 2.6682231283184983;
Expand Down

0 comments on commit 0abc675

Please sign in to comment.