IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38637


Ignore:
Timestamp:
Jul 24, 2015, 9:37:45 AM (11 years ago)
Author:
bills
Message:

Add recipe STACKPHOT_DENSE and reduction STATICSKY_DENSE which turns off extended source
fits and the galaxy param measurements

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r38117 r38637  
    520520END
    521521
     522STACKPHOT_DENSE                       METADATA
     523  EXTENDED_SOURCE_FITS                BOOL  FALSE  # perform any of the aperture-like measurements?
     524  EXTENDED_SOURCE_GALAXY_PARAMS       BOOL  FALSE  # measure additional paramters for "galaxies"
     525  EXTENDED_SOURCE_SN_LIM              F32   10.0
     526  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     527  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     528  EXT.NSIGMA.LIMIT.USE                BOOL  FALSE
     529  EXT.FIT.MIN.GAL.LIMIT.USE           BOOL  TRUE  # limit extended source fits by galactic coordinates
     530
     531  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
     532  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     533  # NOTE: if PSPHOT.STACK.USE.RAW is set to False, KRON.SMOOTH should be
     534  # set to false as well in order to get the best MOMENTS_R1 measurement
     535  PSPHOT.STACK.USE.RAW                BOOL  T    # perform photometry & morphology analysis on the raw image
     536  KRON_SMOOTH                         BOOL  T    # smooth before kron radius measurement
     537  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
     538  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
     539  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     540  OUTPUT.FORMAT                       STR   PS1_SV4
     541
     542  # subtract radial profiles for extremely bright stars?
     543  SUBTRACT_SATSTAR_PROFILE            BOOL  T
     544 
     545  CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
     546  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
     547
     548  LMM_FIT_CHISQ_CONVERGENCE           BOOL  FALSE           # use the (old) chisq convergence or the new parameter one
     549  LMM_FIT_GAIN_FACTOR_MODE            S32   2               # there are 3 options to determine the gain factor (0,1,2)
     550  EXT_FIT_MIN_TOL                     F32   0.1             # Fit tolerance for EXT
     551
     552  EXT_FIT_MAX_RADIUS                  F32   50.0
     553  PSF_MODEL                           STR   PS_MODEL_PS1_V1
     554  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     555  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
     556
     557  REPAIR.PETROSIAN.MAG.ERRORS         BOOL  TRUE # write PETRO_MAG_ERR as dFlux / Flux when writing
     558
     559  SAVE.RESID                          BOOL  FALSE
     560END
     561
    522562# Extended source fit parameters
    523563STACKPHOT_TEST                        METADATA
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r38230 r38637  
    15721572END
    15731573
     1574# same as default except for staticsky
     1575STATICSKY_DENSE         METADATA
     1576        CHIP_PPIMAGE      STR     CHIP
     1577        CHIP_PSPHOT       STR     CHIP
     1578        WARP_PSWARP       STR     WARP
     1579        STACK_PPSTACK     STR     STACK
     1580        STACK_PPSUB       STR     STACK
     1581        STACK_PSPHOT      STR     STACK
     1582        DIFF_PPSUB        STR     DIFF
     1583        DIFF_PSPHOT       STR     DIFF
     1584        JPEG_BIN1         STR     PPIMAGE_J1
     1585        JPEG_BIN2         STR     PPIMAGE_J2
     1586        FAKEPHOT          STR     FAKEPHOT
     1587        ADDSTAR           STR     ADDSTAR
     1588        PSASTRO           STR     DEFAULT_RECIPE
     1589        STACKPHOT_PSPHOT  STR     STACKPHOT_DENSE
     1590        STACKPHOT_PPSUB   STR     STACKPHOT
     1591        STACKPHOT_PPSTACK STR     STACKPHOT
     1592        STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
     1593        BACKGROUND_PPBACKGROUND STR     BACKGROUND
     1594        BACKGROUND_PSWARP       STR     BACKGROUND
     1595        PSVIDEOPHOT             STR     PSVIDEOPHOT
     1596        STATICSKY_CALIBRATION   STR     STATICSKY_CAL
     1597        FULLFORCE_PSPHOT  STR   FULLFORCE_WARP
     1598END
Note: See TracChangeset for help on using the changeset viewer.