IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2007, 7:59:17 AM (19 years ago)
Author:
eugene
Message:

adding elements for psphot and psastro

Location:
trunk/ippconfig/recipes
Files:
3 edited

Legend:

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

    r12562 r12586  
    6969END
    7070
    71 PHOTCODE.RULE           STR     {CAMERA}.{FILTER.ID}.{CHIP.N}
     71PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.N}
    7272
    7373DETREND.CONSTRAINTS  METADATA
  • trunk/ippconfig/recipes/psastro.config

    r12540 r12586  
    1616# max grid offset in FP units (microns)
    1717# use plate-scale to make this in pixels?
    18 # PSASTRO.GRID.OFFSET    F32  10000.
    19 # PSASTRO.GRID.SCALE     F32    500.
    20 PSASTRO.GRID.OFFSET    F32   1000.
    21 PSASTRO.GRID.SCALE     F32     50
     18PSASTRO.GRID.OFFSET    F32  10000.
     19PSASTRO.GRID.SCALE     F32    500.
    2220
    2321# these tweak are in FP units (pixels, currently)
  • trunk/ippconfig/recipes/psphot.config

    r12539 r12586  
    1313# XXX it may not currently be read : double check this (EAM)
    1414ZERO_POINT          F32  25.000          # zero point used by DVO
     15ZERO_PT             F32  25.000          # zero point used by DVO
    1516
    1617# these parameter govern how the background is measured
    17 BACKGROUND_XBIN     S32   128            # size of background superpixels
    18 BACKGROUND_YBIN     S32   128            # size of background superpixels
     18BACKGROUND.XBIN     S32   128            # size of background superpixels
     19BACKGROUND.YBIN     S32   128            # size of background superpixels
    1920IMSTATS_NPIX        S32  10000           # number of pixels to use for sky estimate boxes:
    2021
     
    117118INTERPOLATE_AP BOOL TRUE
    118119POISSON_ERRORS BOOL TRUE
     120
     121OUTPUT.FORMAT       STR SMPDATA
Note: See TracChangeset for help on using the changeset viewer.