- Timestamp:
- Dec 10, 2013, 2:14:21 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/skycell_jpeg.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904
- Property svn:mergeinfo changed
/trunk merged: 36287,36289-36290,36295-36296,36312-36313,36337,36356-36357,36360-36361,36363-36366
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130904/ippScripts/scripts/skycell_jpeg.pl
r35853 r36370 271 271 272 272 my %products = ('image' => "PPSTACK.UNCONV", 273 'mask' => "PPSTACK.UNCONV.MASK",273 # 'mask' => "PPSTACK.UNCONV.MASK", 274 274 'variance' => "PPSTACK.UNCONV.VARIANCE", 275 275 'exp' => "PPSTACK.UNCONV.EXP", … … 327 327 $command .= " -Di BIN1 1 -Di BIN2 1 "; 328 328 } 329 # elsif ($key eq 'image') { 330 # $command .= " -masks $tangents{$projection_cell}{mask}{NAME} "; 331 # } 332 # elsif ($key eq 'mask') { 333 # next; # This should be made with the images. 334 # } 335 else { 336 # Append the image list to other objects, in case the WCS information is unpopulated 337 $command .= " -wcsref $tangents{$projection_cell}{image}{NAME} "; 338 } 329 elsif ($key eq 'image') { 330 $command .= " -exptimeOrder 1 "; 331 } 332 elsif ($key eq 'variance') { 333 $command .= " -exptimeOrder 2 "; 334 } 335 # Append the image list to other objects, in case the WCS information is unpopulated 336 $command .= " -wcsref $tangents{$projection_cell}{image}{NAME} "; 337 339 338 if ($tangents{$projection_cell}{$key}{N} > 0) { 340 339 print "$command\n";
Note:
See TracChangeset
for help on using the changeset viewer.
