IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36770


Ignore:
Timestamp:
May 23, 2014, 9:47:21 AM (12 years ago)
Author:
eugene
Message:

increase the density for psastro grid search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/ippconfig/gpc1/psastro.config

    r36403 r36770  
    1313# max grid offset in FP units (microns)
    1414# use plate-scale to make this in pixels?
    15 PSASTRO.GRID.OFFSET    F32    1000.
     15PSASTRO.GRID.OFFSET    F32    1000. # we use stars in a region (4800+2000 pix)^2, a factor of 2 in area
    1616PSASTRO.GRID.SCALE     F32      50
    1717PSASTRO.GRID.NSTAR.MAX S32     800 # deprecated
    18 PSASTRO.GRID.NREF.MAX  S32     800 # max stars accepted for grid search from ref catalog
    19 PSASTRO.GRID.NRAW.MAX  S32    1200 # max stars accepted for grid search from raw image
     18PSASTRO.GRID.NREF.MAX  S32    1600 # max stars accepted for grid search from ref catalog (2x as many as the RAW stars, to match area)
     19PSASTRO.GRID.NRAW.MAX  S32     800 # max stars accepted for grid search from raw image
    2020
    2121PSASTRO.MAX.NRAW      S32      1000   # max stars accepted for fitting (0 for all)
     
    3131PSASTRO.GRID.MAX.INST.MAG.RAW  F32      -8.0   # max instrumental magnitude for stars accepted for grid search
    3232
    33 PSASTRO.GRID.MIN.ANGLE F32 -1.0 # start angle (degrees)
    34 PSASTRO.GRID.MAX.ANGLE F32 +0.5
    35 PSASTRO.GRID.DEL.ANGLE F32  0.5
     33PSASTRO.GRID.MIN.ANGLE F32 -1.00 # start angle (degrees)
     34PSASTRO.GRID.MAX.ANGLE F32 +1.01 # sequence is MIN, MIN + DEL, < MAX, we get -1.0, -0.5, 0.0, 0.5, 1.0
     35PSASTRO.GRID.DEL.ANGLE F32  0.50
    3636
    3737#
     
    122122
    123123DVO.GETSTAR.PHOTCODE        STR      i
    124 DVO.GETSTAR.MAX.RHO         F32      3000.0
     124DVO.GETSTAR.MAX.RHO         F32      10000.0
    125125DVO.GETSTAR.MIN.MAG         F32      12.0
    126126DVO.GETSTAR.MIN.MAG.INST    F32     -25.0
Note: See TracChangeset for help on using the changeset viewer.