Skip to content

GWCS 0.16.0

Compare
Choose a tag to compare
@nden nden released this 18 Dec 23:17
· 255 commits to master since this release
031dbd6

New Features

  • Added an option to to_fits_sip() to be able to specify the reference point (crpix) of the FITS WCS. [#337]
  • Added support for providing custom range of degrees in to_fits_sip. [#339]

Bug Fixes

  • Bounding_box now works with tuple of Quantities. [#331]
  • Fix a formula for estimating crpix in to_fits_sip() so that crpix is near the center of the bounding box. [#337]
  • Allow sub-pixel sampling of the WCS model when computing SIP approximation in to_fits_sip(). [#338]
  • Fixed a bug in to_fits_sip due to which inv_degree was ignored. [#339]