-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestpriority=99really not importantreally not important
Description
For example, if the sequencer sends "expose 5" that invokes do_expose(5), stores 5 in the class, then at the end of the exposure, AstroCam::Interface::dothread_monitor_exposure_pending will decrement the class variable, --nexp and calls do_expose(nexp), I.E. do_expose(4). So it's a little redundant now that I look at it, because it's going to save 4 in the class when it already has it.
It could be made a little cleaner if this line were moved to the AstroCam::Interface::expose wrapper.
Originally posted by @astronomerdave in #347 (comment)
^^make that cleaner^^
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority=99really not importantreally not important