IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31676


Ignore:
Timestamp:
Jun 22, 2011, 11:42:57 AM (15 years ago)
Author:
watersc1
Message:

EXPWT images are fairly monotonically values, so do not do ASINH scaling on them (this avoids a bug in psFitsScale that I'll fix later today).

File:
1 edited

Legend:

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

    r31422 r31676  
    302302        $command .= " -R PPSTACK.OUTPUT FITS.TYPE COMP_STACK "; # Just this one output component?
    303303        $command .= " -R PPSTACK.OUTPUT.VARIANCE FITS.TYPE COMP_STACK ";
    304         $command .= " -R PPSTACK.OUTPUT.EXPWT FITS.TYPE COMP_STACK ";
     304#       $command .= " -R PPSTACK.OUTPUT.EXPWT FITS.TYPE COMP_STACK ";
    305305        $command .= " -R PPSTACK.UNCONV FITS.TYPE COMP_STACK ";
    306306        $command .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE COMP_STACK ";
    307         $command .= " -R PPSTACK.UNCONV.EXPWT FITS.TYPE COMP_STACK ";
     307#       $command .= " -R PPSTACK.UNCONV.EXPWT FITS.TYPE COMP_STACK ";
    308308    }
    309309    $command .= " -threads $threads" if defined $threads;
Note: See TracChangeset for help on using the changeset viewer.