IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34248


Ignore:
Timestamp:
Jul 31, 2012, 11:52:36 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120627
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627

  • branches/eam_branches/ipp-20120627/ippconfig

  • branches/eam_branches/ipp-20120627/ippconfig/gpc1/psastro.config

    r33975 r34248  
    375375   PSASTRO.CATDIR               STR /data/ipp064.0/ipp/ippRefs/catdir.refcat.20120524.v0
    376376END
     377
     378STATICSKY_TESTCAL   METADATA
     379   REFSTAR_MASK                BOOL FALSE
     380   PSASTRO.SAVE.REFMATCH       BOOL FALSE
     381   PSASTRO.FIX.CHIPS           BOOL FALSE
     382   PSASTRO.USE.MODEL           BOOL FALSE
     383   PSASTRO.MOSAIC.MODE         BOOL FALSE
     384
     385   PSASTRO.CATDIR                       STR     PS1.REF.20120524
     386   ZERO.POINT.USE.MEAN                  BOOL    TRUE
     387   PSASTRO.MAX.NRAW                     S32     0
     388   PSASTRO.GRID.NRAW.MAX                S32     50000
     389   PSASTRO.MIN.INST.MAG.RAW             F32     -21.0
     390   PSASTRO.MAX.INST.MAG.RAW             F32     -15.0
     391   PSASTRO.GRID.MIN.INST.MAG.RAW        F32     -21.0
     392   PSASTRO.GRID.MAX.INST.MAG.RAW        F32     -15.0 
     393   DVO.GETSTAR.MIN.MAG.INST             F32     -14.0
     394END
     395
     396# initial setup for MD@100 inputs, should work for 50-500 input
     397STATICSKY_DEEPCAL   METADATA
     398   REFSTAR_MASK                BOOL FALSE
     399   PSASTRO.SAVE.REFMATCH       BOOL FALSE
     400   PSASTRO.FIX.CHIPS           BOOL FALSE
     401   PSASTRO.USE.MODEL           BOOL FALSE
     402   PSASTRO.MOSAIC.MODE         BOOL FALSE
     403
     404   PSASTRO.CATDIR                       STR     PS1.REF.20120524
     405   ZERO.POINT.USE.MEAN                  BOOL    TRUE
     406   PSASTRO.MAX.NRAW                     S32     0
     407   PSASTRO.MAX.NREF                     S32     10000
     408   PSASTRO.GRID.NRAW.MAX                S32     2000
     409   PSASTRO.GRID.NREF.MAX                S32     2000
     410   PSASTRO.MIN.INST.MAG.RAW             F32     -20.0
     411   PSASTRO.MAX.INST.MAG.RAW             F32     -15.0
     412   PSASTRO.GRID.MIN.INST.MAG.RAW        F32     -20.0
     413   PSASTRO.GRID.MAX.INST.MAG.RAW        F32     -15.0
     414   DVO.GETSTAR.MIN.MAG.INST             F32     -13.0
     415END
     416
  • branches/eam_branches/ipp-20120627/ippconfig/recipes/Makefile.am

    r31717 r34248  
    3232        ppVizPSF.mdc \
    3333        nightly_science.config \
    34         ppBackground.mdc
     34        ppBackground.mdc \
     35        pstamp.config
    3536
    3637install_DATA = $(install_files)
  • branches/eam_branches/ipp-20120627/ippconfig/recipes/psastro.config

    r33930 r34248  
    270270    PSASTRO.MOSAIC.MODE         BOOL FALSE
    271271END
     272
     273STATICSKY_TESTCAL   METADATA
     274END
     275
     276STATICSKY_DEEPCAL   METADATA
     277END
     278
  • branches/eam_branches/ipp-20120627/ippconfig/recipes/psphot.config

    r34193 r34248  
    6969FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
    7070FOOTPRINT_USE_UNSUBTRACTED          BOOL  TRUE            # find footprints without sources subtracted
     71FOOTPRINT_SET_NANS_TO_ZERO          BOOL  FALSE           # set nan pixels in smoothed image to zero when culling peaks
    7172
    7273# parameter for the simple deblending
     
    233234@RADIAL.ANNULAR.BINS.UPPER           F32      0.96 2.72 4.16 7.04 12.0 18.56 29.76 45.68 72.80 112.80 176.88 # perl parser fails without a comment ticket #1476 still?
    234235
     236# In very dense fields it doesn't make sense to measure out to large radial apertures.
     237# If the number of sources is above RADIAL.CUT.RADIUS.NUM.SOURCES.LIMIT
     238# bins with     RADIAL.ANNULAR.BINS.UPPER > RADIAL.SOURCES.OVER.LIMIT.RADIUS
     239# will be removed from the recipe. (Note this is currently only used in psphotStack).
     240RADIAL.NUM.SOURCES.LIMIT            S32         50000
     241RAIDAL.SOURCES.OVER.LIMIT.RADIUS    F32         20.0    # pixels
     242
    235243# Extended source fit parameters
    236244EXTENDED_TEST                       METADATA
     
    275283
    276284# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
    277 # IMAGE_VAR, MODEL_VA the first of these used to be folded into the
     285# IMAGE_VAR, MODEL_VAR the first of these used to be folded into the
    278286# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
    279287LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
     
    341349PSPHOT.CR.MAX.MAG                   F32   0               # guess for limit on Kron Mag
    342350PSPHOT.CR.AUTOSCALE                 BOOL  FALSE
     351PSPHOT.CR.MAX.WINDOW                S32   50              # maximum window to seach for cosmic rays
    343352
    344353# Detection efficiency
     
    353362@PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    354363PSPHOT.STACK.USE.RAW                BOOL  T
     364PSPHOT.STACK.SPLIT.LINEAR.FIT       BOOL  T    # require positive flux for pass 3 sources then fit matched sources
    355365
    356366RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     
    382392  PSF_MODEL                           STR   PS_MODEL_PS1_V1
    383393  EXT_MODEL                           STR   PS_MODEL_QGAUSS
    384   PEAKS_NMAX_TOTAL                    S32   50000 # maximum allowed number of peaks - To avoid memory explosion
     394  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
    385395END
    386396
     
    518528  # extended source models applied to sources
    519529  EXTENDED_SOURCE_MODELS METADATA
    520    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
    521    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     530    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     531    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
    522532  END
    523533END
  • branches/eam_branches/ipp-20120627/ippconfig/recipes/reductionClasses.mdc

    r34139 r34248  
    498498# deep stacks
    499499DEEP_STACK            METADATA
    500       STACK_PPSTACK   STR      STACK_DEEP
    501       STACK_PPSUB     STR      STACK
    502       STACK_PSPHOT    STR      STACK
     500      STACK_PPSTACK           STR     STACK_DEEP
     501      STACK_PPSUB             STR     STACK
     502      STACK_PSPHOT            STR     STACK
     503      STACKPHOT_PSPHOT        STR     STACKPHOT
     504      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
    503505END
    504506
  • branches/eam_branches/ipp-20120627/ippconfig/system.config

    r33789 r34248  
    6363        PPBACKGROUND    STR             recipes/ppBackground.mdc       # Background restoration
    6464        PSVIDEOPHOT     STR             recipes/psvideophot.config # video cell photometry
     65        PSTAMP          STR             recipes/pstamp.config       # postage stamp server
    6566END
Note: See TracChangeset for help on using the changeset viewer.