What's Changed
- Turn on pydocstyle rules in Ruff. by @byrdie in #19
- Added
msfc_ccd.Camera
class 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_noise
fields to theTeledyneCCD230
class. by @byrdie in #24 - Added
num_pixel
,readout_mode
andnum_pixel_active
attributes to theTeledyneCCD230
class. by @byrdie in #25 - Added
temperature
attribute anddark_current()
method to theTeledyneCCD230
class. by @byrdie in #26 - Added
num_pixel_x
andnum_pixel_y
fields to theTeledyneCCD230
class. by @byrdie in #27 - Added
width_package
andheight_package
fields to theTeledyneCCD230
class. by @byrdie in #28 - Added
TeledyneCCD230.cte
attribute. by @byrdie in #29 - Remove the
Camera.readout_noise
attribute since it is redundant. by @byrdie in #30 - Moved dark current example to a separate report. by @byrdie in #31
- Added
Camera.exposure_time
attribute. by @byrdie in #32 - Renamed
width_package
andheight_package
towidth_package_x
anwidth_package_y
. by @byrdie in #33 - Added
TeledyneCCD230.width_package
property. by @byrdie in #34 - Added
AbstractSensor.width_active
property. by @byrdie in #35
Full Changelog: v0.2.0...v0.3.0