Changeset 27729
- Timestamp:
- Apr 22, 2010, 4:25:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/ippToPsps_run.pl (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/ippToPsps_run.pl
r27710 r27729 12 12 13 13 # globals 14 my ($verbose, $save_temps, $no_op, $no_update, $camera, $product, $output, $dvodb, $ label, $singleExpId, $no_publish);14 my ($verbose, $save_temps, $no_op, $no_update, $camera, $product, $output, $dvodb, $datastoreProduct, $label, $singleExpId, $no_publish); 15 15 16 16 # TODO temporary until we use database to store current jobid … … 26 26 $output = undef; 27 27 $singleExpId = undef; 28 $datastoreProduct = "PSPS_test"; 28 29 29 30 # get user args … … 34 35 'label|l=s' => \$label, 35 36 'expid|e=s' => \$singleExpId, 37 'dsproduct|s=s' => \$datastoreProduct, 36 38 'no_publish' => \$no_publish, 37 39 'verbose|v' => \$verbose, … … 129 131 ORDER BY rawExp.exp_id ASC 130 132 SQL 133 #AND camRun.dist_group LIKE 'sas' 134 #AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' Jims Dec range 131 135 } 132 136 else { … … 137 141 SQL 138 142 } 139 140 if ($verbose) { print"* $query\n";}141 143 142 144 my $batchId = 0; … … 221 223 print "*\n*******************************************************************************\n\n"; 222 224 } 225 226 $db->disconnect(); 223 227 224 228 return 1; … … 549 553 $command .= " --datapath $fullJobPath"; 550 554 $command .= " --type IPP_PSPS"; 551 $command .= " --product PSPS_test";555 $command .= " --product $datastoreProduct"; 552 556 $command .= " --list $tempName"; 553 557
Note:
See TracChangeset
for help on using the changeset viewer.
