IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15903


Ignore:
Timestamp:
Dec 22, 2007, 7:56:57 AM (18 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/psastro.config

    r15882 r15903  
    88# max grid offset in FP units (microns)
    99# use plate-scale to make this in pixels?
    10 PSASTRO.GRID.OFFSET    F32    1000.
    11 PSASTRO.GRID.SCALE     F32      50.
     10PSASTRO.GRID.OFFSET    F32    2000.
     11PSASTRO.GRID.SCALE     F32      10.
    1212PSASTRO.GRID.NSTAR.MAX S32     600 # max stars accepted for fitting
    1313
     14#
     15PSASTRO.MIN.INST.MAG.RAW       F32     -15.0   # min instrumental magnitude for stars accepted for fitting
     16PSASTRO.MAX.INST.MAG.RAW       F32       0.0   # max instrumental magnitude for stars accepted for fitting
     17
    1418#
    15 PSASTRO.GRID.MIN.ANGLE F32 -2.1 # start angle (degrees)
    16 PSASTRO.GRID.MAX.ANGLE F32 +2.1
    17 PSASTRO.GRID.DEL.ANGLE F32  1.0
     19PSASTRO.GRID.MIN.ANGLE F32 -5.0 # start angle (degrees)
     20PSASTRO.GRID.MAX.ANGLE F32 +5.0
     21PSASTRO.GRID.DEL.ANGLE F32  0.5
     22
     23#
     24PSASTRO.GRID.MIN.SCALE F32  1.00
     25PSASTRO.GRID.MAX.SCALE F32  1.00
     26PSASTRO.GRID.DEL.SCALE F32  0.025
    1827
    1928# single-chip radius match in pixels
     
    3645PSASTRO.TWEAK.SMOOTH    F32      2
    3746PSASTRO.TWEAK.NSIGMA    F32      3
     47
     48PSASTRO.USE.MODEL             BOOL     TRUE
    3849
    3950DVO.CATDIR STR /data/alala.0/ipp/ippRefs/catdir.2mass
     
    6273# if we are fitting against quality digital data, we can require tighter constraints
    6374
    64 PSASTRO.MAX.NRAW      S32      2000   # max stars accepted for fitting (0 for all)
    65 PSASTRO.MAX.NREF      S32      2000   # max stars accepted for fitting (0 for all)
     75PSASTRO.MAX.NRAW      S32      1000   # max stars accepted for fitting (0 for all)
     76PSASTRO.MAX.NREF      S32      1000   # max stars accepted for fitting (0 for all)
    6677
    6778PSASTRO.MODEL.REF.CHIP        STR      XY33
Note: See TracChangeset for help on using the changeset viewer.