IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2008, 3:27:05 PM (18 years ago)
Author:
Paul Price
Message:

Adding new function, pmFPAAddSourceFromFormat, to populate an FPA with HDUs appropriate for an output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.h

    r12696 r16912  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-30 21:12:56 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-03-11 01:27:05 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2323pmFPA *pmFPAConstruct(const psMetadata *camera ///< The camera configuration
    2424                     );
     25
     26/// Add a source to the focal plane hierarchy, specified by a camera format
     27///
     28/// This is suitable for generating an output FPA given the desired format.
     29bool pmFPAAddSourceFromFormat(pmFPA *fpa, ///< The FPA
     30                              const char *fpaname, ///< FPA.NAME for the source
     31                              const psMetadata *format ///< Format of file
     32    );
    2533
    2634/// Add an (input or output) source to the focal plane hierarchy, specified by a view
Note: See TracChangeset for help on using the changeset viewer.