Skip to content

Releases: observerly/iris

v0.22.0

11 Dec 15:22
fcc9071
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v0.21.0...v0.22.0

v0.21.0

09 Dec 15:35
50a5d34
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added MasterBiasFrame struct to frames IRIS module. by @michealroberts in #181
  • feat: Added NewMasterBiasFrame(frames []fits.FITSImage, ...) *MasterBiasFrame to frames IRIS module. by @michealroberts in #182
  • feat: Added (m *MasterBiasFrame) ApplyFrame to frames IRIS module. by @michealroberts in #183
  • feat: Added MasterDarkFrame struct to frames IRIS module. by @michealroberts in #184
  • feat: Added NewMasterDarkFrame(frames []fits.FITSImage, ...) *MasterD… by @michealroberts in #185
  • feat: Added (m *MasterDarkFrame) ApplyFrame to frames IRIS module. by @michealroberts in #186
  • feat: Added MasterFlatFrame struct to frames IRIS module. by @michealroberts in #187
  • feat: Added NewMasterFlatFrame(frames []fits.FITSImage, ...) *MasterFlatFrame to frames IRIS module. by @michealroberts in #188
  • feat: Added (m *MasterFlatFrame) ApplyFrame to frames IRIS module. by @michealroberts in #189

Refactors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

06 Dec 20:24
67a4a75
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added NewFITSImageFromReader(r io.Reader) *FITSImage to fits IRIS module. by @michealroberts in #180

Full Changelog: v0.19.0...v0.20.0

v0.19.0

06 Dec 12:37
d47b118
Compare
Choose a tag to compare

What's Changed

Features

Miscellaneous

Full Changelog: v0.18.0...v0.19.0

v0.18.0

29 Nov 14:16
16cd89b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

28 Nov 16:41
93d2ca5
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added Flatten2DUInt32Array() to utils IRIS module. by @michealroberts in #162
  • feat: Added rejectBadPixels(stars []Star, ...) to photometry IRIS module. by @michealroberts in #140
  • feat: Added (s *StarsExtractor) RejectBadPixels() to stars IRIS module. by @michealroberts in #164
  • feat: Added type StarLink struct to stars IRIS module. by @michealroberts in #166
  • feat: Added filterOverlappingPixels(stars []Star, ...) to photometry IRIS module. by @michealroberts in #167
  • feat: Added (s *StarsExtractor) FilterOverlappingPixels() to stars IRIS module. by @michealroberts in #168
  • feat: Added shiftToCenterOfMass(stars []Star, data []float32) to photometry IRIS module. by @michealroberts in #169
  • feat: Added (s *StarsExtractor) ShiftToCenterOfMass() to stars IRIS module. by @michealroberts in #170
  • feat: Added extractAndFilterHalfFluxRadius(stars []Star, data []float32, ...) to photometry IRIS module. by @michealroberts in #171
  • feat: Added (s *StarsExtractor) ExtractAndFilterHalfFluxRadius() to stars IRIS module. by @michealroberts in #172

Refactors

  • refactor: Added utils.Flatten2DUInt32Array(ex) to NewFITSImageFrom2DData() in fits IRIS module. by @michealroberts in #163
  • refactor: Amended (s *StarsExtractor) GetBrightPixels() in stars IRIS module. by @michealroberts in #165

Full Changelog: v0.16.0...v0.17.0

v0.16.0

26 Nov 12:36
02a5357
Compare
Choose a tag to compare

What's Changed

Reafctors

  • refactor: Removed redundant NewFITSImageFromImage(img *FITSImage). by @michealroberts in #160 [!BREAKING CHANGE]
  • refactor: Removed redundant NewFITSImageFromNaxisn(img *FITSImage). by @michealroberts in #161 [!BREAKING CHANGE]

Full Changelog: v0.15.0...v0.16.0

v0.15.0

22 Nov 22:25
c850482
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Refactors

  • refactor: Added GetTestData() to reduced duplication in stats IRIS module. by @michealroberts in #134
  • refactor: Append stars to s.Stars in (s *StarsExtractor) GetBrightPixels(). by @michealroberts in #138
  • refactor: Added GetTestDataFromImage() to reduced duplication in fits IRIS module. by @michealroberts in #144
  • refactor: Removed panic in favour of a returned error for Subtract() and Divide(). by @michealroberts in #146

Full Changelog: v0.14.0...v0.15.0

v0.14.0

18 Nov 11:56
45c5d48
Compare
Choose a tag to compare

What's Changed

Features

Refactors

  • refactor: Replaced usage of data with s.Data to align NewStats() API. by @michealroberts in #133

Full Changelog: v0.13.0...v0.14.0

v0.13.0

15 Nov 18:30
cf16cab
Compare
Choose a tag to compare

What's Changed

Features

Refactors

Full Changelog: v0.12.0...v0.13.0