Changeset 12369
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 10 edited
-
camera.pro (modified) (2 diffs)
-
chip.pro (modified) (2 diffs)
-
detrend.norm.pro (modified) (6 diffs)
-
detrend.process.pro (modified) (4 diffs)
-
detrend.reject.pro (modified) (2 diffs)
-
detrend.resid.pro (modified) (4 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
diff.pro (modified) (2 diffs)
-
stack.pro (modified) (2 diffs)
-
warp.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r12368 r12369 143 143 exec mkdir -p $outroot 144 144 145 $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS 146 if ($WORKDIR != NULL) 147 $run = $run --workdir $outroot 148 end 149 145 150 # save the pageName for future reference below 146 151 options $pageName … … 148 153 # create the command line 149 154 if ($VERBOSE > 1) 150 echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS155 echo command $run 151 156 end 152 command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS157 command $run 153 158 end 154 159 -
trunk/ippTasks/chip.pro
r12368 r12369 146 146 exec mkdir -p $outroot 147 147 148 $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS 149 if ($WORKDIR != NULL) 150 $run = $run --workdir $outroot 151 end 152 148 153 # save the pageName for future reference below 149 154 options $pageName … … 151 156 # create the command line 152 157 if ($VERBOSE > 1) 153 echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS158 echo command $run 154 159 end 155 command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS160 command $run 156 161 end 157 162 -
trunk/ippTasks/detrend.norm.pro
r12368 r12369 175 175 exec mkdir -p $outroot 176 176 177 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS 178 if ($WORKDIR != NULL) 179 $run = $run --workdir $outroot 180 end 181 177 182 # save the pageName for future reference below 178 183 options $pageName … … 180 185 # create example job options as a demonstration 181 186 if ($VERBOSE > 1) 182 echo command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS183 end 184 command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS187 echo command $run 188 end 189 command $run 185 190 end 186 191 … … 293 298 exec mkdir -p $outroot 294 299 300 $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE $ARGS 301 if ($WORKDIR != NULL) 302 $run = $run --workdir $outroot 303 end 304 295 305 # save the pageName for future reference below 296 306 options $pageName … … 298 308 # create example job options as a demonstration 299 309 if ($VERBOSE > 1) 300 echo command detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS301 end 302 command detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS310 echo command $run 311 end 312 command $run 303 313 end 304 314 … … 408 418 exec mkdir -p $outroot 409 419 420 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE $ARGS 421 if ($WORKDIR != NULL) 422 $run = $run --workdir $outroot 423 end 424 410 425 # save the pageName for future reference below 411 426 options $pageName … … 413 428 # create example job options as a demonstration 414 429 if ($VERBOSE > 1) 415 echo command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS416 end 417 command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS430 echo command $run 431 end 432 command $run 418 433 end 419 434 -
trunk/ippTasks/detrend.process.pro
r12368 r12369 165 165 exec mkdir -p $outroot 166 166 167 $run = detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS 168 if ($WORKDIR != NULL) 169 $run = $run --workdir $outroot 170 end 171 167 172 # save the pageName for future reference below 168 173 options $pageName … … 170 175 # create example job options as a demonstration 171 176 if ($VERBOSE > 1) 172 echo command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA --workdir $outroot $ARGS173 end 174 command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA --workdir $outroot $ARGS177 echo command $run 178 end 179 command $run 175 180 end 176 181 … … 282 287 exec mkdir -p $outroot 283 288 289 $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS 290 if ($WORKDIR != NULL) 291 $run = $run --workdir $outroot 292 end 293 284 294 # save the pageName for future reference below 285 295 options $pageName … … 287 297 # create example job options as a demonstration 288 298 if ($VERBOSE > 1) 289 echo command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS290 end 291 command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS299 echo command $run 300 end 301 command $run 292 302 end 293 303 -
trunk/ippTasks/detrend.reject.pro
r12368 r12369 144 144 exec mkdir -p $outroot 145 145 146 $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS 147 if ($WORKDIR != NULL) 148 $run = $run --workdir $outroot 149 end 150 146 151 # save the pageName for future reference below 147 152 options $pageName … … 149 154 # create example job options as a demonstration 150 155 if ($VERBOSE > 1) 151 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS156 echo command $run 152 157 end 153 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS158 command $run 154 159 end 155 160 -
trunk/ippTasks/detrend.resid.pro
r12368 r12369 165 165 exec mkdir -p $outroot 166 166 167 $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS 168 if ($WORKDIR != NULL) 169 $run = $run --workdir $outroot 170 end 171 167 172 # save the pageName for future reference below 168 173 options $pageName … … 170 175 # create command 171 176 if ($VERBOSE > 1) 172 echo command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS173 end 174 command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS177 echo command $run 178 end 179 command $run 175 180 end 176 181 … … 283 288 exec mkdir -p $outroot 284 289 290 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS 291 if ($WORKDIR != NULL) 292 $run = $run --workdir $outroot 293 end 294 285 295 # save the pageName for future reference below 286 296 options $pageName … … 288 298 # create example job options as a demonstration 289 299 if ($VERBOSE > 1) 290 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS291 end 292 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS300 echo command $run 301 end 302 command $run 293 303 end 294 304 -
trunk/ippTasks/detrend.stack.pro
r12368 r12369 148 148 options $pageName 149 149 150 $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA $ARGS 151 if ($WORKDIR != NULL) 152 $run = $run --workdir $outroot 153 end 154 150 155 # create the command line 151 156 if ($VERBOSE > 1) 152 echo command detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS157 echo command $run 153 158 end 154 command detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS159 command $run 155 160 end 156 161 -
trunk/ippTasks/diff.pro
r12368 r12369 152 152 exec mkdir -p $outroot 153 153 154 $run = diff_skycell.pl --diff_id $DIFF_ID $ARGS 155 if ($WORKDIR != NULL) 156 $run = $run --workdir $outroot 157 end 158 154 159 # save the pageName for future reference below 155 160 options $pageName … … 157 162 # create the command line 158 163 if ($VERBOSE > 1) 159 echo command diff_skycell.pl --diff_id $DIFF_ID --workdir $outroot $ARGS164 echo command $run 160 165 end 161 command diff_skycell.pl --diff_id $DIFF_ID --workdir $outroot $ARGS166 command $run 162 167 end 163 168 -
trunk/ippTasks/stack.pro
r12368 r12369 152 152 exec mkdir -p $outroot 153 153 154 $run = stack_skycell.pl --stack_id $STACK_ID $ARGS 155 if ($WORKDIR != NULL) 156 $run = $run --workdir $outroot 157 end 158 154 159 # save the pageName for future reference below 155 160 options $pageName … … 157 162 # create the command line 158 163 if ($VERBOSE > 1) 159 echo command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS164 echo command $run 160 165 end 161 command stack_skycell.pl --stack_id $STACK_ID --workdir $outroot $ARGS166 command $run 162 167 end 163 168 -
trunk/ippTasks/warp.pro
r12368 r12369 169 169 exec mkdir -p $outroot 170 170 171 $run = warp_overlap.pl --warp_id $WARP_ID --camera $CAMERA $ARGS 172 if ($WORKDIR != NULL) 173 $run = $run --workdir $WORKDIR 174 end 175 171 176 # save the pageName for future reference below 172 177 options $pageName … … 174 179 # create the command line 175 180 if ($VERBOSE > 1) 176 echo command warp_overlap.pl --warp_id $WARP_ID --camera $CAMERA --workdir $outroot $ARGS177 end 178 command warp_overlap.pl --warp_id $WARP_ID --camera $CAMERA --workdir $outroot $ARGS181 echo command $run 182 end 183 command $run 179 184 end 180 185 … … 287 292 exec mkdir -p $outroot 288 293 294 $run = warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_id $TESS_ID --camera $CAMERA $ARGS 295 if ($WORKDIR != NULL) 296 $run = $run --workdir $outroot 297 end 298 289 299 # save the pageName for future reference below 290 300 options $pageName … … 292 302 # create the command line 293 303 if ($VERBOSE > 1) 294 echo command warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_id $TESS_ID --camera $CAMERA --workdir $outroot $ARGS295 end 296 command warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_id $TESS_ID --camera $CAMERA --workdir $outroot $ARGS304 echo command $run 305 end 306 command $run 297 307 end 298 308
Note:
See TracChangeset
for help on using the changeset viewer.
