v0.3.0
What's Changed
- Turn on pydocstyle rules in Ruff. by @byrdie in #19
- Added
msfc_ccd.Cameraclass by @byrdie in #20 - Move from the Kankelborg-Group organization to the sun-data organization. by @byrdie in #21
- Update codecov GitHub action. by @byrdie in #22
- Added
manufacturer,family,serial_number, andreadout_noisefields to theTeledyneCCD230class. by @byrdie in #24 - Added
num_pixel,readout_modeandnum_pixel_activeattributes to theTeledyneCCD230class. by @byrdie in #25 - Added
temperatureattribute anddark_current()method to theTeledyneCCD230class. by @byrdie in #26 - Added
num_pixel_xandnum_pixel_yfields to theTeledyneCCD230class. by @byrdie in #27 - Added
width_packageandheight_packagefields to theTeledyneCCD230class. by @byrdie in #28 - Added
TeledyneCCD230.cteattribute. by @byrdie in #29 - Remove the
Camera.readout_noiseattribute since it is redundant. by @byrdie in #30 - Moved dark current example to a separate report. by @byrdie in #31
- Added
Camera.exposure_timeattribute. by @byrdie in #32 - Renamed
width_packageandheight_packagetowidth_package_xanwidth_package_y. by @byrdie in #33 - Added
TeledyneCCD230.width_packageproperty. by @byrdie in #34 - Added
AbstractSensor.width_activeproperty. by @byrdie in #35
Full Changelog: v0.2.0...v0.3.0