IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2009, 2:01:33 PM (17 years ago)
Author:
Paul Price
Message:

Attempt to fix exposure time in output: ppStackSourcesTransparency now returns the total exposure time (since it calculates it, and corrects all the photometry to correspond to that exposure time), and ppStackLoop applies it to the output.

File:
1 edited

Legend:

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

    r20995 r21092  
    154154/// Calculate transparency differences between images
    155155///
    156 /// Corrects the source PSF photometry to a common system
    157 bool ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input
    158                                 const pmFPAview *view, // View to readout
    159                                 const pmConfig *config // Configuration
     156/// Corrects the source PSF photometry to a common system.  Return the sum of the exposure times.
     157float ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input
     158                                 const pmFPAview *view, // View to readout
     159                                 const pmConfig *config // Configuration
    160160    );
    161161
Note: See TracChangeset for help on using the changeset viewer.