IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13749


Ignore:
Timestamp:
Jun 10, 2007, 10:14:23 AM (19 years ago)
Author:
eugene
Message:

define CHIPSTATS, RESIDUAL, REGISTER, etc

File:
1 edited

Legend:

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

    r13747 r13749  
    1111SUMMARY         MULTI
    1212
    13 ### Add dummy values, to define the MULTI --- due to limitations in the MDC language
     13# Add dummy values, to define the MULTI --- due to limitations in the MDC language
    1414HEADER          STR     _UNDEF
    1515CONCEPT         STR     _UNDEF
     
    1717SUMMARY         STR     _UNDEF
    1818
    19 SUMMARY         STR     SAT_PIXEL_NUM
    20 SUMMARY         STR     SAT_PIXEL_FRAC
     19# basic stats for output images
     20CHIPSTATS       METADATA
     21  STAT          MULTI
     22  STAT          STR     ROBUST_MEDIAN
     23  STAT          STR     ROBUST_STDEV   # Background statistics estimators
     24END
    2125
    22 STAT            STR     ROBUST_MEDIAN
    23 STAT            STR     ROBUST_STDEV   # Background statistics estimators
     26# basic stats for residual images
     27RESIDUAL        METADATA
     28  STAT          MULTI
     29  STAT          STR     ROBUST_MEDIAN
     30  STAT          STR     ROBUST_STDEV   # Background statistics estimators
     31END
    2432
    2533### ppStats recipe for Phase 0
    26 PPSTATS_REGISTER  METADATA
     34INJECT  METADATA
     35  CONCEPT       MULTI
     36  CONCEPT       STR     FPA.TELESCOPE   # Telescope (eg, CFHT)
     37  CONCEPT       STR     FPA.INSTRUMENT  # Instrument (eg, CFH12K)
     38END
    2739
    28   # Options governing statistics
    29   SAMPLE        F32     0.1     # Fraction of cell to sample
    30   MASKVAL       STR     SAT,BAD # Mask value to use for statistics
    31 
    32   # Define the outputs as MULTI
    33   HEADER        MULTI
     40### ppStats recipe for Phase 0
     41REGISTER        METADATA
    3442  CONCEPT       MULTI
    3543  STAT          MULTI
     44  SUMMARY       MULTI
    3645
    37   # Values to return
    3846  CONCEPT       STR     FPA.OBJECT      # Object name
    3947  CONCEPT       STR     FPA.OBSTYPE     # Observation type
     
    5159  SUMMARY       STR     SAT_PIXEL_FRAC
    5260END
    53 
    54 ### ppStats recipe for Phase 0
    55 PPSTATS_INJECT  METADATA
    56 
    57   # Options governing statistics
    58   SAMPLE        F32     0.1     # Fraction of cell to sample
    59   MASKVAL       STR     SAT,BAD # Mask value to use for statistics
    60 
    61   # Define the outputs as MULTI
    62   HEADER        MULTI
    63   CONCEPT       MULTI
    64   STAT          MULTI
    65 
    66   STAT          STR     _UNDEF
    67 
    68   # Values to return
    69   CONCEPT       STR     FPA.OBSTYPE     # Observation Type (eg, FLAT)
    70   CONCEPT       STR     FPA.TELESCOPE   # Telescope (eg, CFHT)
    71   CONCEPT       STR     FPA.INSTRUMENT  # Instrument (eg, CFH12K)
    72 END
    73 
Note: See TracChangeset for help on using the changeset viewer.