IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29005


Ignore:
Timestamp:
Aug 20, 2010, 1:16:02 PM (16 years ago)
Author:
eugene
Message:

adding several new recipe options needed by psphot and ppSub

Location:
trunk/ippconfig
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/ppMerge.config

    r28596 r29005  
    6060# END
    6161
     62# DARK.ORDINATES        METADATA
     63#       TEMP    METADATA
     64#               ORDER   S32     1
     65#               RULE    STR     CHIP.TEMP
     66#       END
     67#       TEMP2   METADATA
     68#               ORDER   S32     1
     69#               RULE    STR     CHIP.TEMP * CHIP.TEMP
     70#       END
     71# END
     72
    6273# Ordinates for fitting dark current as function of darktime and fpa temp:
    6374# Counts = C0 + (CT0 + CT1*Temp)*exptime
  • trunk/ippconfig/recipes

    • Property svn:mergeinfo deleted
  • trunk/ippconfig/recipes/ppSim.config

    r28125 r29005  
    7070
    7171GALAXY.LUM        F32   -0.8            # Stellar luminosity function slope
    72 GALAXY.MAG        F32   11.0            # Brightest magnitude for fake stars
    73 GALAXY.DENSITY    F32   6.0             # Galaxy density (per square degree) at the brightest magnitude
    74 
    75 GALAXY.RMAJOR.MIN F32   2.0             # Minimum semi-major axis for galaxy models
     72GALAXY.MAG        F32   15.0            # Brightest magnitude for fake stars
     73GALAXY.DENSITY    F32   5.0             # Galaxy density (per square degree) at the brightest magnitude
     74
     75GALAXY.RMAJOR.MIN F32   5.0             # Minimum semi-major axis for galaxy models
    7676GALAXY.RMAJOR.MAX F32   10.0            # Maximum semi-major axis for galaxy models
    7777
    7878GALAXY.ARATIO.MIN F32   1.0             # Minimum axis ratio for galaxy models
    79 GALAXY.ARATIO.MAX F32   0.2             # Maximum axis ratio for galaxy models
     79GALAXY.ARATIO.MAX F32   0.5             # Maximum axis ratio for galaxy models
    8080
    8181GALAXY.INDEX.MIN F32    0.25            # Minimum Sersic index for galaxy models
    82 GALAXY.INDEX.MAX F32    0.500           # Maximum Sersic index for galaxy models
     82GALAXY.INDEX.MAX F32    1.000           # Maximum Sersic index for galaxy models
    8383
    8484GALAXY.THETA.MIN F32    0.0             # Minimum position angle for galaxy models
    8585GALAXY.THETA.MAX F32    3.14            # Maximum position angle for galaxy models
    8686
    87 GALAXY.GRID      BOOL   FALSE           # Generate a (regular) grid of galaxy models?
    88 GALAXY.GRID.DX   S32    200             # Spacing between galaxies in grid in x
    89 GALAXY.GRID.DY   S32    200             # Spacing between galaxies in grid in y
     87GALAXY.GRID        BOOL   FALSE         # Generate a (regular) grid of galaxy models?
     88GALAXY.GRID.DX     S32    100             # Spacing between galaxies in grid in x
     89GALAXY.GRID.DY     S32    200             # Spacing between galaxies in grid in y
     90GALAXY.GRID.RANDOM BOOL   FALSE         # randomize shape parameters in grid (or sequence?)
    9091
    9192GALAXY.MODEL     STR    PS_MODEL_GAUSS
  • trunk/ippconfig/recipes/ppSub.config

    r28043 r29005  
    1515SYS.ERR         F32     0.1             # Relative systematic error in images
    1616SKY.ERR         F32     0.0             # Relative systematic error in images
    17 NORM.FRAC       F32     0.03            # Fraction of window for normalisation window
     17NORM.FRAC       F32     0.01            # Fraction of window for normalisation window
    1818COVAR.FRAC      F32     0.01            # Fraction of kernel to truncate before calculating covariance
    1919
     
    2828MASKSTAT.ADVISORY   U32 0x080
    2929
     30INPUT.MATCH.RADIUS F32  20.0
     31INPUT.MATCH.MIN.SN F32  10.0
    3032
    3133LOW.THRESHOLD   F32     4.0             # Mask pixels below this threshold (std dev)
  • trunk/ippconfig/recipes/psphot.config

    r28422 r29005  
    9090
    9191PSF_FIT_ITER                        S32   50              # Maximum number of fitting iterations for PSF
    92 PSF_FIT_TOL                         F32   0.01            # Fit tolerance for PSF
     92PSF_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for PSF
     93PSF_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for PSF
     94
     95PSF_FIT_MIN_VALID_FLUX              F32  -100000000.0     # minimum allow flux for fitted source
     96PSF_FIT_MAX_VALID_FLUX              F32  +100000000.0     # maximum allow flux for fitted source
     97
     98# the following is used to require a minimum quality of fit before
     99# stopping based on the tolerance.  be careful of using this in
     100# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     101# pooly determined errors
     102PSF_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    93103
    94104# PSF model parameters : choose the PSF model
     
    113123PSF.FAKE.ALLOW                      BOOL  FALSE           # Allow use of fake PSFs when having trouble?
    114124
     125PSF_FIT_RADIUS                      F32   15.0            # XXX this is now autoscaled
    115126PSF_REF_RADIUS                      F32   25.0            # aperture magnitudes are scaled via
    116127                                                          # curve-of-growth to this radius
     
    138149 
    139150# this model is used for approximate subtraction in the main object analysis step
    140 EXT_MODEL                           STR   PS_MODEL_QGAUSS
     151EXT_MODEL                           STR   PS_MODEL_SERSIC
    141152EXT_FIT_NSIGMA                      F32   1               # significance for pixel included in fit
    142153EXT_FIT_PADDING                     F32   5               # extra annulus to use for fit
     
    145156
    146157EXT_FIT_ITER                        S32   20              # Maximum number of fitting iterations for EXT
    147 EXT_FIT_TOL                         F32   0.01            # Fit tolerance for EXT
     158EXT_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for EXT
     159EXT_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for EXT
     160
     161# the following is used to require a minimum quality of fit before
     162# stopping based on the tolerance.  be careful of using this in
     163# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     164# pooly determined errors
     165EXT_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    148166
    149167# extended source aperture-like measurements
     
    224242PCM_BOX_SIZE                        S32   8
    225243
    226 NOISE.FACTOR                        F32   5.0
     244NOISE.FACTOR                        F32  10.0
    227245NOISE.SIZE                          F32   2.0
    228246
     
    343361  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    344362  OUTPUT.FORMAT                     STR  PS1_DV1       # Format of output file
    345 
    346363END
    347364
  • trunk/ippconfig/simtest/format.config

    r27231 r29005  
    6969        CELL.X0         S32     0
    7070        CELL.Y0         S32     0
    71         CELL.XSIZE      S32     1024
    72         CELL.YSIZE      S32     1024
     71        CELL.XSIZE      S32     1000
     72        CELL.YSIZE      S32     1000
    7373        CELL.XWINDOW    S32     0
    7474        CELL.YWINDOW    S32     0
Note: See TracChangeset for help on using the changeset viewer.