IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35682 for trunk/ippScripts


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

do not compress output file

File:
1 edited

Legend:

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

    r35154 r35682  
    191191    $command .= " $outroot $skyFile";
    192192    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
     193    # XXX: change fits type based on recipe
     194    $command .= " -R PSWARP.OUTPUT FITS.TYPE NONE";
    193195    $command .= " -recipe PSWARP $recipe_pswarp";
    194196    $command .= " -recipe PPSTATS WARPSTATS";
Note: See TracChangeset for help on using the changeset viewer.