IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31163 for trunk/ippconfig/gpc1


Ignore:
Timestamp:
Apr 4, 2011, 1:23:08 PM (15 years ago)
Author:
eugene
Message:

updates from eam branch (tweaks for Darwin)

Location:
trunk/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/gpc1/camera.config

    r30847 r31163  
    136136  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
    137137  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
     138  CMF.XRAD STR {CHIP.NAME}.xrad # use .PSF and .EXT?
    138139  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
    139140  CMF.DETEFF STR {CHIP.NAME}.deteff
  • trunk/ippconfig/gpc1/ppStack.config

    r30837 r31163  
    3838    OUTPUT.LOGFLUX  BOOL    TRUE
    3939END
     40
     41# Recipe overrides for STACK
     42STACKPHOT METADATA
     43  PSF.MODEL     STR     PS_MODEL_QGAUSS # Model for PSF match
     44END
  • trunk/ippconfig/gpc1/psastro.config

    r30834 r31163  
    1515PSASTRO.GRID.OFFSET    F32    1000.
    1616PSASTRO.GRID.SCALE     F32      50
    17 PSASTRO.GRID.NSTAR.MAX S32     800 # max stars accepted for fitting
     17PSASTRO.GRID.NSTAR.MAX S32     800 # deprecated
     18PSASTRO.GRID.NREF.MAX  S32     800 # max stars accepted for fitting from ref catalog
     19PSASTRO.GRID.NRAW.MAX  S32    1200 # max stars accepted for fitting from raw image
    1820
    1921PSASTRO.MAX.NRAW      S32      1000   # max stars accepted for fitting (0 for all)
     
    2426
    2527#
    26 PSASTRO.MIN.INST.MAG.RAW       F32     -17.0   # min instrumental magnitude for stars accepted for fitting
     28PSASTRO.MIN.INST.MAG.RAW       F32     -15.0   # min instrumental magnitude for stars accepted for fitting
    2729PSASTRO.MAX.INST.MAG.RAW       F32      -8.0   # max instrumental magnitude for stars accepted for fitting
    2830
     
    4446PSASTRO.MATCH.RADIUS.N5 F32    10
    4547PSASTRO.MATCH.RADIUS.N6 F32    10
    46 PSASTRO.MATCH.RADIUS.N7 F32     5
    47 PSASTRO.MATCH.FIT.NITER S32     8
     48PSASTRO.MATCH.RADIUS.N7 F32    5
     49PSASTRO.MATCH.FIT.NITER S32    8
    4850
    4951# for iterations >= N, require a single match per reference
     
    304306    PSASTRO.CATDIR              STR      SAS.REF.V1
    305307END
     308
     309# these values worked to get solutions for the STS observations from 2009 & 2010
     310# these field has damage from excessive persistence and the impact of burntool
     311STS_DATASET  METADATA
     312
     313  # need to boost the total number of stars available for the fit:
     314  # allow more stars per chip and boost the density to which we query
     315  # 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
     319 
     320  # the crowding is high, so unless we restrict somewhat tightly early
     321  # on, we get very noisy (and wrong) fits.  These values are probably
     322  # too restrictive for the general observation: we would risk missing
     323  # matches.
     324
     325  # single-chip radius match in pixels
     326  PSASTRO.MATCH.RADIUS.N0 F32    10
     327  PSASTRO.MATCH.RADIUS.N1 F32    5
     328  PSASTRO.MATCH.RADIUS.N2 F32    5
     329  PSASTRO.MATCH.RADIUS.N3 F32    5
     330  PSASTRO.MATCH.RADIUS.N4 F32    3
     331  PSASTRO.MATCH.RADIUS.N5 F32    3
     332  PSASTRO.MATCH.RADIUS.N6 F32    5
     333  PSASTRO.MATCH.RADIUS.N7 F32    5
     334  PSASTRO.MATCH.FIT.NITER S32    5
     335END
  • trunk/ippconfig/gpc1/psphot.config

    r29590 r31163  
    11
    2 BACKGROUND.XBIN                     S32   256           # size of background superpixels
    3 BACKGROUND.YBIN                     S32   256           # size of background superpixels
     2BACKGROUND.XBIN                     S32   400             # size of background superpixels
     3BACKGROUND.YBIN                     S32   400             # size of background superpixels
     4BACKGROUND.XSAMPLE                  F32   2.0             # size of background superpixels
     5BACKGROUND.YSAMPLE                  F32   2.0             # size of background superpixels
    46
    57SOFTEN.VARIANCE                     BOOL  TRUE          # XXX drop? soften the errors for bright pixels
     
    3133DIAGNOSTIC.PLOTS METADATA
    3234  IMAGE.BACKGROUND.CELL.HISTOGRAM   BOOL  FALSE
    33   IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32   32
    34   IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32   15
     35  IMAGE.BACKGROUND.CELL.HISTOGRAM.X S32   8
     36  IMAGE.BACKGROUND.CELL.HISTOGRAM.Y S32   8
    3537END
    3638
Note: See TracChangeset for help on using the changeset viewer.