IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 4:21:05 PM (13 years ago)
Author:
watersc1
Message:

Working 1D-Gaussian convolution code. Recipes/reductions that use this have _1DG added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSub.config

    r35770 r35771  
    8888END
    8989
     90STACK_1DG METADATA
     91        SYS.ERR         F32     0.0      # current use of SYS.ERR not appropriate for stacks
     92        KERNEL.TYPE     STR     SIMPLE   # Use 1D Gaussian convolution.
     93END     
     94
    9095# Recipe overrides for DIFF
    9196DIFF    METADATA
     
    108113END
    109114
     115DIFF_1DG  METADATA
     116          KERNEL.TYPE   STR     SIMPLE  # Use 1D Gaussian Convolution
     117          DUAL          BOOL    TRUE    # Dual convolution?
     118          INVERSE       BOOL    TRUE    # Generate inverse subtraction?
     119          PHOTOMETRY    BOOL    TRUE    # Perform photometry
     120
     121          # This is not really used with the SIMPLE kernel
     122          SCALE.REF     F32     5.0     # FWHM reference for kernel parameter scalinng
     123          KERNEL.SIZE   S32     15      # Kernel half-size (pixels);
     124          STAMP.FOOTPRINT S32   15      # Size of stamps (pixels);
     125END
     126
    110127# test setup for nodual case
    111128DIFF_NODUAL    METADATA   
     
    143160END
    144161
     162WARPWARP_1DG    METADATA
     163          KERNEL.TYPE   STR     SIMPLE  # Use 1D Gaussian Convolution
     164          DUAL          BOOL    TRUE    # Dual convolution?
     165          INVERSE       BOOL    TRUE    # Generate inverse subtraction?
     166          PHOTOMETRY    BOOL    TRUE    # Perform photometry
     167
     168          # This is not really used with the SIMPLE kernel
     169          SCALE.REF     F32     5.0     # FWHM reference for kernel parameter scalinng
     170          KERNEL.SIZE   S32     15      # Kernel half-size (pixels);
     171          STAMP.FOOTPRINT S32   15      # Size of stamps (pixels);
     172END
     173
     174
     175
    145176# Difference of warp - stack
    146177WARPSTACK       METADATA
     
    151182END
    152183
     184WARPSTACK_1DG   METADATA
     185        KERNEL.TYPE     STR     SIMPLE
     186        DUAL            BOOL    FALSE   # Dual convolution?
     187        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     188        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     189        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     190END
     191
    153192# Difference of two stacks : uses SINGLE not DUAL convolution
    154193STACKSTACK      METADATA
     
    159198END
    160199
     200STACKSTACK_1DG  METADATA
     201        KERNEL.TYPE     STR     SIMPLE
     202        DUAL            BOOL    FALSE   # Dual convolution?
     203        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     204        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     205        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     206END
     207
    161208# Difference of two stacks : uses SINGLE not DUAL convolution
    162209STACKPHOT       METADATA
     210        DUAL            BOOL    FALSE   # Dual convolution?
     211        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     212        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     213        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     214END
     215
     216STACKPHOT_1DG   METADATA
     217        KERNEL.TYPE     STR     SIMPLE
    163218        DUAL            BOOL    FALSE   # Dual convolution?
    164219        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     
    200255        DUAL            BOOL    FALSE   # Dual convolution?
    201256        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
    202         PHOTOMETRY      BOOL    FALSE   # Perform photometry?
     257        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
    203258        NOCONVOLVE      BOOL    TRUE
    204259        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     
    258313        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
    259314END
    260  
     315
     316SSTF_DIFF_1DG METADATA
     317        KERNEL.TYPE     STR     SIMPLE
     318        DUAL            BOOL    FALSE   # Dual convolution?
     319        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     320        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     321        NOCONVOLVE      BOOL    TRUE
     322        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     323END
     324             
    261325
    262326# Gene's choice: multiplying by 1.75
Note: See TracChangeset for help on using the changeset viewer.