Changeset 29193 for trunk/ippToPsps/perl/makeDetections.pl
- Timestamp:
- Sep 22, 2010, 9:15:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/makeDetections.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/makeDetections.pl
r29188 r29193 21 21 my $output = undef; 22 22 my $singleExpId = undef; 23 my $lastExpId = undef; 23 24 my $datastoreProduct = undef; 24 25 my $force = undef; … … 33 34 'dvolocation|l=s' => \$dvoPath, 34 35 'expid|e=s' => \$singleExpId, 36 'lastexpid|x=s' => \$lastExpId, 35 37 'product|p=s' => \$datastoreProduct, 36 38 'verbose|v' => \$verbose, … … 66 68 $singleExpId = -1; 67 69 print "* OPTIONAL: a single exposure ID -e <expID> (default = none)\n"; 70 } 71 if (!defined $lastExpId) { 72 $lastExpId = 0; 73 print "* OPTIONAL: process from last exp ID -x <expID> (default = $lastExpId)\n"; 68 74 } 69 75 if (!defined $datastoreProduct) { … … 107 113 else { 108 114 109 if (!$gpc1Db->getExposureListFromDvoDb($dvoDb, \$exposures )) {exit;}115 if (!$gpc1Db->getExposureListFromDvoDb($dvoDb, \$exposures, $lastExpId)) {exit;} 110 116 } 111 117
Note:
See TracChangeset
for help on using the changeset viewer.
