IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2012, 2:15:01 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120905
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905

  • branches/eam_branches/ipp-20120905/ippconfig

  • branches/eam_branches/ipp-20120905/ippconfig/recipes/nightly_science.config

    r34566 r34735  
    7979  DIFFABLE  BOOL FALSE
    8080  DIST      S16  30
     81  # bump the retention times for the time being
     82  CHIP S16 60
     83  WARP S16 60
     84  DIFF S16 60
     85  CHIPBG S16 60
     86  WARPBG S16 60
    8187END
    8288TARGETS METADATA
     
    211217  REDUCTION STR STS_DATASET
    212218  # bump the retention times for the time being
    213   CHIP S16 7
    214   WARP S16 7
    215   DIFF S16 7
     219  CHIP S16 60
     220  WARP S16 60
     221  DIFF S16 60
    216222END
    217223TARGETS METADATA
  • branches/eam_branches/ipp-20120905/ippconfig/recipes/ppSub.config

    r33550 r34735  
    9090# Recipe overrides for DIFF
    9191DIFF    METADATA
     92        DUAL            BOOL    TRUE    # Dual convolution?
     93        INVERSE         BOOL    TRUE    # Generate inverse subtraction?
     94        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     95
     96        # penalty of 1.0
     97        # DUAL convolution is more sensitive to the number of kernels
     98        # do not provide as many orders as for SINGLE
     99        # @ISIS.WIDTHS  F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     100        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     101        # @ISIS.WIDTHS  F32     2.0  3.0  5.0   # Gaussian kernel FWHM values
     102        # @ISIS.WIDTHS  F32     2.1  4.2  8.4   # Gaussian kernel FWHM values
     103        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
     104
     105        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     106        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     107        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
    92108END
    93109
  • branches/eam_branches/ipp-20120905/ippconfig/recipes/psphot.config

    r34566 r34735  
    558558DIFF    METADATA
    559559  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    560   OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
     560  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
    561561
    562562  # Extended source fit parameters
     
    575575  PEAKS_NSIGMA_LIMIT_2                F32   4.0             # peak significance threshold 
    576576  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    577   OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
     577  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
    578578
    579579  # Extended source fit parameters
  • branches/eam_branches/ipp-20120905/ippconfig/recipes/reductionClasses.mdc

    r34575 r34735  
    260260        STACK_PSPHOT      STR     STACK
    261261        DIFF_PPSUB        STR     DIFF
     262        DIFF_PSPHOT       STR     SSTF_DIFF
     263        JPEG_BIN1         STR     PPIMAGE_J1
     264        JPEG_BIN2         STR     PPIMAGE_J2
     265        FAKEPHOT          STR     FAKEPHOT
     266        ADDSTAR           STR     ADDSTAR
     267        PSASTRO           STR     DEFAULT_RECIPE
     268        STACKPHOT_PSPHOT  STR     STACKPHOT
     269        STACKPHOT_PPSUB   STR     STACKPHOT
     270        STACKPHOT_PPSTACK STR     STACKPHOT
     271        STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
     272        BACKGROUND_PPBACKGROUND STR     BACKGROUND
     273        BACKGROUND_PSWARP       STR     BACKGROUND
     274        PSVIDEOPHOT             STR     PSVIDEOPHOT
     275END
     276
     277# Sweetspot reduction class
     278SWEETSPOT_WS            METADATA
     279        CHIP_PPIMAGE      STR     CHIP
     280        CHIP_PSPHOT       STR     CHIP
     281        WARP_PSWARP       STR     WARP
     282        STACK_PPSTACK     STR     QUICKSTACK
     283        STACK_PPSUB       STR     STACK
     284        STACK_PSPHOT      STR     STACK
     285        DIFF_PPSUB        STR     WARPSTACK
    262286        DIFF_PSPHOT       STR     SSTF_DIFF
    263287        JPEG_BIN1         STR     PPIMAGE_J1
Note: See TracChangeset for help on using the changeset viewer.