IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25656


Ignore:
Timestamp:
Sep 29, 2009, 9:27:57 AM (17 years ago)
Author:
eugene
Message:

remove unused ZERO_POINT; set MOMENTS_SN_MIN, PSF.RESIDUALS.PIX.SN, AP_MIN_SN to 0.0 (measure for all objects); turn on APTREND by default; turn on FOOTPRINTS by default; set CONSTANT_PHOTOMETRIC_WEIGHTS to FALSE (caused serious psfMag errors); note auto-scaled values (MOMENTS_GAUSS_SIGMA, PSF_MOMENTS_RADIUS, PSF_FIT_RADIUS); remove deprecated psf model names; remove deprecated MOMENTS_MIN_PIXEL_SN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippconfig/recipes/psphot.config

    r25622 r25656  
    1515
    1616# the zero point is used to set a basic scale for DVO
    17 # XXX it may not currently be read : double check this (EAM)
    18 ZERO_POINT                          F32   25.000          # zero point used by DVO
    1917ZERO_PT                             F32   25.000          # zero point used by DVO
    2018
     
    5452# parameters to control the selection of the peak in the Sx,Sy plane
    5553MOMENTS_SCALE                       F32   0.25       
    56 MOMENTS_SN_MIN                      F32   10.0           # min S/N to measure moments
     54MOMENTS_SN_MIN                      F32   0.0             # min S/N to measure moments (default: measure all objects)
    5755MOMENTS_SX_MAX                      F32   50.0
    5856MOMENTS_SY_MAX                      F32   50.0
    5957MOMENTS_AR_MAX                      F32   1.5             # maximum axial ratio: 1 / AR < (sx / sy) < AR
    60 MOMENTS_MIN_PIXEL_SN                F32   0.0             # XXX caution on this: too high and we will excessively clip
    61 MOMENTS_GAUSS_SIGMA                 F32   4.0             # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
     58MOMENTS_GAUSS_SIGMA                 F32   4.0             # XXX this is now autoscaled
    6259
    6360# basic object statistics
    6461SKY_INNER_RADIUS                    F32   15              # square annulus for local sky measurement
    6562SKY_OUTER_RADIUS                    F32   25              # square annulus for local sky measurement
    66 PSF_MOMENTS_RADIUS                  F32   3               # calculate initial source moments with this radius
     63PSF_MOMENTS_RADIUS                  F32   3               # XXX this is now autoscaled
    6764PSF_SN_LIM                          F32   50              # minimum S/N for stars used for PSF model
    6865PSF_MAX_NSTARS                      S32   200             # limit number of stars used for PSF model
     
    8481PSF_MODEL                           STR   PS_MODEL_GAUSS
    8582# PSF_MODEL                         STR   PS_MODEL_PGAUSS
    86 # PSF_MODEL                         STR   PS_MODEL_QGAUSS
    87 # PSF_MODEL                         STR   PS_MODEL_TGAUSS # not well tested, not very successful
    8883
    8984# PSF.TREND.MASK must be a 2D polynomial
     
    10297PSF.FAKE.ALLOW                      BOOL  FALSE           # Allow use of fake PSFs when having trouble?
    10398
    104 PSF_FIT_RADIUS                      F32   15.0            # fitting radius for test PSF model
     99PSF_FIT_RADIUS                      F32   15.0            # XXX this is now autoscaled
    105100PSF_REF_RADIUS                      F32   25.0            # aperture magnitudes are scaled via
    106                                          # curve-of-growth to this radius
     101                                                          # curve-of-growth to this radius
    107102
    108103PSF_FIT_RADIUS_SCALE                F32   7.0            # fitting radius for test PSF model
    109104PSF_APERTURE_SCALE                  F32   4.5            # fitting radius for test PSF model
    110 
    111105
    112106# PSF-like source model parameters
    113107PSF_FIT_NSIGMA                      F32   1.0             # significance for pixel included in fit
    114108PSF_FIT_PADDING                     F32   2.0             # extra annulus to use for fit
    115 PSF_SHAPE_NSIGMA                    F32   3.0             # max significance for shape variation
    116109PSF_MIN_SN                          F32   2.0             # reject objects below this significance
    117 PSF_MAX_CHI                         F32   50.0            # reject objects worse that this
     110PSF_MAX_CHI                         F32   50.0            # reject objects worse than this
    118111FULL_FIT_SN_LIM                     F32   50.0
    119112
     
    126119PSF.RESIDUALS.STATISTIC             STR   ROBUST_MEDIAN   # statistic to use for generating the residual
    127120PSF.RESIDUALS.SPATIAL_ORDER         S32   0               # fit spatial variations of the residuals at this order (0,1)
    128 PSF.RESIDUALS.PIX.SN                F32   5.0             # keep this pixel if residual is more significant than this
     121PSF.RESIDUALS.PIX.SN                F32   0.0             # keep this pixel if residual is more significant than this
    129122PSF.RESIDUALS.RADIUS                F32   8.0             # keep this pixel if residual is more significant than this
    130123 
     
    135128EXT_FIT_PADDING                     F32   5               # extra annulus to use for fit
    136129EXT_MOMENTS_RADIUS                  F32   31
     130EXT_FIT_MAX_RADIUS                  F32   128             # non-sensical to fit objects larger than the background mesh
    137131
    138132EXT_FIT_ITER                        S32   20              # Maximum number of fitting iterations for EXT
     
    187181
    188182# APTREND                           STR   NONE, CONSTANT, SKYBIAS, SKYSAT, XY_LIN, SKY_XY_LIN, SKYSAT_XY_LIN, ALL
    189 MEASURE.APTREND                     BOOL  FALSE         ### Gene says there's bugs in this part
     183MEASURE.APTREND                     BOOL  TRUE
    190184APTREND                             STR   CONSTANT
    191 AP_MIN_SN                           F32   25.0
     185AP_MIN_SN                           F32   0.0 # measure apMags for all sources by default
    192186APTREND.NSTAR.MIN                   S32   5
    193187APTREND.ORDER.MAX                   S32   5
     
    206200
    207201IGNORE_GROWTH                       BOOL  FALSE
    208 # CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE                  # Should the photometric code [currently only ensemblePSF] refuse to weight each pixel by it's significance?
    209 CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE                   # Should the photometric code [currently only ensemblePSF] refuse to weight each pixel by it's significance?
     202CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
    210203INTERPOLATE_AP                      BOOL  TRUE
    211204
     
    219212NOISE.SIZE                          F32   2.0
    220213
    221 USE_FOOTPRINTS                      BOOL  F               # use new pmFootprint peak packaging
     214USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
    222215FOOTPRINT_NPIXMIN                   S32   5               # Minimum size of a pmFootprint
    223216FOOTPRINT_NSIGMA_LIMIT              F32   20              # threshold for bright pmFootprint detection
Note: See TracChangeset for help on using the changeset viewer.