IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2008, 11:43:52 AM (18 years ago)
Author:
Paul Price
Message:

Code compiles and is ready for preliminary testing. Some features (e.g., rejection based on initial combination) are disabled for now, marked with XXX in the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080207/ppStack/src/ppStack.h

    r15844 r16382  
    1919    );
    2020
     21// Determine target PSF for input images
     22pmPSF *ppStackPSF(const pmConfig *config, // Configuration
     23                  int numCols, int numRows, // Size of image
     24                  const psList *list    // List of input PSFs
     25    );
     26
    2127// Perform stacking on a readout
    22 bool ppStackReadout(pmConfig *config,   // Configuration
    23                     const pmFPAview *view // View for readout
     28bool ppStackReadout(const pmConfig *config,   // Configuration
     29                    pmReadout *outRO,   // Output readout
     30                    const psArray *readouts // Input readouts
     31    );
     32
     33// Perform photometry on stack
     34bool ppStackPhotometry(pmConfig *config, // Configuration
     35                       const pmReadout *readout, // Readout to be photometered
     36                       const pmFPAview *view // View to readout
    2437    );
    2538
     
    3548
    3649/// Convolve image to match specified seeing
    37 bool ppStackMatch(pmReadout *output,    ///< Convolved readout
    38                   const pmReadout *input, ///< Readout to be convolved
     50bool ppStackMatch(pmReadout *readout, ///< Readout to be convolved; replaced with output
    3951                  const pmReadout *sourcesRO, ///< Readout with sources
    4052                  const pmPSF *psf,     ///< Target PSF
Note: See TracChangeset for help on using the changeset viewer.