Skip to content

v0.2.0

Choose a tag to compare

@roytsmart roytsmart released this 30 Jul 20:24
· 42 commits to main since this release
fb5ce19

What's Changed

  • Added msfc_ccd.TeledynceCCD230 sensor model and reorganized the code to use this model. by @byrdie in #7
  • Modified SensorData and TapData to be instances of named_arrays.FunctionArray. by @byrdie in #8
  • Moved the Fe-55 sample images to their own directory. by @byrdie in #9
  • Added dark sample images from the 2019 ESIS flight. by @byrdie in #10
  • Fixed a bug in SensorData.from_fits() where the time wasn't being loaded correctly. by @byrdie in #11
  • Added SensorData.from_taps() method to convert a TapData instance to a SensorData instance. by @byrdie in #13
  • Added TapData.bias() method and associated report. by @byrdie in #14
  • Added SensorData.unbiased and TapData.unbiased properties. by @byrdie in #15
  • Added TapData.active and SensorData.active properties. by @byrdie in #16
  • Define from_scalar method for ImageHeader by @jacobdparker in #12
  • Modified SensorData.from_fits() to simplify the shape of the serial_number field if possible. by @byrdie in #17
  • Removed optika dependency since it was not being used. by @byrdie in #18

New Contributors

Full Changelog: v0.1.2...v0.2.0