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

Design and create operational database tables for A&G camera exposures

    XMLWordPrintable

    Details

      Description

      We need tables in the operational database to store information about A&G camera exposures and parameters of detected candidate guide stellar objects by the AGCC actor. We may be able to model the tables after those for MCS and start our discussion with something like the following two tables:

      1. agc_exposure table

      • frame_id (int4 or int8)
      • pfs_visit_id (int4)
      • exptime (float4)
      • taken_at (timestamp)
      • azimuth (float4)
      • altitude (float4)
      • inr (float4)
      • adc (float4)

      2. agc_data table

      • frame_id (int4 or int8)
      • camera_id (int2)
      • spot_id (int2)
      • image_moment_00 (float4)
      • centroid_x or image_moment_10 (float4)
      • centroid_y or image_moment_01 (float4)
      • central_image_moment_11 (float4)
      • central_image_moment_20 (float4)
      • central_image_moment_02 (float4)
      • (TBD for higher order central image moments)
      • peak_pixel_x (int2)
      • peak_pixel_y (int2)
      • peak_intensity (int2?)
      • background (float4)

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                chihyi chihyi
                Reporter:
                hiro Yoshida, Hiroshige
              • Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: