IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2006, 12:04:40 PM (20 years ago)
Author:
Paul Price
Message:

Adding fringe I/O functions: pmFringeStatsReadFits, pmFringeStatsWriteFits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.h

    r6957 r7562  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-04-22 03:21:00 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-06-14 22:04:40 $
    99 *
    1010 *  Copyright 2004 IfA, University of Hawaii
     
    8282);
    8383
     84// Write the fringe stats for an image to a FITS table
     85bool pmFringeStatsWriteFits(psFits *fits, // FITS file to which to write
     86                            const pmFringeStats *fringe, // Fringe statistics to be written
     87                            const char *extname // Extension name for table
     88                           );
     89
     90// Read the fringe stats for an image from a FITS table
     91pmFringeStats *pmFringeStatsReadFits(const psFits *fits, // FITS file from which to read
     92                                     const char *extname // Extension name to read
     93                                    );
    8494
    8595//////////////////////////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.