Changeset 18503
- Timestamp:
- Jul 13, 2008, 3:36:57 PM (18 years ago)
- Location:
- branches/eam_branch_20080706
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
ippScripts/Build.PL (modified) (1 diff)
-
ippScripts/scripts/detrend_reject_imfile.pl (deleted)
-
ippScripts/scripts/detrend_resid.pl (deleted)
-
ippScripts/scripts/detrend_resid_exp.pl (added)
-
ippScripts/scripts/detrend_resid_imfile.pl (added)
-
ippTasks/detrend.resid.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ippScripts/Build.PL
r18358 r18503 42 42 scripts/detrend_norm_apply.pl 43 43 scripts/detrend_norm_exp.pl 44 scripts/detrend_resid .pl45 scripts/detrend_re ject_imfile.pl44 scripts/detrend_resid_imfile.pl 45 scripts/detrend_resid_exp.pl 46 46 scripts/detrend_reject_exp.pl 47 47 scripts/chip_imfile.pl -
branches/eam_branch_20080706/ippTasks/detrend.resid.pro
r18048 r18503 145 145 stderr $LOGDIR/detresid.run.log 146 146 147 $run = detrend_resid .pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output147 $run = detrend_resid_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output 148 148 if ("$REDUCTION" != "NULL") 149 149 $run = $run --reduction $REDUCTION … … 262 262 stderr $LOGDIR/detresid.exp.run.log 263 263 264 $run = detrend_re ject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output264 $run = detrend_resid_exp.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output 265 265 add_standard_args run 266 266
Note:
See TracChangeset
for help on using the changeset viewer.
