Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@roytsmart roytsmart released this 14 Aug 22:11
1739ee5

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, and readout_noise fields to the TeledyneCCD230 class. by @byrdie in #24
  • Added num_pixel, readout_mode and num_pixel_active attributes to the TeledyneCCD230 class. by @byrdie in #25
  • Added temperature attribute and dark_current() method to the TeledyneCCD230 class. by @byrdie in #26
  • Added num_pixel_x and num_pixel_y fields to the TeledyneCCD230 class. by @byrdie in #27
  • Added width_package and height_package fields to the TeledyneCCD230 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 and height_package to width_package_x an width_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