CaltechOpticalObservatories / camera-interface

Detector controller interface server supporting Archon and ARC (aka "Leach") controllers.
7 stars 1 forks source link

Display exptime value with proper units in longexposure function #22

Closed scizen9 closed 3 months ago

scizen9 commented 3 months ago

To notify the user that the exptime value may not be what is expected, the longexposure command now prints out the new exposure time and units.

This avoids the scaling issue when going from msec to sec and partially addresses issue #19.

scizen9 commented 3 months ago

This PR may not be needed if we make exptime units a config parameter.

scizen9 commented 3 months ago

Closing for now until we make a decision about exptime units being in configuration file or not.