IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31331


Ignore:
Timestamp:
Apr 21, 2011, 10:20:25 AM (15 years ago)
Author:
bills
Message:

Add new recipe values PSASTRO.GRID.MIN.INST.MAG.RAW and PSASTRO.GRID.MAX.INST.MAG.RAW to control
the range of magnitudes used for grid search. For STS_DATASET recipe use the magnitude range
-15 -11 for the grid search and tighten it up to -12 -11 for fitting. This avoids the bright
star problem

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r31163 r31331  
    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
  • trunk/ippconfig/recipes/psastro.config

    r31163 r31331  
    8383PSASTRO.MIN.INST.MAG.RAW       F32      0.0   # min instrumental magnitude for stars accepted for fitting
    8484PSASTRO.MAX.INST.MAG.RAW       F32      0.0   # max instrumental magnitude for stars accepted for fitting
     85PSASTRO.GRID.MIN.INST.MAG.RAW       F32      0.0   # min instrumental magnitude for stars accepted for grid search
     86PSASTRO.GRID.MAX.INST.MAG.RAW       F32      0.0   # max instrumental magnitude for stars accepted for grid search
    8587
    8688PSASTRO.MATCH.LUMFUNC  BOOL     FALSE
Note: See TracChangeset for help on using the changeset viewer.