IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 6:24:42 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmFPAIdentifySourceFromHeader to only identify the source in the FPA --- same action as pmFPAAddSourceFromHeader, except it doesn't add.

File:
1 edited

Legend:

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

    r9588 r11216  
    77/// @author Paul Price, IfA
    88///
    9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 00:55:01 $
     9/// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2007-01-20 04:24:42 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    4848                                   );
    4949
     50/// Identify a source in the focal plane hierarchy, specified by a (primary) header
     51///
     52/// This is the same as pmFPAAddSourceFromHeader, except the input is not added into the FPA hierarchy.
     53/// This function serves only to identify where in the hierarchy it should go, not prepare for reading, etc.
     54pmFPAview *pmFPAIdentifySourceFromHeader(pmFPA *fpa, psMetadata *phu, const psMetadata *format);
     55
    5056/// Print a representation of the FPA, including its headers and concepts.
    5157///
Note: See TracChangeset for help on using the changeset viewer.