Closed wschoenell closed 6 years ago
This PR reviews the scheduler to fix bugs and add functionalities for, i.e., making dome flats.
Changes are:
Adds domeTracking and domeAz options to the point action for taking dome flats
domeTracking
domeAz
Include dome tracking and dome azimuth in pointing. Useful for doing dome flats
Close images after taking them in scheduler, as recommended fixing #160 for the scheduler
Adds binning option for autoflats
Change the old SlewAt and StartAt for only one option StartAt which is the time where the program should start.
SlewAt
StartAt
Added validFor option for programs, so if NOW > StartAt + validFor, program is skipped.
validFor
Fixed binning and window database model to String data types enabling them to be used in the scheduler
binning
window
String
Added wait_dome option to the programs to reduce the dead time when syncing lazy domes like the LNA serial dome
wait_dome
Removed the undesired point-to-flat action before taking dome flats
This PR reviews the scheduler to fix bugs and add functionalities for, i.e., making dome flats.
Changes are:
Adds
domeTracking
anddomeAz
options to the point action for taking dome flatsInclude dome tracking and dome azimuth in pointing. Useful for doing dome flats
Close images after taking them in scheduler, as recommended fixing #160 for the scheduler
Adds binning option for autoflats
Change the old
SlewAt
andStartAt
for only one optionStartAt
which is the time where the program should start.Added
validFor
option for programs, so if NOW >StartAt
+validFor
, program is skipped.Fixed
binning
andwindow
database model toString
data types enabling them to be used in the schedulerAdded
wait_dome
option to the programs to reduce the dead time when syncing lazy domes like the LNA serial domeRemoved the undesired point-to-flat action before taking dome flats