IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2008, 12:05:30 PM (18 years ago)
Author:
Paul Price
Message:

Instead of being dependent upon a single list of sources, want to be able to use all the available information. So One common failure mode in the MOPS processing was that the source list didn't cover the entire skycell, so convolutions didn't succeed. Now we get a source list for each input image and merge these. Still retains (or at least, supposed to) the old way of inputting a single source list on the command line.

File:
1 edited

Legend:

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

    r17255 r18346  
    6161                  psArray **regions, // Array of regions used in each PSF matching, returned
    6262                  psArray **kernels, // Array of kernels used in each PSF matching, returned
    63                   const pmReadout *sourcesRO, ///< Readout with sources
     63                  const psArray *sources, ///< Array of sources
    6464                  const pmPSF *psf,     ///< Target PSF
    6565                  psRandom *rng,        ///< Random number generator
     
    6767    );
    6868
     69
     70/// Add sources to source lists, removing duplicates and solving for magnitude differences
     71///
     72/// Returns the source lists.
     73psArray *ppStackSourceListAdd(psArray *lists, ///< List to which to add, or NULL
     74                              const pmReadout *inRO, ///< Readout containing the sources
     75                              const pmConfig *config ///< Configuration
     76    );
     77
     78/// Combine source lists to yield a unique set of sources
     79///
     80/// Returns the sources
     81psArray *ppStackSourceListCombine(psArray *lists, ///< Source lists
     82                                  const pmConfig *config ///< Configuration
     83    );
     84
     85
    6986#endif
Note: See TracChangeset for help on using the changeset viewer.