IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2010, 9:16:10 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20100823
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823

  • branches/eam_branches/ipp-20100823/ippconfig/recipes/fitstypes.mdc

    r27417 r29124  
    107107        BSCALE          F32     0.1     # Disk is stored as 1/10th sec
    108108        BZERO           F32     3276.8  # Store unsigned zero as zero
     109        # switch to NONE to work around ticket 1411
     110        #COMPRESSION    STR     NONE
    109111        COMPRESSION     STR     GZIP
    110112        TILE.X          S32     0
  • branches/eam_branches/ipp-20100823/ippconfig/recipes/nightly_science.config

    r28982 r29124  
    3939
    4040UNRECOVERABLE_QUALITY MULTI
    41 UNRECOVERABLE_QUALITY S16 0
    4241UNRECOVERABLE_QUALITY S16 4007
    4342
  • branches/eam_branches/ipp-20100823/ippconfig/recipes/ppSub.config

    r29005 r29124  
    5959INNER           S32     5               # Inner half-size for SPAM and FRIES kernels
    6060RINGS.ORDER     S32     2               # Polynomial order for RINGS kernels
    61 PENALTY         F32     1.0             # Penalty for wideness
     61PENALTY         F32     16.0            # Penalty for wideness
    6262BIN1            S32     4               # Binning factor for first level
    6363BIN2            S32     4               # Binning factor for second level
  • branches/eam_branches/ipp-20100823/ippconfig/recipes/psphot.config

    r29005 r29124  
    188188 #PGAUSS_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS   20.0    TRUE
    189189 #QGAUSS_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS   20.0    TRUE
    190  SERSIC_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC   20.0    TRUE
     190 EXP_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_EXP      20.0    TRUE
     191 DEV_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_DEV      20.0    TRUE
     192 SER_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC   20.0    TRUE
    191193END
    192194
     
    325327# Extended source fit parameters
    326328STACKPHOT                             METADATA
     329  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
    327330  EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
    328331  EXTENDED_SOURCE_SN_LIM              F32   20.0
    329332  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    330   EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
    331333  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
    332   EXTENDED_SOURCE_KRON                BOOL  FALSE
    333334  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    334335  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     
    337338  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    338339  OUTPUT.FORMAT                       STR   PS1_SV1
     340
     341  EXT_FIT_MAX_RADIUS                  F32   50.0
     342  PSF_MODEL                           STR   PS_MODEL_GAUSS
     343  EXT_MODEL                           STR   PS_MODEL_SERSIC
    339344END
    340345
Note: See TracChangeset for help on using the changeset viewer.