IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35771 for trunk/ippconfig


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.

Location:
trunk/ippconfig/recipes
Files:
2 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
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r35770 r35771  
    174174END
    175175
     176# Use 1D Gaussian convolutions
     177DEFAULT_1DG             METADATA
     178        CHIP_PPIMAGE      STR     CHIP
     179        CHIP_PSPHOT       STR     CHIP
     180        WARP_PSWARP       STR     WARP
     181        STACK_PPSTACK     STR     STACK_1DG
     182        STACK_PPSUB       STR     STACK_1DG
     183        STACK_PSPHOT      STR     STACK
     184        DIFF_PPSUB        STR     DIFF_1DG
     185        DIFF_PSPHOT       STR     DIFF
     186        JPEG_BIN1         STR     PPIMAGE_J1
     187        JPEG_BIN2         STR     PPIMAGE_J2
     188        FAKEPHOT          STR     FAKEPHOT
     189        ADDSTAR           STR     ADDSTAR
     190        PSASTRO           STR     DEFAULT_RECIPE
     191        STACKPHOT_PSPHOT  STR     STACKPHOT
     192        STACKPHOT_PPSUB   STR     STACKPHOT_1DG
     193        STACKPHOT_PPSTACK STR     STACKPHOT_1DG
     194        STACKPHOT_SINGLE_PSPHOT  STR    STACKPHOT_SINGLE
     195        BACKGROUND_PPBACKGROUND STR     BACKGROUND
     196        BACKGROUND_PSWARP       STR     BACKGROUND
     197        PSVIDEOPHOT             STR     PSVIDEOPHOT
     198        STATICSKY_CALIBRATION   STR     STATICSKY_CAL
     199END
     200
    176201
    177202
     
    268293        STACKPHOT_PSPHOT  STR     STACKPHOT
    269294        STACKPHOT_PPSUB   STR     STACKPHOT
     295        STACKPHOT_PPSTACK STR     STACKPHOT
     296        STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
     297        BACKGROUND_PPBACKGROUND STR     BACKGROUND
     298        BACKGROUND_PSWARP       STR     BACKGROUND
     299        PSVIDEOPHOT             STR     PSVIDEOPHOT
     300END
     301
     302SWEETSPOT_1DG           METADATA
     303        CHIP_PPIMAGE      STR     CHIP
     304        CHIP_PSPHOT       STR     CHIP
     305        WARP_PSWARP       STR     WARP
     306        STACK_PPSTACK     STR     QUICKSTACK
     307        STACK_PPSUB       STR     STACK_1DG
     308        STACK_PSPHOT      STR     STACK
     309        DIFF_PPSUB        STR     DIFF_1DG
     310        DIFF_PSPHOT       STR     SSTF_DIFF
     311        JPEG_BIN1         STR     PPIMAGE_J1
     312        JPEG_BIN2         STR     PPIMAGE_J2
     313        FAKEPHOT          STR     FAKEPHOT
     314        ADDSTAR           STR     ADDSTAR
     315        PSASTRO           STR     DEFAULT_RECIPE
     316        STACKPHOT_PSPHOT  STR     STACKPHOT
     317        STACKPHOT_PPSUB   STR     STACKPHOT_1DG
    270318        STACKPHOT_PPSTACK STR     STACKPHOT
    271319        STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
Note: See TracChangeset for help on using the changeset viewer.