Version 0.1.3
This version adds many new features including:
- The
lat_range
,lon_range
,min_brightness
,max_brightness
andbrightness_freq_range
keywords to theSkyModel.select
method. - The
SkyModel.assign_to_healpix
method to assign point component objects to a healpix grid (using the nearest neighbor approach). - The
nan_handling
keyword to theSkyModel.at_frequencies
method to control how NaNs in the stokes array on subband objects are handled during interpolation. - The
SkyModel.calculate_rise_set_lsts
and theSkyModel. cut_nonrising
methods.
Also, the ra
and dec
are no longer required parameters on healpix objects (since that information is encoded in the hpx_inds
parameter). The new SkyModel.get_lon_lat method
can be used to get the lat/lon values for any sky type (calculated from the hpx_inds
parameter on healpix type skies).
Full changes detailed below and in our changelog:
What's Changed
- bump codecov action from 1.5.2 to 2.0.2 by @mkolopanis in #154
- Improve the error message for initializing with wrong stokes shape by @bhazelton in #152
- Make ra, dec not required on healpix objects, add
assign_to_healpix
method by @bhazelton in #153 - Addition of Galactic Coordinate Frame by @aelanman in #145
- Fix lat/lon access in source_cuts method by @bhazelton in #159
- Add support for selecting based on coordinates by @bhazelton in #161
- Fix typo in changelog, re-write old test file by @bhazelton in #162
- Improve handling of optional parameters in concat by @bhazelton in #166
- fix
at_frequencies
interpolation if there are NaNs in the stokes array by @bhazelton in #165 - Fix test errors from distutils deprecation warnings by @bhazelton in #168
- Fix bug and improve readability of flat spectrum script by @bhazelton in #167
- Add a filename attribute to SkyModel to track input filename by @bhazelton in #169
- Update the changelog for a new version by @bhazelton in #170
Full Changelog: v0.1.2...v0.1.3