IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2011, 3:20:38 PM (15 years ago)
Author:
watersc1
Message:

Merging trunk into this branch

Location:
branches/czw_branch/20110406
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406

  • branches/czw_branch/20110406/ippconfig

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/czw_branch/20110406/ippconfig/gpc1/psastro.config

    r31163 r31434  
    1616PSASTRO.GRID.SCALE     F32      50
    1717PSASTRO.GRID.NSTAR.MAX S32     800 # deprecated
    18 PSASTRO.GRID.NREF.MAX  S32     800 # max stars accepted for fitting from ref catalog
    19 PSASTRO.GRID.NRAW.MAX  S32    1200 # max stars accepted for fitting from raw image
     18PSASTRO.GRID.NREF.MAX  S32     800 # max stars accepted for grid search from ref catalog
     19PSASTRO.GRID.NRAW.MAX  S32    1200 # max stars accepted for grid search from raw image
    2020
    2121PSASTRO.MAX.NRAW      S32      1000   # max stars accepted for fitting (0 for all)
     
    2828PSASTRO.MIN.INST.MAG.RAW       F32     -15.0   # min instrumental magnitude for stars accepted for fitting
    2929PSASTRO.MAX.INST.MAG.RAW       F32      -8.0   # max instrumental magnitude for stars accepted for fitting
     30PSASTRO.GRID.MIN.INST.MAG.RAW  F32     -15.0   # min instrumental magnitude for stars accepted for grid search
     31PSASTRO.GRID.MAX.INST.MAG.RAW  F32      -8.0   # max instrumental magnitude for stars accepted for grid search
    3032
    3133PSASTRO.GRID.MIN.ANGLE F32 -1.0 # start angle (degrees)
     
    314316  # allow more stars per chip and boost the density to which we query
    315317  # from the reference database.
    316   PSASTRO.MAX.NRAW      S32      2000   #
    317   PSASTRO.MAX.NREF      S32      8000   # max stars accepted for fitting (0 for all)
    318   DVO.GETSTAR.MAX.RHO   F32      60000.0
     318  PSASTRO.MAX.NRAW               S32      2000   #
     319  PSASTRO.MAX.NREF               S32      8000   # max stars accepted for fitting (0 for all)
     320  # use wider range of magnitudes for grid search
     321  PSASTRO.GRID.MIN.INST.MAG.RAW  F32     -15.0   # min instrumental magnitude for stars accepted for fitting
     322  PSASTRO.GRID.MAX.INST.MAG.RAW  F32     -11.0   # max instrumental magnitude for stars accepted for fitting
     323
     324  # reduce the magnitude range to avoid the bright stars have bad astrometry problem
     325  PSASTRO.MIN.INST.MAG.RAW       F32     -12.0   # min instrumental magnitude for stars accepted for fitting
     326  PSASTRO.MAX.INST.MAG.RAW       F32     -11.0   # min instrumental magnitude for stars accepted for fitting
     327
     328  DVO.GETSTAR.MIN.MAG.INST   F32     -15.0
     329  DVO.GETSTAR.MAX.RHO        F32      60000.0
    319330 
    320331  # the crowding is high, so unless we restrict somewhat tightly early
     
    324335
    325336  # single-chip radius match in pixels
    326   PSASTRO.MATCH.RADIUS.N0 F32    10
     337  PSASTRO.MATCH.RADIUS.N0 F32   10
    327338  PSASTRO.MATCH.RADIUS.N1 F32    5
    328339  PSASTRO.MATCH.RADIUS.N2 F32    5
Note: See TracChangeset for help on using the changeset viewer.