- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp/scripts (modified) (1 prop)
-
pstamp/scripts/pstamp_job_run.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/pstamp/scripts
- Property svn:mergeinfo set to
-
branches/meh_branches/ppsub_test/pstamp/scripts/pstamp_job_run.pl
r31508 r33098 59 59 $options = 1 if !$options; 60 60 61 # We don't need to muggle anymore. Ignore those options 62 $options &= ~($PSTAMP_REQUEST_UNCENSORED | $PSTAMP_REQUIRE_UNCENSORED); 61 63 62 64 my $ipprc = PS::IPP::Config->new(); # IPP Configuration … … 88 90 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 89 91 92 my $params = read_params_file($outputBase); 93 90 94 my $jobStatus; 91 95 if ($jobType eq "stamp") { 92 my $params = read_params_file($outputBase);93 96 94 97 my $argString; … … 107 110 $nan_masked = 0; 108 111 $muggle = 1; 112 } 113 114 if ($stage eq "raw") { 115 $options &= ~($PSTAMP_SELECT_MASK | $PSTAMP_SELECT_VARIANCE); 109 116 } 110 117 … … 214 221 } 215 222 223 # MAGIC IS DEAD 224 $nan_masked = 0; 225 216 226 my $command = "$ppstamp $outputBase $argString $fileArgs"; 217 227 $command .= " -dbname $dbname" if $dbname; … … 272 282 } elsif ($jobType eq "get_image") { 273 283 274 my $uri = ""; 284 my $pstamp_bundle_root = metadataLookupStr($ipprc->{_siteConfig}, "PSTAMP_BUNDLE_ROOT"); 285 my $imagedb = $params->{imagedb}; 286 275 287 my $command = "$pstamp_get_image_job --job_id $job_id --output_base $outputBase --rownum $rownum"; 288 $command .= " --bundleroot $pstamp_bundle_root" if $pstamp_bundle_root; 289 $command .= " --imagedb $imagedb" if $imagedb; 276 290 $command .= " --dbname $dbname" if $dbname; 277 291 $command .= " --dbserver $dbserver" if $dbserver;
Note:
See TracChangeset
for help on using the changeset viewer.
