IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of GPC1_FlatField_Correction_20091003


Ignore:
Timestamp:
Oct 9, 2009, 2:50:48 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPC1_FlatField_Correction_20091003

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