Changeset 9822 for trunk/psModules/src/detrend/pmFringeStats.h
- Timestamp:
- Nov 1, 2006, 12:39:53 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
r9615 r9822 8 8 /// @author Paul Price, IfA 9 9 /// 10 /// @version $Revision: 1. 8$ $Name: not supported by cvs2svn $11 /// @date $Date: 2006-1 0-17 22:03:32$10 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-01 22:39:53 $ 12 12 /// 13 13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii … … 142 142 143 143 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 144 // Input/output for multiple pmFringeStats 145 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 146 147 /// Write an array of fringes measurements to a FITS table. 148 /// 149 /// Writes an array of fringe measurements for the same FPA component as a FITS table. The array of fringe 150 /// statistics must all use the same fringe regions (or there is no point in storing them all together). The 151 /// header is supplemented with scalar values dX, dY, nX and nY (as PSFRNGDX, PSFRNGDY, PSFRNGNX, PSFRNGNY) 152 /// from the fringe regions, while the fringe coordinates and mask are written as a FITS table (as x, y, 153 /// mask, f, df; f and df are vectors). 154 bool pmFringesWriteFits(psFits *fits, ///< FITS file to which to write 155 psMetadata *header, ///< Header, or NULL 156 const psArray *fringes, ///< Array of pmFringeStats, all for the same pmFringeRegion 157 const char *extname ///< Extension name for table 158 ); 159 160 /// Reads an array of fringes measurements from a FITS table. 161 /// 162 /// The fringes are read from the FITS file, at the given extension name. The table provides the region and 163 /// the (possibly multiple) fringe statistics for that region. The current extension is used if the extension 164 /// name is not provided. 165 psArray *pmFringesReadFits(psMetadata *header, ///< Header to read, or NULL 166 psFits *fits,///< FITS file from which to read 167 const char *extname ///< Extension name to read, or NULL 168 ); 169 170 171 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 144 172 // pmFringeScale 145 173 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.
