Changeset 35680 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Jun 18, 2013, 1:55:45 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r35564 r35680 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";
Note:
See TracChangeset
for help on using the changeset viewer.
