Skip to content

toasty 0.15.0

Compare
Choose a tag to compare
@wwtelescope wwtelescope released this 14 Jan 20:09
· 120 commits to master since this release

toasty 0.15.0 (2022-01-14)

  • Start adding metadata about data min/max values and suggested pixel range cuts
    for tiled FITS data sets, for either TOAST or HiPS-based data processing (#71,
    @imbasimba). This will allow the renderer to provide nice default settings
    when opening up FITS datasets.
  • Add support for 32-bit integer FITS (#72, @imbasimba)
  • Allow Astropy's WCS code to fix non-standard FITS headers, which increases our
    compatibility with more FITS datasets in the wild (#73, @imbasimba)
  • Add the --fits-wcs argument to tile-study, to apply coordinates to an RGB
    image based on the data contained in a separate FITS file (#74, @pkgw). This
    is especially useful if you have an image that Astrometry.Net can solve, since
    that service produces small downloadable FITS files with its solution
    information.
  • Reorganize the API docs a bit (#74, @pkgw)