IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 11:49:17 AM (17 years ago)
Author:
Paul Price
Message:

Allow convolution of images to be optional when stacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.h

    r23341 r23573  
    77#include <pslib.h>
    88#include <psmodules.h>
     9
     10#include "ppStackOptions.h"
    911
    1012// Mask values for inputs
     
    106108/// Convolve image to match specified seeing
    107109bool ppStackMatch(pmReadout *readout,   // Readout to be convolved; replaced with output
    108                   psArray **regions,    // Array of regions used in each PSF matching, returned
    109                   psArray **kernels,    // Array of kernels used in each PSF matching, returned
    110                   float *chi2,          // Chi^2 from the stamps
    111                   float *weighting,     // Stack weighting (1/noise^2)
    112                   psArray *sources,     // Array of sources
    113                   const pmPSF *psf,     // Target PSF
    114                   psRandom *rng,        // Random number generator
     110                  ppStackOptions *options, // Options for stacking
     111                  int index,            // Index of image to match
    115112                  const pmConfig *config // Configuration
    116113    );
     
    120117///
    121118/// Corrects the source PSF photometry to a common system.  Return the sum of the exposure times.
    122 float ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input
    123                                  psVector *inputMask, // Indicates bad input
    124                                  const pmFPAview *view, // View to readout
    125                                  const pmConfig *config // Configuration
     119bool ppStackSourcesTransparency(ppStackOptions *options, // Stacking options
     120                                const pmFPAview *view, // View to readout
     121                                const pmConfig *config // Configuration
    126122    );
    127123
Note: See TracChangeset for help on using the changeset viewer.