Changeset 7562 for trunk/psModules/src/detrend/pmFringeStats.h
- Timestamp:
- Jun 14, 2006, 12:04:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.h
r6957 r7562 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 4-22 03:21:00 $7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-06-14 22:04:40 $ 9 9 * 10 10 * Copyright 2004 IfA, University of Hawaii … … 82 82 ); 83 83 84 // Write the fringe stats for an image to a FITS table 85 bool 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 91 pmFringeStats *pmFringeStatsReadFits(const psFits *fits, // FITS file from which to read 92 const char *extname // Extension name to read 93 ); 84 94 85 95 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.
