IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 5:00:43 PM (20 years ago)
Author:
Paul Price
Message:

Adding more info to the descriptions.

File:
1 edited

Legend:

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

    r9604 r9698  
    77/// @author Paul Price, IfA
    88///
    9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 03:35:58 $
     9/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-21 03:00:43 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    3434
    3535/// Allocator for pmHDU
    36 pmHDU *pmHDUAlloc(const char *extname);
     36pmHDU *pmHDUAlloc(const char *extname   ///< Extension name, or NULL for PHU
     37                 );
    3738
    3839/// Read the HDU header only
     40///
     41/// Moves to the appropriate extension
    3942bool pmHDUReadHeader(pmHDU *hdu,        ///< HDU for which to read header
    4043                     psFits *fits       ///< FITS file from which to read
     
    4245
    4346/// Read the HDU header and pixels
     47///
     48/// Moves to the appropriate extension
    4449bool pmHDURead(pmHDU *hdu,              ///< HDU to read
    4550               psFits *fits             ///< FITS file to read from
Note: See TracChangeset for help on using the changeset viewer.