IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 12:15:55 PM (19 years ago)
Author:
Paul Price
Message:

Adding FRINGE type to pmFPAfile, which reads from/writes to FITS tables at the cell level.

File:
1 edited

Legend:

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

    r7589 r9950  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-17 01:50:43 $
     9*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-11-13 22:15:55 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    2525bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file);
    2626
     27
     28// read a table into the current view
     29bool pmFPAviewReadFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
     30
     31// write the table for the specified view
     32bool pmFPAviewWriteFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
     33
     34// free the appropriate table containers
     35bool pmFPAviewFreeFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name);
     36
    2737# endif
Note: See TracChangeset for help on using the changeset viewer.