Changelog#
0.6.0, December 24, 2022#
β¨ Improved#
Allow to set an image area and trim region in the image parameters.
Use custom image areas for the FVC at APO and LCO.
Ensure that camera is closed and the handle released.
Output when a camera connects/disconnects to the actor users.
Only run timed status when cameras are connected, to avoid unnecessary warnings.
Ensure
libfliis available when then actor starts.
βοΈ Engineering#
Do not update
latestDocker image for tagged versions.Update release workflow to build wheels for multiple architectures and versions.
0.5.0, September 11, 2022#
π New#
Added GFAs for LCO.
Updated the APO cameras after GFA-1 and GFA-6 were replaced.
Complete LCO header cards.
β¨ Improved#
Allow to skip finding calibration files to save time. In this case
BIASFILE="".
π§ Fixed#
Forced
sdsstools>=0.5.2to fix the calculation of SJD.Avoid creating multiple
BIASFILEheader entries.
0.4.0 - June 5, 2022#
π New#
Added header keyword
BIASFILEwith the most recently taken bias image (on the same SJD).Added header keyword
SJDwith the SDSS custom Julian Day.
π·οΈ Changed#
Output image directory now uses SJD (SDSS JD) from
sdsstools.time.get_sjd()instead of the usual MJD.
0.3.0 - June 4, 2022#
β¨ Improved#
Skip disconnect if no cameras are connected.
Use RICE_1 compression for the FVC.
Add
Dockerfile_testto create docker image using local versions ofbasecamandflicamera.
π§ Fixed#
Do not fail if exposure time is 0.0.
0.2.2 - January 7, 2022#
β¨ Improved#
Avoid duplicated
integratingmessages.Better handling of some exceptions when camera disconnects.
Improve FPS card descriptions.
Improve connection to Tron.
0.2.1 - Decemeber 14, 2021#
β¨ Improved#
Used in conjunction with
basecam >=0.5.3fixed the issue with compressed extensions not being read by some software.Added FPS cards to headers.
Improvements to
Dockerfile.
0.2.0 - August 2, 2021#
π New#
Add mostly complete header datamodel.
Update configuration file with real S/N for all GFA and FVC. Set the correct image names and directory names.
Add option to simulate cameras and exposures.
Set temperature setpoint to -10C for FVC when camera is connected.
β¨ Improved#
Use
furoandmyst-parserfor documentation.Set umask to
002in the Dockerfile so that new images getrwpermissions when created on an NFS mount.
π§Ή Clean#
Format with
blackand add types to most of the codebase.