Version 0.1.3
This version adds many new features including:
- The
lat_range,lon_range,min_brightness,max_brightnessandbrightness_freq_rangekeywords to theSkyModel.selectmethod. - The
SkyModel.assign_to_healpixmethod to assign point component objects to a healpix grid (using the nearest neighbor approach). - The
nan_handlingkeyword to theSkyModel.at_frequenciesmethod to control how NaNs in the stokes array on subband objects are handled during interpolation. - The
SkyModel.calculate_rise_set_lstsand theSkyModel. cut_nonrisingmethods.
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_healpixmethod 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_frequenciesinterpolation 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