IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2007, 10:00:03 AM (19 years ago)
Author:
eugene
Message:

adding functions to get stats on pixels and metadata independently; adding ability to get header data from readout->analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStats.config

    r7902 r13999  
    22
    33MULTI   HEADERS         # May specify multiple HEADERS
    4 HEADERS         STR     HEADER1,HEADER2                 # Read these headers
    5 HEADERS         STR     HEADER3                         # Read these headers too
     4HEADER          STR     HEADER1,HEADER2                 # Read these headers
     5HEADER          STR     HEADER3                         # Read these headers too
     6
    67MULTI   STATS           # May specify multiple STATS
    7 STATS           STR     SAMPLE_MEAN,SAMPLE_STDEV        # Calculate these statistics
    8 STATS           STR     ROBUST_MEDIAN                   # Calculate these statistics too
     8STAT            STR     SAMPLE_MEAN,SAMPLE_STDEV        # Calculate these statistics
     9STAT            STR     ROBUST_MEDIAN                   # Calculate these statistics too
     10
     11MULTI   ANALYSIS        # metadata blocks to search in chip/cell/readout->analysis
     12ANALYSIS        STR     PSPHOT.HEADER
     13ANALYSIS        STR     PSASTRO.HEADER
    914
    1015SAMPLE          F32     0.1                             # Fraction of cell to sample
Note: See TracChangeset for help on using the changeset viewer.