Changeset 29084
- Timestamp:
- Aug 31, 2010, 2:52:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/ippToPsps_run.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps_run.pl
r28907 r29084 17 17 18 18 # globals 19 my $camera = 'GPC1';19 my $camera = undef; 20 20 my $batchType = undef; 21 21 my $dvoLocation = undef; … … 33 33 # get user args 34 34 GetOptions( 35 'camera|c' => \$camera, 35 36 'output|o=s' => \$output, 36 37 'batch|b=s' => \$batchType, … … 63 64 print "* REQUIRED: need to provide a DVO Db -d <pathToDVO>\n"; 64 65 } 66 if (!defined $verbose) { 67 $camera = "GPC1"; 68 print "* OPTIONAL: select a camera -c (default = $camera)\n"; 69 } 65 70 if (!defined $singleExpId) { 66 71 … … 175 180 if (!$initBatch && $ippToPspsDb->isExposureAlreadyProcessed($expId)) { 176 181 177 if ($force) {print "* Forcing....\n";} 178 else {next}; 182 if ($force) {print "* Already processed '$expId', but forcing....\n";} 183 else { 184 185 print "* Exposure ID '$expId' has already been processed\n"; 186 next 187 }; 179 188 } 180 189
Note:
See TracChangeset
for help on using the changeset viewer.
