Changeset 18501
- Timestamp:
- Jul 13, 2008, 2:54:11 PM (18 years ago)
- Location:
- branches/eam_branch_20080706/ippScripts/scripts
- Files:
-
- 3 edited
-
detrend_norm_calc.pl (modified) (1 diff)
-
detrend_reject_exp.pl (modified) (2 diffs)
-
detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ippScripts/scripts/detrend_norm_calc.pl
r18473 r18501 232 232 $command .= " -det_id $det_id"; 233 233 $command .= " -iteration $iter"; 234 # XXX EAM : we should add this to the db : $command .= " -path_base $outroot"; 234 235 $command .= " -code $exit_code"; 235 236 $command .= " -dbname $dbname" if defined $dbname; -
branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_exp.pl
r18473 r18501 318 318 $command .= " -accept" if $master; 319 319 $command .= " -dbname $dbname" if defined $dbname; 320 ### XXX WE NEED to make this a recipe-driven option321 320 $command .= " -again" unless $stop; 322 321 $command .= $stats->cmdflags(); … … 355 354 $command .= " -det_id $det_id"; 356 355 $command .= " -iteration $iter"; 356 # XXX EAM : we should add this to the db : $command .= " -path_base $outroot"; 357 357 $command .= " -code $exit_code"; 358 358 $command .= " -dbname $dbname" if defined $dbname; -
branches/eam_branch_20080706/ippScripts/scripts/detrend_stack.pl
r18473 r18501 244 244 $command .= " -iteration $iter"; 245 245 $command .= " -class_id $class_id"; 246 # XXX EAM : we should add this to the db : $command .= " -path_base $outroot"; 246 247 $command .= " -code $exit_code"; 247 248 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
