- Timestamp:
- Jul 3, 2013, 1:43:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/ippScripts/scripts/warp_skycell.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/warp_skycell.pl merged: 35680
r35594 r35747 129 129 my $astromSource; # The astrometry source 130 130 my $doBackground; # Do we want to make background models? 131 my $noCompression; 131 132 { 132 133 my $command = "$ppConfigDump -camera $camera -recipe PSWARP $recipe_pswarp -dump-recipe PSWARP -"; … … 141 142 $astromSource = metadataLookupStr($metadata, 'ASTROM.SOURCE'); 142 143 $doBackground = metadataLookupBool($metadata, 'BACKGROUND.MODEL'); 144 $noCompression = metadataLookupBool($metadata, 'NO.COMPRESS'); 143 145 } 144 146 … … 299 301 $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL"; 300 302 $command .= " -F SOURCE.PLOT.APRESID SOURCE.PLOT.SKY.APRESID"; 303 $command .= " -R PSWARP.OUTPUT FITS.TYPE NONE" if $noCompression; 301 304 $command .= " -recipe PSWARP $recipe_pswarp"; 302 305 $command .= " -tracedest $traceDest -log $logDest"; - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
