IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2007, 8:34:53 AM (19 years ago)
Author:
eugene
Message:

fix the autoconf installation, remove old config files

Location:
trunk/ippconfig/recipes
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/recipes/ppStats.config

    r10462 r11576  
    66
    77# Define the outputs as MULTI
    8 HEADER          MULTI
    9 CONCEPT         MULTI
    10 STAT            MULTI
     8HEADER          MULTI
     9CONCEPT         MULTI
     10STAT            MULTI
    1111
    1212# Values to return
    13 STAT            STR     ROBUST_MEDIAN   # Background estimator
    14 STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
     13STAT            STR     ROBUST_MEDIAN   # Background estimator
     14STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
     15
     16PPSTATS_PHASE0  METADATA
     17  ### ppStats recipe for Phase 0 with MegaCam
     18
     19  # Options governing statistics
     20  SAMPLE        F32     0.1     # Fraction of cell to sample
     21  MASKVAL       U8      0xff    # Mask value to use for statistics
     22
     23  # Define the outputs as MULTI
     24  HEADER        MULTI
     25  CONCEPT       MULTI
     26  STAT          MULTI
     27
     28  # Values to return
     29  CONCEPT       STR     FPA.OBJECT      # Object name
     30  CONCEPT       STR     FPA.OBSTYPE     # Observation type
     31  CONCEPT       STR     FPA.FILTER      # Filter
     32  CONCEPT       STR     FPA.RA FPA.DEC  # Telescope pointing
     33  CONCEPT       STR     FPA.AIRMASS     # Airmass
     34  CONCEPT       STR     FPA.ALT FPA.AZ  # Telescopy alt/az
     35  CONCEPT       STR     FPA.POSANGLE    # Rotator angle
     36  CONCEPT       STR     FPA.TIME        # Time of exposure
     37  CONCEPT       STR     CHIP.TEMP       # Detector temperature
     38  CONCEPT       STR     CELL.EXPOSURE   # Exposure time
     39  STAT          STR     ROBUST_MEDIAN   # Background estimator
     40  STAT          STR     ROBUST_STDEV    # Background standard deviation estimator
     41END
Note: See TracChangeset for help on using the changeset viewer.