Skip to content

Version 3.2.3

Latest
Compare
Choose a tag to compare
@bhazelton bhazelton released this 22 Jul 17:12
· 11 commits to main since this release

This release adds support for reading FEKO ffe files into a UVBeam object.

It also has a number of small improvements and bug fixes:

  • Analytic ShortDipoleBeam objects can now accept arbitrary wraps of 2pi in
    their feed angles. The feed angles that are stored on the object have their
    feed angles normalized to be between 0 and pi/2.
  • A bug in the UVBeam yaml constructor that caused the freq_range option to be ignored.
  • A bug in utils.io.ms.read_ms_history where reading the table caused an IndexError
    due to the "APP_PARAMS" and "CLI_COMMAND" columns being populated in a non-standard
    fashion.
  • A bug in UVBeam's CST reader that caused the bandpass array to be incorrectly
    set to 0 except for the first frequency.
  • A bug in UVParameter.get_from_form and UVParameter.set_from_form that caused
    errors when using astropy SkyCoord, Quantity or Time objects in UVParameters,
    arose when using UVBase._select_along_param_axis.

full details below and in our changelog:

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.2.3