Changeset 23395 for trunk/ippScripts/scripts
- Timestamp:
- Mar 18, 2009, 10:25:01 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r23295 r23395 37 37 # Parse the command-line arguments 38 38 my ( $exp_id, $chip_id, $class_id, $chip_imfile_id, $uri, $camera, $outroot, $dbname, $run_state, $reduction, $threads, $verbose, 39 $no_update, $no_op, $redirect );39 $no_update, $no_op, $redirect, $magicked ); 40 40 GetOptions( 41 41 'exp_id=s' => \$exp_id, # Exposure identifier … … 49 49 'reduction=s' => \$reduction, # Reduction class 50 50 'run-state=s' => \$run_state, # current state of the run (new, update) 51 'magicked' => \$magicked, # magicked state of intput file 51 52 'threads=s' => \$threads, # Number of threads to use for ppImage 52 53 'verbose' => \$verbose, # Print to stdout … … 215 216 $command .= " -uri $outputImage"; 216 217 $command .= " -path_base $outroot"; 218 $command .= " -magicked" if $magicked; 217 219 $command .= " -hostname $host" if defined $host; 218 220 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
