IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8967


Ignore:
Timestamp:
Sep 25, 2006, 3:57:10 PM (20 years ago)
Author:
Paul Price
Message:

Adding top-level ppStats recipe for phase 0 --- since it now uses concepts instead of headers, it should be identical for all cameras

Location:
trunk/ippconfig
Files:
1 added
4 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ipprc.config

    r8828 r8967  
    11### Example .ipprc file
    22
    3 PATH            STR     .:/home/panstarrs/price/.ipp    # Default search path for configuration files
     3PATH            STR     .:/home/mithrandir/price/.ipp   # Default search path for configuration files
    44
    55### Database configuration
     
    1111### Setups for each camera system
    1212CAMERAS         METADATA
     13        MCSHORT         STR     mcshort/camera.config
     14        MCSHORT_CHIP    STR     mcshort_chip/camera.config
     15        MCSHORT_FPA     STR     mcshort_fpa/camera.config
    1316        MEGACAM         STR     megacam/camera.config
    1417        MEGACAM_CHIP    STR     megacam_chipmosaic/camera.config
     
    3841RECIPES         METADATA                # Site-level recipes
    3942        PPNORM          STR             ppNorm_template.config
     43        PPSTATS_PHASE0  STR             ppStats_phase0.config   # Recipe for phase 0 processing
    4044END
  • trunk/ippconfig/isp/camera.config

    r8892 r8967  
    3737        # Recipes for ppStats
    3838        PPSTATS         STR     isp/ppStats.config       # ppStats recipe
    39         PPSTATS_PHASE0  STR     isp/ppStats_phase0.config   # ppStats recipe for Phase 0
    4039
    4140        # Other recipes
  • trunk/ippconfig/mcshort/camera.config

    r8945 r8967  
    107107        PSASTRO         STR     megacam/psastro.config          # psastro details
    108108        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
    109         PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    110109END
    111110
  • trunk/ippconfig/mcshort_chip/camera.config

    r8945 r8967  
    101101        PSASTRO         STR     megacam/psastro.config          # psastro details
    102102        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
    103         PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    104103END
    105104
  • trunk/ippconfig/mcshort_fpa/camera.config

    r8945 r8967  
    3636        PSASTRO         STR     megacam/psastro.config          # psastro details
    3737        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
    38         PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    3938END
    4039
  • trunk/ippconfig/megacam/camera.config

    r8945 r8967  
    104104        PSASTRO         STR     megacam/psastro.config          # psastro details
    105105        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
    106         PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    107106END
    108107
  • trunk/ippconfig/ucam/camera.config

    r8825 r8967  
    6464        PSASTRO         STR     ucam/psastro.config          # psastro details
    6565        PPSTATS         STR     ucam/ppStats.config             # ppStats recipe
    66         PPSTATS_PHASE0  STR     ucam/ppStats_phase0.config      # ppStats recipe for phase 0
    6766END
    6867
  • trunk/ippconfig/ucam_mosaic/camera.config

    r8825 r8967  
    6464        PSASTRO         STR     ucam/psastro.config          # psastro details
    6565        PPSTATS         STR     ucam/ppStats.config             # ppStats recipe
    66         PPSTATS_PHASE0  STR     ucam/ppStats_phase0.config      # ppStats recipe for phase 0
    6766END
    6867
Note: See TracChangeset for help on using the changeset viewer.