IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2010, 8:35:20 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/tap_branches/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/tap_branches/ippconfig

  • branches/tap_branches/ippconfig/recipes/psphot.config

    r25820 r27835  
    7070MOMENTS_AR_MAX                      F32   1.5             # maximum axial ratio: 1 / AR < (sx / sy) < AR
    7171MOMENTS_GAUSS_SIGMA                 F32   4.0             # XXX this is now autoscaled
     72
     73# calculate difference stats?
     74DIFF_STATS                          BOOL  FALSE
    7275
    7376# basic object statistics
     
    148151EXTENDED_SOURCE_ANALYSIS            BOOL  FALSE  # perform any of the aperture-like measurements?
    149152EXTENDED_SOURCE_SN_LIM              F32   20.0
     153EXTENDED_SOURCE_RAW_RADIUS          BOOL  FALSE
    150154EXTENDED_SOURCE_PETROSIAN           BOOL  FALSE
    151155EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
     
    171175
    172176# define the annuli (in pixels) for surface brightness measurements
    173 @RADIAL.ANNULAR.BINS.LOWER           F32     0.0   5.0  10.0  20.0  40.0  80.0
    174 @RADIAL.ANNULAR.BINS.UPPER           F32     5.0  10.0  20.0  40.0  80.0 160.0
     177# @RADIAL.ANNULAR.BINS.LOWER           F32     0.0   5.0  10.0  20.0  40.0  80.0
     178# @RADIAL.ANNULAR.BINS.UPPER           F32     5.0  10.0  20.0  40.0  80.0 160.0
     179
     180# SDSS values:
     181@RADIAL.ANNULAR.BINS.LOWER           F32     0.00 0.56 1.69 2.59 4.41  7.51 11.58 18.58 28.55 45.50  70.51 110.53 172.49 269.52 420.51
     182@RADIAL.ANNULAR.BINS.UPPER           F32     0.56 1.69 2.59 4.41 7.51 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 652.50
    175183
    176184# Extended source fit parameters
     
    264272PSPHOT.CR.NSIGMA.LIMIT              F32   3.0  # sources with crNsigma greater that this get tagged as likely cosmic rays
    265273PSPHOT.EXT.NSIGMA.LIMIT             F32   3.0  # sources with extNsigma greater that this get tagged as likely extended sources
    266 PSPHOT.EXT.NSIGMA.MOMENTS           F32   2.0  # sources with extNsigma greater that this get tagged as likely extended sources
     274PSPHOT.EXT.NSIGMA.MOMENTS           F32   3.0  # sources with extNsigma greater that this get tagged as likely extended sources
    267275PSPHOT.CR.GROW                      S32   1               # Number of pixels to grow CR mask
    268276PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025          # Softening parameter for weights
     277PSPHOT.CRMASK.XTEST                 S32   0
     278PSPHOT.CRMASK.YTEST                 S32   0
     279PSPHOT.CRMASK.APPLY                 BOOL  FALSE           # TEST THIS before enabling.
    269280
    270281# Detection efficiency
    271282EFF.NUM                             S32   500                   # Number of fake sources per bin
    272283@EFF.MAG                            F32   -2.0 -1.0 -0.5 -0.25 -0.1 -0.05 0.0 0.05 0.1 0.25 0.5 1.0 2.0 # Magnitude of fake sources relative to limit
     284
     285# stack photometry parameters
     286PSPHOT.STACK.MATCH.RADIUS           F32   1.0 # join detections from different images with this correlation radius (pixels)
    273287
    274288# Recipe overrides for CHIP
     
    301315        IMSTATS_NPIX            S32     50000
    302316        BREAK_POINT             STR   ENSEMBLE     
    303         PEAKS_NMAX              S32   1000            # on first pass, only keep NMAX peaks (0 == all)
    304 END
     317        PEAKS_NMAX              S32   1000            # on first pass, only keep NMAX peak (0 == all)
     318        BACKGROUND.XBIN       S32   128             # size          of background superpixels
     319        BACKGROUND.YBIN          S32   128             # size of background superpixels
     320        SKY_STAT         STR   FITTED_MEAN_V4  # statistic used to measure background
     321END
Note: See TracChangeset for help on using the changeset viewer.