Skip to content

v0.9.0

Compare
Choose a tag to compare
@michealroberts michealroberts released this 06 Nov 12:25
· 342 commits to main since this release
b86464b

What's Changed

  • feat: Added NewFITSHeader default specification HDU values. by @michealroberts in #54
  • refactor: Added *FITSImage specific headers for fits IRIS module. by @michealroberts in #55
  • feat: Added NewFITSImageFrom2DData() to fits IRIS module. by @michealroberts in #56
  • feat: Added (m *Monochrome16Exposure) GetFITSImage() to monochrome IRIS module. by @michealroberts in #57
  • feat: Added (m *MonochromeExposure) GetFITSImage() to monochrome IRIS module. by @michealroberts in #58
  • refactor: NewFITSImageFrom2DData() returns full &FITSImage{}. by @michealroberts in #59
  • feat: Added writeFloat32ArrayToBuffer(data []float32) (*bytes.Buffer) to fits IRIS module. by @michealroberts in #60
  • fix: Ensured FITS Standard v4.0 ordering of HDR Header values. by @michealroberts in #61
  • fix: Ensured FITS Standard v4.0 when bitpix value is -32. by @michealroberts in #62
  • feat: Added (h *FITSHeader) WriteToBuffer(buf *bytes.Buffer) to fits IRIS module. by @michealroberts in #63
  • fix: Added *bytes.Buffer arg to writeFloat32ArrayToBuffer() by @michealroberts in #64
  • feat: Added (f *FITSImage) WriteToBuffer() to fits IRIS module. by @michealroberts in #65
  • fix: Removed reference to DeferForEachPixel in (m *Monochrome16Exposure) calls. by @michealroberts in #66
  • fix: Removed reference to DeferForEachPixel in (m *MonochromeExposure) calls. by @michealroberts in #67

Full Changelog: v0.8.0...v0.9.0