IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of GPC1_FlatField_Correction_20091003


Ignore:
Timestamp:
Oct 12, 2009, 3:08:08 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPC1_FlatField_Correction_20091003

    v2 v3  
    2828* Test the corrections:
    2929{{{
    30 set options = "-simple -dbname gpc1 -definebyquery -mode flattest -reduction flattest"
    31 set options = "$options -set_label flatcorr.20091003"
     30set options = "-simple -dbname gpc1 -definebyquery -make_correction"
     31set options = "$options -set_reduction FLATTEST -det_type FLATTEST"
     32set options = "$options -set_label flattest.20091010"
    3233set options = "$options -dateobs_begin 2009-06-10T00:00:00 -dateobs_end 2009-06-14T00:00:00"
    3334set 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"
     35set options = "$options -set_workdir neb://@HOST@.0/gpc1/flattest.20091010"
     36set options = "$options -set_dvodb /data/ipp009.0/gpc1/flattest.20091010"
     37set options = "$options -set_region 240,255:-5,5"
    3638
    3739flatcorr $options -filter g.00000
     
    4143flatcorr $options -filter y.00000
    4244}}}
     45
     46After 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
     48In 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