IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 6:16:51 PM (20 years ago)
Author:
Paul Price
Message:

Replacing phase 0 recipe for ppStats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ipprc.config

    r10461 r10471  
    22
    33PATH            STR     .:$HOME/.ipp            # Default search path for configuration files
    4 # WORKDIR       STR     $HOME/ippData/          # Top-level working directory: we will retire this
     4WORKDIR         STR     /dev/null               # Top-level working directory: we will retire this
    55
    66# place your data directories here and refer to as path://PATH/remainder
    77DATAPATH        METADATA
    88        DATA1   STR     /data/alala/
     9        PAP_MC  STR     /data/alala/price/megacam/
    910END
    1011
     
    1718### Setups for each camera system
    1819CAMERAS         METADATA
     20        MCSHORT         STR     mcshort/camera.config
     21        MCSHORT_CHIP    STR     mcshort_chip/camera.config
     22        MCSHORT_FPA     STR     mcshort_fpa/camera.config
     23
    1924        MEGACAM         STR     megacam/camera.config
    2025        MEGACAM_CHIP    STR     megacam_chipmosaic/camera.config
     
    2934        SIMPLE          STR     simple/camera.config
    3035
    31         MCSHORT         STR     mcshort/camera.config
    32         MCSHORT_CHIP    STR     mcshort_chip/camera.config
    33         MCSHORT_FPA     STR     mcshort_fpa/camera.config
    3436        # move the MCSHORTs to the top to force its selection
    3537END
     
    4244TRACEDEST       STR     STDERR                  # Trace destination
    4345TRACE           METADATA                        # Trace levels
    44         err             S32     10
     46#       err             S32     10
    4547END
    4648
    4749RECIPES         METADATA                # Site-level recipes
    48         PSPHOT          STR             recipes/psphot.config
    49         PPMERGE         STR             recipes/ppMerge.config  # Recipe for combination
     50        PSPHOT          STR             recipes/psphot.config   # Image photometry
     51        PPMERGE         STR             recipes/ppMerge.config  # Image combination
     52        PPSTATS         STR             recipes/ppStats.config  # Image statistics
     53        PPSTATS_PHASE0  STR             recipes/ppStats_phase0.config   # Image statistics for Phase 0
    5054END
    5155
    52 
    53 #       PPSTATS_PHASE0  STR             recipes/ppStats_phase0.config   # Recipe for phase 0 processing
Note: See TracChangeset for help on using the changeset viewer.