IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 3:03:18 PM (17 years ago)
Author:
eugene
Message:

add vysos20, ensure everyone has DETEFF info, update psastro.config for new options

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes

    • Property svn:mergeinfo deleted
  • trunk/ippconfig/recipes/psastro.config

    r26173 r26265  
    6464PSASTRO.MATCH.FIT.NITER S32   1
    6565
     66# for iterations >= N, require a single match per reference
     67PSASTRO.MATCH.UNIQ.ITER S32     4
     68
    6669# pmAstromMatchFit
    6770PSASTRO.CHIP.ORDER     S32      1  # fit order
     
    9194PSASTRO.MOSAIC.RADIUS.N3   F32    0.0
    9295PSASTRO.MOSAIC.RADIUS.N4   F32    0.0
     96PSASTRO.MOSAIC.RADIUS.N5   F32    0.0
    9397
    9498# Mosaic Astrometry options
     
    102106PSASTRO.MOSAIC.CHIP.ORDER.N3  S32      -1 # fit order (-1 means use default)
    103107PSASTRO.MOSAIC.CHIP.ORDER.N4  S32      -1 # fit order (-1 means use default)
     108PSASTRO.MOSAIC.CHIP.ORDER.N5  S32      -1 # fit order (-1 means use default)
     109
     110# for iterations >= N, require a single match per reference
     111PSASTRO.MOSAIC.UNIQ.ITER S32     2
    104112
    105113PSASTRO.MOSAIC.CHIP.NITER     S32      3  # fit clipping iterations
     
    111119PSASTRO.MOSAIC.MAX.ERROR.N3   F32      1.5 # max allow error for valid solution (UNITS?)
    112120PSASTRO.MOSAIC.MAX.ERROR.N4   F32      1.5 # max allow error for valid solution (UNITS?)
     121PSASTRO.MOSAIC.MAX.ERROR.N5   F32      1.5 # max allow error for valid solution (UNITS?)
     122
    113123PSASTRO.MOSAIC.MIN.NSTAR      S32      6   # min fitted stars in solution
    114124
     
    160170DVO.GETSTAR.MIN.MAG.INST      F32     -15.0
    161171
    162 ZERO.POINT.BY.EXPOSURE        BOOL     TRUE
    163 ZERO.POINT.USE.MEAN           BOOL     TRUE
    164 ZERO.POINT.EDGE.FRACTION      F32      0.2
     172ZERO.POINT.BY.EXPOSURE          BOOL     TRUE
     173ZERO.POINT.USE.MEAN             BOOL     TRUE
     174ZERO.POINT.EDGE.FRACTION        F32      0.9
     175ZERO.POINT.EDGE.SAMPLE          S32      10
     176ZERO.POINT.EDGE.SAMPLE.FRACTION F32      0.1
    165177
    166178ZPTEST METADATA
    167179  ZERO.POINT.BY.EXPOSURE      BOOL     TRUE
    168180  ZERO.POINT.USE.MEAN         BOOL     FALSE
    169   ZERO.POINT.EDGE.FRACTION    F32      0.1
    170181END
    171182
Note: See TracChangeset for help on using the changeset viewer.