Changeset 26889
- Timestamp:
- Feb 10, 2010, 7:20:44 PM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r26567 r26889 157 157 book getword diffSkyfile $pageName state -var RUN_STATE 158 158 book getword diffSkyfile $pageName dbname -var DBNAME 159 book getword diffSkyfile $pageName reduction -var REDUCTION 159 160 160 161 # set the host and workdir based on the skycell hash … … 175 176 if ("$BOTHWAYS" == "T") 176 177 $run = $run --inverse 178 end 179 if ("$REDUCTION" != "NULL") 180 $run = $run --reduction $REDUCTION 177 181 end 178 182 add_standard_args run -
trunk/ippTasks/flatcorr.pro
r25915 r26889 251 251 task flatcorr.run 252 252 host local 253 npending 1 253 254 254 255 periods -poll $LOADPOLL 255 256 periods -exec $LOADEXEC 256 periods -timeout 60257 periods -timeout 3600 257 258 258 259 # silently drop stdout … … 282 283 book getword flatcorrBook $pageName workdir -var WORKDIR_TEMPLATE 283 284 284 # specify choice of remote host285 # set a specific DVO host here286 if ($PARALLEL)287 host anyhost288 else289 host local290 end291 292 285 # save the pageName for future reference below 293 286 options $pageName -
trunk/ippTasks/magic.pro
r26856 r26889 305 305 $WORKDIR = $WORKDIR_TEMPLATE 306 306 307 sprintf outroot "%s/%s/%s.mgc.%s.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID $NODE 308 309 ## generate output log based on filerule (convert the URI to a PATH) 310 ## caution with neb:// names here: 311 # $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $MAGIC_ID --basename $outroot` 312 $logfile = $outroot.log 307 sprintf baseroot "%s/%s/%s.mgc.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID 308 309 $logfile = $baseroot.$NODE.log 313 310 if ("$logfile" == "") 314 311 echo "WARNING: logfile not defined in magic.process.run" … … 321 318 mkdir $outpath 322 319 323 $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE -- outroot $outroot --logfile $logfile320 $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --baseroot $baseroot --logfile $logfile 324 321 add_standard_args run 325 322
Note:
See TracChangeset
for help on using the changeset viewer.
