IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38235


Ignore:
Timestamp:
May 6, 2015, 6:16:07 AM (11 years ago)
Author:
eugene
Message:

add squash nan option, raw image fitstype

Location:
trunk/ippconfig/recipes
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/filerules-split.mdc

    r37078 r38235  
    190190PPIMAGE.CONFIG               OUTPUT {OUTPUT}.{CHIP.NAME}.ppImage.mdc  TEXT            NONE       CHIP       TRUE      NONE
    191191                                                                                                     
     192PPIMAGE.OUTPUT.NOCOMP        OUTPUT {OUTPUT}.{CHIP.NAME}.nc.fits      IMAGE           RAW_IMG    CHIP       TRUE      NONE
     193
    192194PPIMAGE.CHIP                 OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits      IMAGE           COMP_IMG   CHIP       TRUE      NONE
    193195PPIMAGE.CHIP.DETMASK         OUTPUT {OUTPUT}.{CHIP.NAME}.ch.fits      IMAGE           NONE       CHIP       TRUE      NONE
  • trunk/ippconfig/recipes/fitstypes.mdc

    r31633 r38235  
    5151SKY_WEIGHT      METADATA
    5252        BITPIX          S32     -32
     53END
     54
     55# Uncompressed positive image
     56RAW_IMG METADATA
     57#       BITPIX          S32     -32
     58        BITPIX          S32     16
     59        SCALING         STR     MANUAL
     60        BSCALE          F32     1.0
     61        BZERO           F32     31768.0
     62        STDEV.BITS      S32     4
     63        STDEV.NUM       F32     10
     64        COMPRESSION     STR     NONE
     65        TILE.X          S32     0
     66        TILE.Y          S32     1
     67        TILE.Z          S32     1
     68        NOISE           S32     8
    5369END
    5470
  • trunk/ippconfig/recipes/nightly_science.config

    r38171 r38235  
    5454FILTERS STR y.00000
    5555FILTERS STR w.00000
     56FILTERS STR i.00002
    5657FILTERS STR w.00002
    5758
  • trunk/ippconfig/recipes/ppImage.config

    r37836 r38235  
    4040CHECK.CTE          BOOL    FALSE           # measure CTE errors?
    4141CHECK.NOISE        BOOL    FALSE         
     42SQUASH.NANS        BOOL    FALSE         
    4243USE.DEBURNED.IMAGE BOOL    FALSE           # use burntool-repaired image?
    4344USE.BEST.BURNTOOL  BOOL    FALSE           # require the best burntooled data
     
    584585  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
    585586  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
     587  BACKGROUND       BOOL    TRUE            # Subtract background?
    586588END
    587589
  • trunk/ippconfig/recipes/psastro.config

    r38171 r38235  
    205205DVO.GETSTAR.FIXED.ZEROPT      F32       0.0     
    206206
     207TRANSFORM.GALAXY.SHAPE.ERRORS   BOOL     FALSE
     208
    207209ZERO.POINT.BY.EXPOSURE          BOOL     TRUE
    208210ZERO.POINT.USE.MEAN             BOOL     TRUE
Note: See TracChangeset for help on using the changeset viewer.