IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30085


Ignore:
Timestamp:
Dec 17, 2010, 9:14:30 AM (15 years ago)
Author:
eugene
Message:

adjust radial bins to match SDSS in 0.2arcsec pixels (should this be done using arcsec?); target psf may now be a vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ippconfig/recipes/psphot.config

    r29609 r30085  
    198198# @RADIAL.ANNULAR.BINS.UPPER           F32     5.0  10.0  20.0  40.0  80.0 160.0
    199199
    200 # SDSS values:
    201 @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
    202 @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
     200# SDSS values (in SDSS pixels)
     201#@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
     202#@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
     203
     204# PS1 values? (all SDSS @ PS1 0.2 arcsec pixel scales)
     205# @RADIAL.ANNULAR.BINS.LOWER           F32      0.0 1.2 3.4 5.2  8.8 15.0 23.2 37.2 57.1  91.0 141.0 221.1 345.0 539.1  841.0
     206# @RADIAL.ANNULAR.BINS.UPPER           F32      1.2 3.4 5.2 8.8 15.0 23.2 37.2 57.1 91.0 141.0 221.1 345.0 539.1 841.0 1305.0
     207
     208# PS1 values?
     209@RADIAL.ANNULAR.BINS.LOWER           F32      0.0 1.2 3.4 5.2  8.8 15.0 23.2 37.2 57.1  91.0 141.0
     210@RADIAL.ANNULAR.BINS.UPPER           F32      1.2 3.4 5.2 8.8 15.0 23.2 37.2 57.1 91.0 141.0 221.1
    203211
    204212# Extended source fit parameters
     
    310318PSPHOT.STACK.MATCH.PSF              BOOL  T    # convolved input images to common target PSF
    311319PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    312 PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  T    # automatically determine target PSF size?
    313 PSPHOT.STACK.TARGET.PSF.FWHM        F32   5.0  # FWHM of target PSF (if NOT AUTO sized; pixels)
     320PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     321@PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.5 9.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
     322PSPHOT.STACK.USE.RAW                BOOL  T
    314323
    315324RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     
    337346  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
    338347  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    339   PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  T    # automatically determine target PSF size?
    340   PSPHOT.STACK.TARGET.PSF.FWHM        F32   7.5 # FWHM of target PSF (if NOT AUTO sized; pixels)
     348  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     349  @PSPHOT.STACK.TARGET.PSF.FWHM        F32   5.0 6.5 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    341350  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
    342351  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
Note: See TracChangeset for help on using the changeset viewer.