Skip to content

v3.1.0

Compare
Choose a tag to compare
@rosteen rosteen released this 26 Oct 19:23
· 62 commits to v3.1.x since this release

New Features

  • Add support for nonstandard viewer reference names [#1681]

  • Centralize data label generation if user does not provide a label with data load. Also
    prevent duplicate data labels from being added to data collection. [#1672]

Imviz

  • Catalogs plugin now supports loading a JWST catalog from a local ECSV file. [#1707]

  • New "batch_load" context manager to optimize loading multiple images. [#1742]

Specviz2d

  • Improved logic for initial guess for position of "Manual" background trace in spectral extraction
    plugin. [#1738]

  • Now supports loading a specific extension of the 2D spectrum file and
    transposing data on load. [#1705]

  • Spectral extraction plugin now supports visualizing and exporting the 1D spectrum associated
    with the background region. [#1682]

Bug Fixes

  • Disable unit conversion if spectral axis is in pixels or if flux
    is in counts, respectively. [#1734]

  • Improved performance when toggling visibility of data layers in data menu. [#1742]

Cubeviz

  • Fixed parsing of data cube without WCS. [#1734]

Imviz

  • Fixed Simple Aperture Photometry plugin compatibility with astropy v5.1.1. [#1769]

Mosviz

  • Fixed toolbar on 2d profile viewer. [#1778]

Specviz2d

  • Fixed parser not loading x1d when s2d is provided. [#1717]

  • Fixed toolbar on 2d spectrum viewer. [#1778]

Other Changes and Additions

  • Updated example notebooks (except MosvizExample) to use in-flight JWST data. [#1680]
  • Change RA/Dec significant figures from 4 to 6 in aperture photometry plugin. [#1750]