IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 1:55:45 PM (13 years ago)
Author:
bills
Message:

support recipe value NO.COMPRESS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r35564 r35680  
    129129my $astromSource;               # The astrometry source
    130130my $doBackground;               # Do we want to make background models?
     131my $noCompression;
    131132{
    132133    my $command = "$ppConfigDump -camera $camera -recipe PSWARP $recipe_pswarp -dump-recipe PSWARP -";
     
    141142    $astromSource = metadataLookupStr($metadata, 'ASTROM.SOURCE');
    142143    $doBackground = metadataLookupBool($metadata, 'BACKGROUND.MODEL');   
     144    $noCompression = metadataLookupBool($metadata, 'NO.COMPRESS');
    143145}
    144146
     
    299301    $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL";
    300302    $command .= " -F SOURCE.PLOT.APRESID SOURCE.PLOT.SKY.APRESID";
     303    $command .= " -R PSWARP.OUTPUT FITS.TYPE NONE" if $noCompression;
    301304    $command .= " -recipe PSWARP $recipe_pswarp";
    302305    $command .= " -tracedest $traceDest -log $logDest";
Note: See TracChangeset for help on using the changeset viewer.