IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2007, 3:03:30 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmConceptsAverageFPAs to average concepts over FPAs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsAverage.h

    r12696 r14465  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-30 21:12:56 $
     6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-08-11 01:03:30 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1414/// @addtogroup Concepts Data Abstraction Concepts
    1515/// @{
     16
     17/// Set a variety of concepts in an FPA by averaging over several
     18///
     19/// This function averages the values of the following concepts:
     20/// FPA.TIME
     21/// FPA.EXPOSURE
     22/// And ensure the following concepts are consistent:
     23/// FPA.FILTER
     24/// FPA.TIMESYS
     25bool pmConceptsAverageFPAs(pmFPA *target,///< Target FPA
     26                           psList *sources ///< List of source FPAs
     27    );
    1628
    1729/// Set a variety of concepts in a cell by averaging over several
Note: See TracChangeset for help on using the changeset viewer.