Changeset 27015 for trunk/ippScripts/scripts/magic_destreak_revert.pl
- Timestamp:
- Feb 19, 2010, 2:29:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_revert.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_revert.pl
r26976 r27015 36 36 37 37 # Parse the command-line arguments 38 my ($magic_ds_id, $camera, $streaks, $stage, $stage_id, $component, $uri, $path_base, $ inverse, $cam_path_base);38 my ($magic_ds_id, $camera, $streaks, $stage, $stage_id, $component, $uri, $path_base, $bothways, $cam_path_base); 39 39 my ($outroot, $recoveryroot, $replace, $release, $bytes, $md5sum); 40 40 my ($dbname, $save_temps, $verbose, $no_update, $no_op, $logfile); … … 51 51 'recoveryroot=s' => \$recoveryroot,# "directory" for saving the images of excised pixels 52 52 'replace=s' => \$replace, # replace the input images with the results. 53 'bothways=s' => \$bothways, # run has inverse files (bothways diff) 53 54 'save-temps' => \$save_temps, # Save temporary files? 54 55 'dbname=s' => \$dbname, # Database name … … 193 194 revert_files($replace, $image, $mask, $weight, $sources, $astrom, $bimage, $bmask, $bweight, $bsources, $bastrom); 194 195 195 if ($stage eq "diff" and $ inverse) {196 if ($stage eq "diff" and $bothways) { 196 197 my $name = "PPSUB.INVERSE"; 197 198 $image = $ipprc->filename($name, $path_base);
Note:
See TracChangeset
for help on using the changeset viewer.
