IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of Image_subtraction


Ignore:
Timestamp:
Feb 24, 2009, 4:23:56 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Image_subtraction

    v1 v1  
     1Here are some benchmarks for the image subtraction using <code>ppSub</code>.  The inputs are images of a GRB from the Danish 1.5m telescope, which have been registered and trimmed to 541x531 pixels.  No input masks or weight maps are used.
     2
     3<code>ipp003</code> was used for this benchmark.  No multithreading, or any other tricks, were used, except that psLib and psModules were compiled with <code>--enable-optimize</code>.
     4
     5Note that the elapsed time has different dependencies on the kernel size for the two kernel types.  That's because the kernel size directly affects the number of parameters in the POIS kernel, while it does not affect the number of parameters in the ISIS kernel (that's set by the specification of three Gaussians modified by polynomials; widths 0.7, 1.5, 3 with polynomial orders 6, 4, 2 respectively throughout these benchmarks).
     6
     7<pre>
     8# Kernel        Spatial         Kernel          Time
     9# type          order           half-size       (sec)
     10
     11POIS            0               5               1.4
     12                                7               2.57
     13                                10              6.66
     14                1               5               4.29
     15                                7               20.76
     16                2               5               22.86
     17ISIS            0               5               5.11
     18                                7               6.58
     19                                10              9.72
     20                1               5               25.94
     21                                7               37.12
     22                2               5               53.01
     23</pre>