Skip to content

Releases: observerly/iris

v0.41.0

30 Nov 14:57
53f97c4
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add (s *StarsExtractor) RejectMisalignedPixels() to stars module in @observerly/iris by @michealroberts in #259

Full Changelog: v0.40.0...v0.41.0

v0.40.0

30 Nov 11:57
1fdfa47
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add epoch support to AddObservationEntry() in @observerly/iris by @michealroberts in #254

Fixes

  • fix: amend writeFloat() to handle scientific notation correctly in @observerly/iris by @michealroberts in #253
  • fix: amend (h *FITSHeader) Set to not parse dates on set in @observerly/iris by @michealroberts in #255
  • fix: amend AddObservationEntry to correctly set EPOCH values in @observerly/iris by @michealroberts in #256
  • fix: amend DATE sets to use Format("2006-01-02T15:04:05") across @observerly/iris by @michealroberts in #257
  • fix: amend AddObservationEntry to correctly set EPOCH values in @observerly/iris by @michealroberts in #258

Full Changelog: v0.39.0...v0.40.0

v0.39.0

10 Nov 17:24
465f07a
Compare
Choose a tag to compare

What's Changed

Features

Refactors

  • refactor: amend NewFITSImage to use h.Set in fits module in @observerly/iris by @michealroberts in #244
  • refactor: add (h *FITSHeader) Set in header module in @observerly/iris by @michealroberts in #245
  • refactor: amend NewFITSHeader to use h.Set in fits module in @observerly/iris by @michealroberts in #246
  • refactor: amend NewFITSImageFrom2DData to use h.Set in fits module in @observerly/iris by @michealroberts in #249
  • refactor: amend AddObservationEntry to use h.Set in fits module in @observerly/iris by @michealroberts in #250
  • refactor: amend AddObserverEntry to use h.Set in fits module in @observerly/iris by @michealroberts in #251

Fixes

  • fix: amend (h *FITSHeader) Set to correctly handle dates in @observerly/iris by @michealroberts in #248

Full Changelog: v0.38.0...v0.39.0

v0.38.0

10 Nov 13:50
38cb839
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add (h *FITSHeader) Set to header module in @observerly/iris by @michealroberts in #243

Full Changelog: v0.37.0...v0.38.0

v0.37.0

28 Oct 16:05
716ea08
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v0.36.1...v0.37.0

v0.36.1

22 Oct 14:13
47df02e
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: amend typo for Elevation in FITSObserver struc in @observerly/iris by @michealroberts in #233

Full Changelog: v0.36.0...v0.36.1

v0.36.0

22 Oct 12:49
1242009
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add "JD-OBS" header set to fits.AddObservationEntry() in @observerly/iris by @michealroberts in #230
  • feat: add horizontal paramaters to FITSObservation struct in @observerly/iris by @michealroberts in #231
  • feat: add (f *FITSImage) AddObserverEntry to fits module in @observerly/iris by @michealroberts in #232

Full Changelog: v0.35.0...v0.36.0

v0.35.0

17 Oct 20:04
4968173
Compare
Choose a tag to compare

What's Changed

This release of IRIS introduces the ability to encode an image.Image model as an astrotiff, writing the relevant IFD header details as per the ASTROTIFF v1.0 specification here: https://astro-tiff.sourceforge.io/.

Features

  • feat: add (h *FITSHeader) AddLineFeedCharacteToHeaderRow utility in @observerly/iris by @michealroberts in #220
  • feat: add Encode to astrotiff module in @observerly/iris by @michealroberts in #229

Full Changelog: v0.34.0...v0.35.0

v0.34.0

05 Oct 13:47
184781f
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add BoundsFloat32Array() to utils module in @observerly/iris by @michealroberts in #218
  • feat: add NewGray16FromRawFloat32Pixels to image module in @observerly/iris by @michealroberts in #219

Full Changelog: v0.33.0...v0.34.0

v0.33.0

23 Sep 13:26
e8b9662
Compare
Choose a tag to compare

What's Changed

Refactors

  • refactor!: amend Point{} to X, Y in vcurve module in @observerly/iris by @michealroberts in #217

Chores

Full Changelog: v0.32.0...v0.33.0