IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7456


Ignore:
Timestamp:
Jun 9, 2006, 12:26:12 PM (20 years ago)
Author:
Paul Price
Message:

Minor changes; these are my favourite parameters for the moment.

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ipprc.config

    r7155 r7456  
    1010### Setups for each camera system
    1111CAMERAS         METADATA
     12        mcShort         STR     mcshort/camera.config
     13        MEGACAM         STR     megacam/camera.config
    1214        MEGACAM_DET     STR     megacam_detrended/camera.config
    13         MEGACAM         STR     megacam/camera.config
    1415        GPC1            STR     gpc1/camera.config
    1516        LRIS_BLUE       STR     lris_blue/camera.config
    1617        LRIS_RED        STR     lris_red/camera.config
    1718        SIMPLE          STR     simple/camera.config
    18         mcShort         STR     mcshort/camera.config
    1919        # move the mcShort to the top to force its selection
    2020END
     
    2626LOGDEST STR     STDOUT                          # Log destination
    2727TRACE           METADATA                        # Trace levels
    28         ppImageLoop             S32     10
     28        pmFPAMosaic             S32     10
     29        fpaMosaic               S32     10
     30        addCell                 S32     10
     31        imageMosaic             S32     10
     32        ppMergeCombine          S32     10
     33        pmReadoutCombine        S32     5
    2934        pmFPAPrint              S32     10
    3035        pmHDUPrint              S32     10
     36#       ppMergeCheckInputs      S32     7
     37#       ppMergeScaleZero        S32     10
     38#       pmFlatNormalize         S32     10
    3139#       pmHDUWrite              S32     10
    3240#       ppImageLoadPixels       S32     10
  • trunk/ippconfig/ppMerge_template.config

    r7183 r7456  
    11# Recipe configuration for ppMerge
    22 
    3 ROWS            S32     128             # Number of rows to read at once
     3ROWS            S32     256             # Number of rows to read at once
    44ELECTRONS       F32     100.0           # Minimum number of electrons for useful signal
    55SAMPLE          S32     100             # Sampling factor for measuring the background
    66REJ             F32     3.0             # Rejection threshold (sigma)
    7 ITER            S32     3               # Number of rejection iterations
    8 FRACHIGH        F32     0.1             # Fraction of high pixels to reject immediately
     7ITER            S32     1               # Number of rejection iterations
     8FRACHIGH        F32     0.3             # Fraction of high pixels to reject immediately
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    10 NKEEP           S32     3               # Minimum number of pixels in stack to keep
     10NKEEP           S32     5               # Minimum number of pixels in stack to keep
    1111MASKVAL         S32     0xff            # Mask value for input data
    12 COMBINE         STR     MEAN            # Statistic to use for combination
     12### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
     13COMBINE         STR     MEAN            # Statistic to use for combination:
    1314BACKGROUND      STR     MEDIAN          # Statistic to use to measure the background
Note: See TracChangeset for help on using the changeset viewer.