Uploaded image for project: 'Instrument control development'
  1. Instrument control development
  2. INSTRM-2198

agcc Actor uses usec, not sec to calculate magnitude

    XMLWordPrintable

    Details

    • Sprint:
      EngRun16May

      Description

      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)

        Attachments

          Activity

            People

            • Assignee:
              karr karr
              Reporter:
              yuki.moritani yuki.moritani
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: