IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19068


Ignore:
Timestamp:
Aug 14, 2008, 2:44:03 PM (18 years ago)
Author:
eugene
Message:

adding DARKSTATS entry (do first readout of 3D cell)

File:
1 edited

Legend:

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

    r18563 r19068  
    33# Options governing statistics
    44SAMPLE          F32     0.1     # Fraction of cell to sample
     5DO.FIRST.READOUT.3D BOOL FALSE  # for 3D images, measure stats of first readout
    56
    67# Mask value to use for statistics.  this is only used for stand-alone
     
    2425# basic stats for output images
    2526CHIPSTATS       METADATA
     27  STAT          MULTI
     28  STAT          STR     ROBUST_MEDIAN
     29  STAT          STR     ROBUST_STDEV   # Background statistics estimators
     30
     31  HEADER        MULTI
     32  HEADER        STR     OVER_VAL
     33  HEADER        STR     FWHM_X # major axis FWHM (in pixels)
     34  HEADER        STR     FWHM_Y # minor axis FWHM (in pixels)
     35  HEADER        STR     DT_DET   # elapsed time in detrend processing
     36  HEADER        STR     DT_PHOT  # elapsed time in photometry processing
     37  HEADER        STR     DT_ASTR  # elapsed time in astrometry processing
     38  HEADER        STR     APMIFIT
     39  HEADER        STR     DAPMIFIT
     40  HEADER        STR     CERROR
     41  HEADER        STR     NSTARS
     42  HEADER        STR     NASTRO
     43
     44  ANALYSIS      MULTI   # metadata blocks to search in chip/cell/readout->analysis
     45  ANALYSIS      STR     PSPHOT.HEADER
     46  ANALYSIS      STR     PSASTRO.HEADER
     47END
     48
     49# basic stats for output images
     50DARKSTATS       METADATA
     51  DO.FIRST.READOUT.3D BOOL TRUE  # for 3D images, measure stats of first readout
     52
    2653  STAT          MULTI
    2754  STAT          STR     ROBUST_MEDIAN
Note: See TracChangeset for help on using the changeset viewer.