Changeset 29561 for trunk/ippScripts/scripts/magic_destreak_revert.pl
- Timestamp:
- Oct 26, 2010, 8:39:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_revert.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_revert.pl
r27946 r29561 38 38 39 39 # Parse the command-line arguments 40 my ($magic_ds_id, $camera, $streaks, $stage, $stage_id, $component, $uri, $path_base, $bothways, $cam_path_base, $cam_reduction, $magicked );40 my ($magic_ds_id, $camera, $streaks, $stage, $stage_id, $component, $uri, $path_base, $bothways, $cam_path_base, $cam_reduction, $magicked, $run_state); 41 41 my ($outroot, $recoveryroot, $replace, $release, $bytes, $md5sum); 42 42 my ($dbname, $save_temps, $verbose, $no_update, $no_op, $logfile); … … 47 47 'stage=s' => \$stage, # raw, chip, warp, or diff 48 48 'stage_id=s' => \$stage_id, # exp_id, chip_id, warp_id, or diff_id 49 'run-state=s' => \$run_state, # current state of run 49 50 'component=s' => \$component, # the class_id or skycell_id 50 51 'path_base=s' => \$path_base, # path_base of the input … … 74 75 defined $path_base and 75 76 defined $magicked and 77 defined $run_state and 76 78 defined $outroot; 77 79 … … 248 250 { 249 251 my $command = "$magicdstool -revertdestreakedfile -i_am_sure"; 252 $command .= " -state $run_state"; 250 253 $command .= " -magic_ds_id $magic_ds_id"; 251 254 $command .= " -component $component";
Note:
See TracChangeset
for help on using the changeset viewer.
