IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36352


Ignore:
Timestamp:
Dec 5, 2013, 9:43:06 AM (13 years ago)
Author:
bills
Message:

set EXT.ANALYSIS.MAG.LIMITS to nan rather than 20.0. These will be tuned later.
Turn off EXT.NSGIMA.LIMIT.USE which will cause extended source fits for some stars.
remove BILLS_SCALE_FACTOR recipe value

File:
1 edited

Legend:

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

    r36351 r36352  
    210210EXTENDED_SOURCE_FITS_INTERACTIVE    BOOL  FALSE  # perform the detailed extended sourc fits?
    211211EXTENDED_SOURCE_FITS_POISSON        BOOL  FALSE   # use poisson errors for extended source models
    212 
    213 BILLS.SCALE.FACTOR                  F32   1.0   # TEST: factor to increase the xfit convolution radius
    214212
    215213EXTENDED_SOURCE_MODELS_SELECTION    STR   ALL
     
    410408EXT.ANALYSIS.MAG.LIMITS METADATA
    411409    TYPE  DATA FILTER.ID MAG.LIMIT
    412     gband DATA g         20.0           
    413     rband DATA r         20.0           
    414     iband DATA i         20.0           
    415     zband DATA z         20.0           
    416     yband DATA y         20.0           
    417     wband DATA w         20.0           
    418     other DATA any       20.0           
     410    gband DATA g         NAN           
     411    rband DATA r         NAN             
     412    iband DATA i         NAN             
     413    zband DATA z         NAN             
     414    yband DATA y         NAN             
     415    wband DATA w         NAN             
     416    other DATA any       NAN             
    419417END
    420418
     
    440438  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    441439  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     440  EXT.NSIGMA.LIMIT.USE                BOOL  FALSE
    442441
    443442  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
Note: See TracChangeset for help on using the changeset viewer.