IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13488


Ignore:
Timestamp:
May 23, 2007, 12:39:03 PM (19 years ago)
Author:
Paul Price
Message:

Updating PPSTACK recipe, adding PPSTACK filerules.

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppStack.config

    r13467 r13488  
    22
    33ITER            S32     1               # Number of rejection iterations
    4 REJ             F32     3.0             # Rejection threshold (sigma)
     4COMBINE.REJ     F32     5.0             # Rejection threshold in combination (sigma)
     5CONVOLVE.REJ    F32     10.0            # Rejection threshold in convolution (sigma)
    56EXTENT          F32     3.0             # Extent of Gaussian convolution (sigma)
    67MASK.BAD        U8      0x0f            # Mask value of bad pixels
  • trunk/ippconfig/simple/camera.config

    r13415 r13488  
    104104   PPSUB.REF.MASK     INPUT    none.fits                     FPA        MASK
    105105   PPSUB.REF.WEIGHT   INPUT    none.fits                     FPA        WEIGHT
     106   PPSTACK.INPUT      INPUT    none.fits                     FPA        IMAGE
     107   PPSTACK.INPUT.MASK INPUT    none.fits                     FPA        MASK
    106108
    107109   ### output file definitions
     
    144146   PPSUB.OUTPUT.WEIGHT OUTPUT   {OUTPUT}.wt.fits           WEIGHT     FPA        FALSE     NONE
    145147
     148   PPSTACK.OUTPUT      OUTPUT   {OUTPUT}.fits              IMAGE      FPA        TRUE      NONE
     149   PPSTACK.OUTPUT.MASK OUTPUT   {OUTPUT}.mask.fits         MASK       FPA        TRUE      NONE
     150
     151
    146152END
    147153
Note: See TracChangeset for help on using the changeset viewer.