IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13384


Ignore:
Timestamp:
May 14, 2007, 6:17:24 PM (19 years ago)
Author:
Paul Price
Message:

Adding ppSub

Location:
trunk/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r12565 r13384  
    44        megacam \
    55        simple \
     6        simmosaic \
    67        simtest \
    78        tc3
  • trunk/ippconfig/configure.ac

    r12565 r13384  
    1515  megacam/Makefile
    1616  simple/Makefile
     17  simmosaic/Makefile
    1718  simtest/Makefile
    1819  tc3/Makefile
  • trunk/ippconfig/recipes/ppSub.config

    r13342 r13384  
    44KERNEL.SIZE     S32     5               # Kernel half-size (pixels)
    55SPATIAL.ORDER   S32     0               # Spatial polynomial order
    6 STAMP.SPACING   F32     300             # Typical spacing between stamps (pixels)
     6STAMP.SPACING   F32     50              # Typical spacing between stamps (pixels)
    77STAMP.FOOTPRINT S32     5               # Size of stamps (pixels)
    88STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
  • trunk/ippconfig/simple/camera.config

    r13234 r13384  
    9797   PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP       PSF       
    9898   PSPHOT.INPUT.CMF   INPUT    none.fits                     CHIP       CMF       
     99   PPSUB.INPUT        INPUT    none.fits                     FPA        IMAGE
     100   PPSUB.INPUT.MASK   INPUT    none.fits                     FPA        MASK
     101   PPSUB.INPUT.WEIGHT INPUT    none.fits                     FPA        WEIGHT
     102   PPSUB.REF          INPUT    none.fits                     FPA        IMAGE
     103   PPSUB.REF.MASK     INPUT    none.fits                     FPA        MASK
     104   PPSUB.REF.WEIGHT   INPUT    none.fits                     FPA        WEIGHT
    99105
    100106   ### output file definitions
     
    132138                                                                                                                               
    133139   PSASTRO.OUTPUT.CMP  OUTPUT   {OUTPUT}.smp               CMP        FPA        TRUE      NONE
     140
     141   PPSUB.OUTPUT        OUTPUT   {OUTPUT}.fits              IMAGE      FPA        TRUE      NONE
     142   PPSUB.OUTPUT.MASK   OUTPUT   {OUTPUT}.mask.fits         MASK       FPA        FALSE     NONE
     143   PPSUB.OUTPUT.WEIGHT OUTPUT   {OUTPUT}.wt.fits           WEIGHT     FPA        FALSE     NONE
     144
    134145END
    135146
Note: See TracChangeset for help on using the changeset viewer.