IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2010, 5:09:20 PM (16 years ago)
Author:
Paul Price
Message:

Adding program ppSubConvolve to convolve an image by the (previously calculated) convolution kernel. Made a small change to the API for initialising PSF-matching (pmSubtraction) threads. pmSubtractionMatchPrecalc now does a quick and dirty background subtraction, just like pmSubtractionMatch does. Changed a few functions to allow one of the input readouts to be NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionThreads.h

    r19340 r27365  
    77/// Set up threading for image matching
    88///
    9 /// Sets up thread tasks, and initialises mutexes in readouts
    10 void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts
    11     );
     9/// Sets up thread tasks
     10void pmSubtractionThreadsInit(void);
    1211
    1312
    1413/// Take down threading for image matching
    1514///
    16 /// Destroys thread tasks, and initialises mutexes in readouts
    17 void pmSubtractionThreadsFinalize(pmReadout *in1, pmReadout *in2);
     15/// Destroys thread tasks
     16void pmSubtractionThreadsFinalize(void);
    1817
    1918#endif
Note: See TracChangeset for help on using the changeset viewer.