IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26689


Ignore:
Timestamp:
Jan 26, 2010, 11:21:07 PM (16 years ago)
Author:
Paul Price
Message:

GAUSS PSF model seems to be required for good photometry on convolved stack images. Reducing the size of the kernel and the reference size seems to help for stacks too. Haven't tried diffs with these parameters yet.

Location:
branches/eam_branches/20091201/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippconfig/recipes/ppStack.config

    r26673 r26689  
    5555        y       F32     0.0
    5656END
    57        
     57
    5858PSF.INSTANCES   S32     15              # Number of instances for PSF generation
    5959PSF.RADIUS      F32     20.0            # Radius for PSF generation
    6060PSF.ORDER       S32     1               # Order of spatial variation for PSF generation
    61 PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
     61PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
    6262
    6363TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
  • branches/eam_branches/20091201/ippconfig/recipes/ppSub.config

    r26666 r26689  
    22
    33KERNEL.TYPE     STR     ISIS_RADIAL     # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    4 KERNEL.SIZE     S32     35              # Kernel half-size (pixels)
     4KERNEL.SIZE     S32     30              # Kernel half-size (pixels)
    55SPATIAL.ORDER   S32     1               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    77SOURCE.RADIUS   F32     3.0             # Source matching radius (pixels)
    88STAMP.SPACING   F32     300             # Typical spacing between stamps (pixels)
    9 STAMP.FOOTPRINT S32     40              # Size of stamps (pixels)
     9STAMP.FOOTPRINT S32     35              # Size of stamps (pixels)
    1010STAMP.THRESHOLD F32     5               # Flux threshold for stamps (stdev above background)
    1111STRIDE          S32     100             # Size of convolution patches (pixels)
     
    5858
    5959SCALE           BOOL    TRUE            # Scale kernel parameters by the seeing?
    60 SCALE.REF       F32     11.0            # Reference for kernel parameter scaling
    61 SCALE.MIN       F32     0.5             # Minimum scale value
     60SCALE.REF       F32     9.0             # Reference for kernel parameter scaling
     61SCALE.MIN       F32     0.7             # Minimum scale value
    6262SCALE.MAX       F32     1.2             # Maximum scale value
    6363
     
    7272# Recipe overrides for STACK
    7373STACK   METADATA
     74        KERNEL.TYPE     STR     ISIS    # Kernel type
    7475END
    7576
Note: See TracChangeset for help on using the changeset viewer.