Changeset 12225 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Mar 5, 2007, 11:50:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r12213 r12225 36 36 $class_id, # Class identifier 37 37 $input, # Input FITS file 38 $recipe, # Recipe to use 38 39 $camera, # Camera 39 40 $dbname, # Database name … … 47 48 'class_id=s' => \$class_id, 48 49 'uri|u=s' => \$input, 50 'recipe=s' => \$recipe, 49 51 'camera|c=s' => \$camera, 50 52 'dbname|d=s' => \$dbname, # Database name … … 141 143 $command .= " -chip_id $chip_id"; 142 144 $command .= " -class_id $class_id"; 143 $command .= " -recip " . RECIPE;144 145 $command .= " -uri $outputImage"; 145 146 $command .= " -path_base $outputRoot";
Note:
See TracChangeset
for help on using the changeset viewer.
