IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 3:19:47 PM (19 years ago)
Author:
Paul Price
Message:

Adding function pmFPAviewGenerate to generate a pmFPAview from pointers to the fpa, chip, cell, readout.

File:
1 edited

Legend:

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

    r12696 r15093  
    44 * @author Eugene Magnier, IfA
    55 *
    6  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-30 21:12:56 $
     6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-09-29 01:19:47 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    114114                       );
    115115
     116/// Generate a view, given a chip, cell, readout.
     117///
     118/// Uses the pointer value in the array of the parent to locate the child
     119pmFPAview *pmFPAviewGenerate(const pmFPA *fpa, ///< FPA of interest
     120                             const pmChip *chip, ///< Chip of interest, or NULL
     121                             const pmCell *cell, ///< Cell of interest, or NULL
     122                             const pmReadout *reaodut ///< Readout of interest, or NULL
     123    );
     124
     125
    116126/// @}
    117127#endif
Note: See TracChangeset for help on using the changeset viewer.