Skip to content

Releases: sun-data/interface-region-imaging-spectrograph

v0.8.0

19 Nov 04:10
9c43285

Choose a tag to compare

What's Changed

  • Added iris.sg.open() function for convenience. by @roytsmart in #32
  • Added SpectrographObservation.show() method to plot a single raster of an observation. by @roytsmart in #33
  • Modified SpectrographObservation.from_fits() to be robust against observations with an invalid DATE_OBS. by @roytsmart in #34
  • Modified SpectrographObservation to have a different time for each frame in the raster. by @roytsmart in #35
  • Minor formatting fixes to SpectographObservation._animate(). by @roytsmart in #36
  • Modified iris.sg.effective_area() to use irispy instead of calculating it from the response files. by @roytsmart in #37

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Sep 19:57
ac12f3e

Choose a tag to compare

What's Changed

  • Modified the behaviour of iris.sg.SpectrographObservation.from_time_range() to include both finalized and NRT data if nrt=True. by @roytsmart in #28
  • Fixed a bug in iris.sg.SpectrographObservation.from_time_range() where an error was thrown if the current file had a smaller size than the other files in the sequence. by @roytsmart in #29
  • Added SpectrographObservation.to_jshtml() method to display the observation as a Javascript animation. by @roytsmart in #31

Full Changelog: v0.6.1...v0.7.0

v0.6.1

11 Apr 03:52
77e089e

Choose a tag to compare

What's Changed

  • Fixed a bug where separate observations weren't being sorted before being loaded. by @byrdie in #26
  • Modified iris.sg.SpectrographObservation.from_fits() to crop files that have a different shape than the first file. by @byrdie in #27

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Mar 19:19
8aca84e

Choose a tag to compare

What's Changed

  • Bump named-arrays to v0.17.1 by @byrdie in #23
  • Added nrt keyword to iris.data.query_hek(). by @byrdie in #24
  • Add nrt keyword to SpectrographObservation.from_time_range() classmethod. by @byrdie in #25

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Nov 07:19
0761557

Choose a tag to compare

What's Changed

  • Fixed a bug where obs coordinates were being interpreted as being on cell centers instead of cell vertices. by @byrdie in #19
  • Added iris.sg.SpectrographObservation.timedelta field which stores the exposure time for each frame of the observation. by @byrdie in #20
  • Added iris.sg.SpectrographObservation.radiance property which converts from DN to radiometric units. by @byrdie in #21
  • Bump named-arrays to version 0.16.0 by @byrdie in #22

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Nov 06:36
c4dcda6

Choose a tag to compare

What's Changed

  • Added citation to landing page. by @byrdie in #17
  • Bump named-arrays to 0.14.2 by @byrdie in #18

Full Changelog: v0.3.1...v0.4.0

v0.3.1

02 Nov 04:59
4abc1e0

Choose a tag to compare

What's Changed

  • Bumped named-arrays to version 0.14.1 by @byrdie in #15
  • Modified the NaN condition for spectrograph observations. by @byrdie in #16

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Nov 22:15
473bf1c

Choose a tag to compare

What's Changed

  • Fixed bug where times weren't being displayed in ISOT format by @byrdie in #10
  • Fix broken link in readme (again). by @byrdie in #11
  • Added Python 3.12 support by removing the urlpath dependency. by @byrdie in #12
  • Added iris.sg.effective_area() function. by @byrdie in #13
  • Bump named-arrays to version 0.14.0 by @byrdie in #14

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Sep 22:47
640708e

Choose a tag to compare

What's Changed

  • Added an sg module to collect spectrographic analyses. by @byrdie in #7
  • Fixed broken links in readme. by @byrdie in #8
  • Added iris.sg.background module for FUV background subtraction. by @byrdie in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Sep 18:05
5b854bc

Choose a tag to compare

What's Changed

  • Added Ruff Github workflow. by @byrdie in #1
  • Added iris.SpectrographObservation class. by @byrdie in #2
  • Fixed bug in iris.SpectrographObservation.from_fits() where the time wasn't being loaded properly. by @byrdie in #3
  • Added false-color movie example. by @byrdie in #4
  • Added example to the readme by @byrdie in #5
  • Fixed broken link in pyproject.toml. by @byrdie in #6

New Contributors

  • @byrdie made their first contribution in #1

Full Changelog: v0.0.2...v0.1.0