Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-33103

Run ComCam closed loop for high density fields

    XMLWordPrintable

    Details

      Description

      Evaluate and document performance for  ComCam closed loop for high density fields especially in the context of blended sources

        Attachments

        1. closedLoopSourceDensity.png
          closedLoopSourceDensity.png
          53 kB
        2. high_dens_field_1.png
          high_dens_field_1.png
          51 kB
        3. high_dens_field_2.png
          high_dens_field_2.png
          50 kB
        4. high_dens_field_3.png
          high_dens_field_3.png
          50 kB
        5. image-2022-03-11-11-47-49-055.png
          image-2022-03-11-11-47-49-055.png
          681 kB

          Activity

          Hide
          jbkalmbach Bryce Kalmbach added a comment -

          Results are stored at UW in: /epyc/projects/lsst_comm/closedLoopTests

          Show
          jbkalmbach Bryce Kalmbach added a comment - Results are stored at UW in: /epyc/projects/lsst_comm/closedLoopTests
          Hide
          jbkalmbach Bryce Kalmbach added a comment -

          Pipeline Configuration:

           

          # This yaml file is used to define the tasks and configuration of
          # a Gen 3 pipeline used for testing in ts_wep.
          description: wep basic processing test pipeline
          # Here we specify the corresponding instrument for the data we
          # will be using.
          instrument: lsst.obs.lsst.LsstCam
          # Then we can specify each task in our pipeline by a name
          # and then specify the class name corresponding to that task
          tasks:
            isr:
              class: lsst.ip.isr.isrTask.IsrTask
              # Below we specify the configuration settings we want to use
              # when running the task in this pipeline. Since our data doesn't
              # include bias or flats we only want to use doApplyGains and
              # doOverscan in our isr task.
              config:
                connections.outputExposure: 'postISRCCD'
                doBias: False
                doVariance: False
                doLinearize: False
                doCrosstalk: False
                doDefect: False
                doNanMasking: False
                doInterpolate: False
                doBrighterFatter: False
                doDark: False
                doFlat: False
                doApplyGains: True
                doFringe: False
                doOverscan: True
            generateDonutCatalogWcsTask:
              class: lsst.ts.wep.task.GenerateDonutCatalogWcsTask.GenerateDonutCatalogWcsTask
              # Here we specify the configurations for pointing that we added into the class
              # GenerateDonutCatalogWcsTaskConfig.
              config:
                filterName: 'g'
                referenceSelector.doMagLimit: True
                referenceSelector.magLimit.maximum: 15.90
                referenceSelector.magLimit.minimum: 8.74
                referenceSelector.magLimit.fluxField: 'g_flux'
                doDonutSelection: True
                donutSelector.fluxField: 'g_flux'
                donutSelector.donutRadius: 80
            estimateZernikesCwfsTask:
              class: lsst.ts.wep.task.EstimateZernikesCwfsTask.EstimateZernikesCwfsTask
              config:
                # And here we specify the configuration settings originally defined in
                # EstimateZernikesCwfsTaskConfig.
                donutTemplateSize: 160
                donutStampSize: 160
                initialCutoutPadding: 5
          
          

          Show
          jbkalmbach Bryce Kalmbach added a comment - Pipeline Configuration:   # This yaml file is used to define the tasks and configuration of # a Gen 3 pipeline used for testing in ts_wep. description: wep basic processing test pipeline # Here we specify the corresponding instrument for the data we # will be using. instrument: lsst.obs.lsst.LsstCam # Then we can specify each task in our pipeline by a name # and then specify the class name corresponding to that task tasks: isr: class: lsst.ip.isr.isrTask.IsrTask # Below we specify the configuration settings we want to use # when running the task in this pipeline. Since our data doesn't # include bias or flats we only want to use doApplyGains and # doOverscan in our isr task. config: connections.outputExposure: 'postISRCCD' doBias: False doVariance: False doLinearize: False doCrosstalk: False doDefect: False doNanMasking: False doInterpolate: False doBrighterFatter: False doDark: False doFlat: False doApplyGains: True doFringe: False doOverscan: True generateDonutCatalogWcsTask: class: lsst.ts.wep.task.GenerateDonutCatalogWcsTask.GenerateDonutCatalogWcsTask # Here we specify the configurations for pointing that we added into the class # GenerateDonutCatalogWcsTaskConfig. config: filterName: 'g' referenceSelector.doMagLimit: True referenceSelector.magLimit.maximum: 15.90 referenceSelector.magLimit.minimum: 8.74 referenceSelector.magLimit.fluxField: 'g_flux' doDonutSelection: True donutSelector.fluxField: 'g_flux' donutSelector.donutRadius: 80 estimateZernikesCwfsTask: class: lsst.ts.wep.task.EstimateZernikesCwfsTask.EstimateZernikesCwfsTask config: # And here we specify the configuration settings originally defined in # EstimateZernikesCwfsTaskConfig. donutTemplateSize: 160 donutStampSize: 160 initialCutoutPadding: 5
          Hide
          ajc Andrew Connolly added a comment -

          LGTM

          Closed loop converges - with the pointing positions the analysis is repeatable

          Show
          ajc Andrew Connolly added a comment - LGTM Closed loop converges - with the pointing positions the analysis is repeatable
          Hide
          sthomas Sandrine Thomas added a comment -

          Bryce Kalmbach Could you add an image of the camera field with all the donuts ?

          Show
          sthomas Sandrine Thomas added a comment - Bryce Kalmbach Could you add an image of the camera field with all the donuts ?
          Hide
          jbkalmbach Bryce Kalmbach added a comment -

          Show
          jbkalmbach Bryce Kalmbach added a comment -

            People

            Assignee:
            jbkalmbach Bryce Kalmbach
            Reporter:
            ajc Andrew Connolly
            Reviewers:
            Andrew Connolly
            Watchers:
            Andrew Connolly, Bryce Kalmbach, Sandrine Thomas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Due:
              Created:
              Updated:
              Resolved:

                Jenkins

                No builds found.