IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38064


Ignore:
Timestamp:
Mar 29, 2015, 8:07:09 AM (11 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-20150312 (add DIFF_PV3 to WARPSTACK_PV3, set DIFF_PV3 output to PS1_DV5, add CHIP.MAP.FROM.POSITIVE

Location:
trunk/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/ppSub.config

    r38062 r38064  
    7777PHOTOMETRY      BOOL    FALSE           # Perform photometry?
    7878NOCONVOLVE      BOOL    FALSE           # Skip convolution?
    79 
     79CHIP.MAP.FROM.POSITIVE BOOL FALSE       # use the warp for the chipmap, not subtrahend
    8080
    8181FORCED.PHOTOMETRY.BOTH BOOL FALSE       # forced photometry on input sources?
     
    184184# WSdiff for PV3 to do inverse phot
    185185WARPSTACK_PV3       METADATA
    186         DUAL            BOOL    FALSE   # Dual convolution?
    187         INVERSE         BOOL    TRUE   # Generate inverse subtraction?
    188         PHOTOMETRY      BOOL    TRUE    # Perform photometry?
    189         CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     186        DUAL                   BOOL    FALSE   # Dual convolution?
     187        INVERSE                BOOL    TRUE    # Generate inverse subtraction?
     188        PHOTOMETRY             BOOL    TRUE    # Perform photometry?
     189        CONVOLVE.TARGET        STR     SINGLE2 # convolution direction
     190        CHIP.MAP.FROM.POSITIVE BOOL    FALSE   # always use the warp for the chipmap, not subtrahend
    190191END
    191192
  • trunk/ippconfig/recipes/psphot.config

    r37813 r38064  
    655655END
    656656
     657# Recipe overrides for DIFF_PV3
     658DIFF_PV3        METADATA
     659  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
     660  OUTPUT.FORMAT                     STR  PS1_DV5       # Format of output file
     661
     662  # Extended source fit parameters
     663  # these models are used for high-quality shape analysis after all sources have been removed
     664  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     665  EXT_MODEL                           STR   PS_MODEL_TRAIL
     666
     667  # extended source models applied to sources
     668  EXTENDED_SOURCE_MODELS METADATA
     669    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     670    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     671  END
     672END
     673
    657674SSTF_DIFF METADATA
    658675  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold -- MOPS would like to see 4.0->3.5 since ppMops fixed
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r38062 r38064  
    599599WARPSTACK_PV3       METADATA
    600600        DIFF_PPSUB      STR     WARPSTACK_PV3
    601         DIFF_PSPHOT     STR     DIFF
     601        DIFF_PSPHOT     STR     DIFF_PV3
    602602        JPEG_BIN1       STR     PPIMAGE_J1
    603603        JPEG_BIN2       STR     PPIMAGE_J2
Note: See TracChangeset for help on using the changeset viewer.