IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 11:28:55 AM (21 years ago)
Author:
gusciora
Message:

Some code preparation for the release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometry.h

    r5543 r5681  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-11-18 19:43:14 $
     10*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-12-05 21:28:55 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525/// @{
    2626
    27 // XXXX: This is incorrect.  Must determine what p_pmHDU is.
     27// XXX: Is this correct?  Must determine what p_pmHDU is.
     28// XXX: Create the p_pmHDU alloc/free.
    2829typedef struct
    2930{
    30     int what;
     31    const char *extname;                // Extension name, if it corresponds to this level
     32    psArray *pixels;                    // The pixel data, if it corresponds to this level
     33    psMetadata *header;                 // The FITS header, if it corresponds to this level
    3134}
    3235p_pmHDU;
Note: See TracChangeset for help on using the changeset viewer.