IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2008, 1:18:30 PM (17 years ago)
Author:
Paul Price
Message:

Using new pmSourceMatch and pmSourceMatchRelphot to do the source matching and relative photometry. This should be more accurate than measuring the magnitude difference image by image.

File:
1 edited

Legend:

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

    r20753 r20995  
    152152
    153153
    154 /// Add sources to source lists, removing duplicates and solving for magnitude differences
     154/// Calculate transparency differences between images
    155155///
    156 /// Corrects the sources to have consistent magnitudes.  Returns the source lists.
    157 psArray *ppStackSourceListAdd(psArray *lists, // List to which to add, or NULL
    158                               psArray *sources, // Sources to add
    159                               const pmConfig *config // Configuration
    160     );
    161 
    162 /// Combine source lists to yield a set of unique sources.
    163 ///
    164 /// Corrects the sources to have consistent magnitudes where possible.  Returns the sources
    165 psArray *ppStackSourceListCombine(psArray *lists, // Source lists
    166                                   const pmConfig *config // Configuration
    167     );
    168 
    169 /// Print sources into a ds9 regions file
    170 void ppStackSourcesPrint(const psArray *sources // Sources to print
     156/// Corrects the source PSF photometry to a common system
     157bool ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input
     158                                const pmFPAview *view, // View to readout
     159                                const pmConfig *config // Configuration
    171160    );
    172161
Note: See TracChangeset for help on using the changeset viewer.