IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of ppSub_vs_Hotpants


Ignore:
Timestamp:
Jan 19, 2010, 5:34:12 PM (17 years ago)
Author:
Paul Price
Comment:

Adding update: large kernels make better subtraction.

Legend:

Unmodified
Added
Removed
Modified
  • ppSub_vs_Hotpants

    v4 v5  
    100100
    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.
     102
     103= Update =
     104
     105The following parameter variations result in much cleaner subtractions:
     106
     107{{{
     108KERNEL.SIZE: 40 (Half-size of kernel)
     109STAMP.FOOTPRINT: 40 (Half-size of stamps)
     110ISIS.WIDTHS: 1.7 2.9 4.8 8.2 13.8 17.9 (FWHM of Gaussians)
     111ISIS.ORDERS: 4   4   2   2   2    0  (Polynomial order for Gaussians)
     112}}}
     113
     114[[Image(source:/trunk/doc/ppsub/pics/comparison/isis_radial_2.jpg)]]
     115
     116The widths of the bases are given by 1.69^i^; the idea is to try to keep the widths from being integer multiples of each other.  We also go up to a large width to support the largest kernels.  Unfortunately, this requires very large kernels, which makes finding stamps very difficult given the maskiness of GPC1.  Work is under way on scaling these parameters according to the inputs.
     117
     118Some sources are still detected in these images.  29-30 is the worst, with 94 sources.  Note that 29-30 is approaching worst case: very elongated (AR = 1.4) and cross-directed (theta = -15,+105) PSFs.  Other cases with more than 10 sources detected are:
     119
     120{{{
     12128-30: 84
     12228-31: 81
     12328-32: 28
     12428-36: 48
     12529-30: 94
     12629-31: 91
     12729-32: 27
     12829-36: 49
     12930-32: 35
     13030-35: 22
     13131-32: 33
     13231-35: 16
     13335-36: 52
     134}}}