Changeset 36379
- Timestamp:
- Dec 10, 2013, 3:37:39 PM (13 years ago)
- Location:
- tags/ipp-20130712/ippScripts
- Files:
-
- 3 edited
- 1 copied
-
Build.PL (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
scripts/rawcheck.pl (copied) (copied from trunk/ippScripts/scripts/rawcheck.pl )
-
scripts/skycell_jpeg.pl (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/Build.PL
r35308 r36379 115 115 scripts/nightly_science.pl 116 116 scripts/lossy_compress_imfile.pl 117 scripts/rawcheck.pl 117 118 scripts/ipp_apply_burntool.pl 118 119 scripts/ipp_apply_burntool_single.pl -
tags/ipp-20130712/ippScripts/MANIFEST
r34800 r36379 39 39 scripts/nightly_science.pl 40 40 scripts/lossy_compress_imfile.pl 41 scripts/rawcheck.pl 41 42 scripts/ipp_apply_burntool.pl 42 43 scripts/ipp_apply_burntool_single.pl -
tags/ipp-20130712/ippScripts/scripts/skycell_jpeg.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/skycell_jpeg.pl merged: 36360
r35855 r36379 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"; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
