IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12570


Ignore:
Timestamp:
Mar 23, 2007, 12:33:30 PM (19 years ago)
Author:
Paul Price
Message:

Adding default options to ppStats to avoid problems with the new way recipes behave

File:
1 edited

Legend:

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

    r11576 r12570  
    1010STAT            MULTI
    1111
    12 # Values to return
    13 STAT            STR     ROBUST_MEDIAN   # Background estimator
    14 STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
     12### Add dummy values, to define the MULTI --- due to limitations in the MDC language
     13HEADER          STR     _UNDEF
     14CONCEPT         STR     _UNDEF
     15STAT            STR     _UNDEF
    1516
     17
     18### ppStats recipe for Phase 0
    1619PPSTATS_PHASE0  METADATA
    17   ### ppStats recipe for Phase 0 with MegaCam
    1820
    1921  # Options governing statistics
     
    4042  STAT          STR     ROBUST_STDEV    # Background standard deviation estimator
    4143END
     44
     45
     46PPSTATS_PIXELS  METADATA
     47  STAT          STR     ROBUST_MEDIAN   # Background estimator
     48  STAT          STR     ROBUST_STDEV    # Background standard deviation estimator
     49END
Note: See TracChangeset for help on using the changeset viewer.