Changeset 36360 for trunk/ippScripts/scripts
- Timestamp:
- Dec 9, 2013, 12:51:46 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/skycell_jpeg.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/skycell_jpeg.pl
r35853 r36360 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.
