v0.2.0
What's Changed
- Added
msfc_ccd.TeledynceCCD230sensor model and reorganized the code to use this model. by @byrdie in #7 - Modified
SensorDataandTapDatato be instances ofnamed_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 aTapDatainstance to aSensorDatainstance. by @byrdie in #13 - Added
TapData.bias()method and associated report. by @byrdie in #14 - Added
SensorData.unbiasedandTapData.unbiasedproperties. by @byrdie in #15 - Added
TapData.activeandSensorData.activeproperties. by @byrdie in #16 - Define from_scalar method for ImageHeader by @jacobdparker in #12
- Modified
SensorData.from_fits()to simplify the shape of theserial_numberfield if possible. by @byrdie in #17 - Removed
optikadependency since it was not being used. by @byrdie in #18
New Contributors
- @jacobdparker made their first contribution in #12
Full Changelog: v0.1.2...v0.2.0