-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_agccActor
-
Labels:
-
Sprint:EngRun16May
agcc Actor uses "sec" for exposure time, and somehow converted to micro-sec to calculate magnitude:
In "/python/agccActor/expose.py"
# update the exposure time in cParms
self.cParms['expTime']=expTime_ms*1000
And "/python/agccActor/camera.py"
expTime_ms = int(expTime * 1000)
Reported magnitude (~32-35 mag) shows that this conversion doesn't taken into account. (It is necessary to use micro-sec to calcuration, or change exposure time to the unit of sec)