IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2007, 3:37:25 PM (19 years ago)
Author:
eugene
Message:

adding an alternate psphot-type recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/cfh12k/psphot.config

    r12723 r13036  
    33SAVE.OUTPUT     BOOL    TRUE
    44SAVE.BACKMDL    BOOL    TRUE
    5 SAVE.BACKGND    BOOL    TRUE
     5#SAVE.BACKGND   BOOL    TRUE
    66#SAVE.BACKSUB   BOOL    TRUE
    7 #SAVE.RESID     BOOL    TRUE
     7SAVE.RESID      BOOL    TRUE
    88#SAVE.PSF       BOOL    TRUE
    99#LOAD.PSF       BOOL    FALSE
     
    4242YMIN                F32   +10            # minimum valid y-coord
    4343YMAX                F32   -10            # maximum valid y-coord
     44
     45PSPHOT.FIXED.PSF METADATA
     46  # PSF.TREND.MASK must be a 2D polynomial
     47  # the specified values are ignored but define the active components of the polynomial
     48  PSF.TREND.MASK  METADATA 
     49     NORDER_X         S32       0                # number of x orders
     50     NORDER_Y         S32       0                # number of y orders
     51     VAL_X00_Y00      F64       1                # polynomial coefficient
     52     NELEMENTS        S32       1                # number of unmasked components
     53  END  # folder for 2D polynomial
     54 
     55  PSF_SN_LIM          F32  20              # minimum S/N for stars used for PSF model
     56END
Note: See TracChangeset for help on using the changeset viewer.