Skip to content

Commit

Permalink
Making updates to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Nov 4, 2023
1 parent bd5d030 commit 56edd27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
## [2.4.1] - 2023-10-13

### Added
- Added a `check_surface_based_positions` positions method for verifying antenna
positions are near surface of whatever celestial body their positions are referenced to
(either the Earth or Moon, currently).
- Added a `uvw_track_generator` method within `utils` for calculating the expected
uvws (and a few other values) without needing to instantiate a whole `UVData` object.
- Added a convenience function called `compare_value` in `UVParameter` that enables
Expand All @@ -20,6 +23,14 @@ file to the new `mwa_metafits_file` parameter.
- Support for setting the astrometry library for various object methods including `set_lsts_from_time_array`, file read methods and others.
- Properly round-trip the telescope frame through UVH5, UVFITS and MS files.

### Changed
- Increased the tolerance to 15 mas for a warning about values in `lst_array` not conforming
to exceptations for `UVData`, `UVCal`, and `UVFlag` (was 1 mas) inside of `check`, additionally
adding a keyword to enable the tolerance value to be specified.
- Changed the behavior of checking of telescope location to look at the combination of
`antenna_positions` and `telescope_location` together for `UVData`, `UVCal`, and `UVFlag`.
Additionally, failing this check results in a warning (was an error).

### Fixed
- A bug in apparent coordinate calculation that resulted in small errors/loss of
precision due to the way times were passed when using `erfa` astrometry library.
Expand Down

0 comments on commit 56edd27

Please sign in to comment.