IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Figured that we don't want a set of unique sources, since that includes all the cosmic rays from all the inputs. Rather, we want for each image the list of sources in that image, but corrected to be on a common magnitude system (matching zero points across the images) and use that for our target PSF image.

File:
1 edited

Legend:

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

    r18346 r18382  
    7070/// Add sources to source lists, removing duplicates and solving for magnitude differences
    7171///
    72 /// Returns the source lists.
     72/// Corrects the sources to have consistent magnitudes.  Returns the source lists.
    7373psArray *ppStackSourceListAdd(psArray *lists, ///< List to which to add, or NULL
    74                               const pmReadout *inRO, ///< Readout containing the sources
     74                              psArray *sources, ///< Sources to add
    7575                              const pmConfig *config ///< Configuration
    7676    );
    7777
    78 /// Combine source lists to yield a unique set of sources
     78/// Combine source lists to yield a set of unique sources.
    7979///
    80 /// Returns the sources
     80/// Corrects the sources to have consistent magnitudes where possible.  Returns the sources
    8181psArray *ppStackSourceListCombine(psArray *lists, ///< Source lists
    8282                                  const pmConfig *config ///< Configuration
Note: See TracChangeset for help on using the changeset viewer.