Changes between Version 2 and Version 3 of GPC1_FlatField_Correction_20091003
- Timestamp:
- Oct 12, 2009, 3:08:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPC1_FlatField_Correction_20091003
v2 v3 28 28 * Test the corrections: 29 29 {{{ 30 set options = "-simple -dbname gpc1 -definebyquery -mode flattest -reduction flattest" 31 set options = "$options -set_label flatcorr.20091003" 30 set options = "-simple -dbname gpc1 -definebyquery -make_correction" 31 set options = "$options -set_reduction FLATTEST -det_type FLATTEST" 32 set options = "$options -set_label flattest.20091010" 32 33 set options = "$options -dateobs_begin 2009-06-10T00:00:00 -dateobs_end 2009-06-14T00:00:00" 33 34 set options = "$options -comment %sdss_radec_photcorr%" 34 set options = "$options -set_workdir neb://@HOST@.0/gpc1/flatcorr.20091003" 35 set options = "$options -set_dvodb /data/ipp009.0/gpc1/flatcorr.20091003" 35 set options = "$options -set_workdir neb://@HOST@.0/gpc1/flattest.20091010" 36 set options = "$options -set_dvodb /data/ipp009.0/gpc1/flattest.20091010" 37 set options = "$options -set_region 240,255:-5,5" 36 38 37 39 flatcorr $options -filter g.00000 … … 41 43 flatcorr $options -filter y.00000 42 44 }}} 45 46 After the flattest ran successfully, I changed the det_type of the test flat (the corrected flat) to FLAT, and the original input flat to (FLAT_RAW). 47 48 In fact, this is a little confusing in the database: the r-band correction analysis failed initially, but I still created the detRun for the correction, setting the state to 'wait' so it would not be processed. But, I created the corrected flat-field detRun for r-band, which means the corrected flat (FLATTEST originally, now FLAT) comes '''before''' the correction for r-band (since the correction is created only after the processing finishes). 49
