IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ppSub_vs_Hotpants


Ignore:
Timestamp:
Jan 21, 2010, 11:48:36 AM (16 years ago)
Author:
Paul Price
Comment:

Adding example of kernel scaling.

Legend:

Unmodified
Added
Removed
Modified
  • ppSub_vs_Hotpants

    v5 v6  
    101101ppSub (without adding photometry) has a running time about twice that of hotpants, but it is performing four times as many convolutions.  This better run time per convolution is probably due to ppSub doing convolutions via Fast Fourier Transforms, rather than directly.
    102102
    103 = Update =
     103= Larger kernels =
    104104
    105105The following parameter variations result in much cleaner subtractions:
     
    13313335-36: 52
    134134}}}
     135
     136= Kernel scaling =
     137
     138Scaling of kernel basis sets has been implemented as of r26650 (in branches/eam_branches/20091201).  If SCALE in the PPSUB recipe is set to TRUE, then the ISIS kernel widths, the kernel size and stamp size are scaled by the maximum FWHM of the inputs, with maximum and minimum scaling values provided.  This results in fewer sources being detected in the subtracted images.
     139
     140The parameters used are:
     141
     142{{{
     143KERNEL.SIZE: 45 (Half-size of kernel)
     144STAMP.FOOTPRINT: 50 (Half-size of stamps)
     145ISIS.WIDTHS: 2.9 4.8 8.2 13.8 23.3 (FWHM of Gaussians)
     146ISIS.ORDERS: 4   2   2   2    2 (Polynomial order for Gaussians)
     147SCALE: TRUE (Scale kernel parameters by the seeing)
     148SCALE.REF: 12.0 (Reference for kernel parameter scaling)
     149SCALE.MIN: 0.3 (Minimum scale value)
     150SCALE.MAX: 1.2 (Maximum scale value)
     151}}}
     152
     153Note that the stretch on the below image is from -25 to +25, rather than -100 to +100 as for the above images.
     154
     155[[Image(source:/trunk/doc/ppsub/pics/comparison/isis_radial_3.jpg)]]
     156
     157Cases with more than 10 sources detected in the subtracted image:
     158
     159{{{
     16028-30: 54
     16128-31: 43
     16229-30: 48
     16335-36: 81
     164}}}