| | 1 | == Flat-field Correction Analysis (GPC1 2009.10) == |
| | 2 | |
| | 3 | * Generate a flat-field correction analysis run selecting an appropriate set of observations: |
| | 4 | {{{ |
| | 5 | set options = "-simple -dbname gpc1 -definebyquery" |
| | 6 | set options = "$options -set_label flatcorr.20091003" |
| | 7 | set options = "$options -dateobs_begin 2009-06-10T00:00:00 -dateobs_end 2009-06-14T00:00:00" |
| | 8 | set options = "$options -comment %sdss_radec_photcorr%" |
| | 9 | set options = "$options -set_workdir neb://@HOST@.0/gpc1/flatcorr.20091003" |
| | 10 | set options = "$options -set_dvodb /data/ipp009.0/gpc1/flatcorr.20091003" |
| | 11 | |
| | 12 | chiptool $options -filter g.00000 |
| | 13 | chiptool $options -filter r.00000 |
| | 14 | chiptool $options -filter i.00000 |
| | 15 | chiptool $options -filter z.00000 |
| | 16 | chiptool $options -filter y.00000 |
| | 17 | }}} |
| | 18 | |
| | 19 | * Apply the corrections: |
| | 20 | {{{ |
| | 21 | dettool -makecorrection -det_type FLATTEST -det_id 105 -iteration 0 -workdir neb://@HOST@.0/gpc1/flatcorr.20091003 -dbname gpc1 |
| | 22 | dettool -makecorrection -det_type FLATTEST -det_id 106 -iteration 0 -workdir neb://@HOST@.0/gpc1/flatcorr.20091003 -dbname gpc1 |
| | 23 | dettool -makecorrection -det_type FLATTEST -det_id 107 -iteration 0 -workdir neb://@HOST@.0/gpc1/flatcorr.20091003 -dbname gpc1 |
| | 24 | dettool -makecorrection -det_type FLATTEST -det_id 109 -iteration 0 -workdir neb://@HOST@.0/gpc1/flatcorr.20091003 -dbname gpc1 |
| | 25 | dettool -makecorrection -det_type FLATTEST -det_id 110 -iteration 0 -workdir neb://@HOST@.0/gpc1/flatcorr.20091003 -dbname gpc1 |
| | 26 | }}} |
| | 27 | |
| | 28 | * Test the corrections: |
| | 29 | |