Changeset 7875 for trunk/psModules/src/detrend/pmFringeStats.h
- Timestamp:
- Jul 11, 2006, 6:44:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.h
r7828 r7875 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-07- 06 03:29:28$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-07-12 04:44:01 $ 9 9 * 10 10 * Copyright 2004 IfA, University of Hawaii … … 45 45 // Generate the fringe points 46 46 bool pmFringeRegionsCreatePoints(pmFringeRegions *fringe, // Fringe regions 47 const psImage *image // Image for the regions (defines the size) 47 const psImage *image, // Image for the regions (defines the size) 48 psRandom *random // Random number generator 48 49 ); 50 51 // Write the regions to a FITS file 52 bool pmFringeRegionsWriteFits(psFits *fits, // Output FITS file 53 psMetadata *header, // Header to write, or NULL 54 const pmFringeRegions *regions, // Regions to write 55 const char *extname // Extension name, or NULL 56 ); 57 58 // Read the regions from a FITS file 59 pmFringeRegions *pmFringeRegionsReadFits(psMetadata *header, // Header to read, or NULL 60 const psFits *fits, // Input FITS file 61 const char *extname // Extension name, or NULL 62 ); 63 49 64 50 65 … … 84 99 // Write the fringe stats for an image to a FITS table 85 100 bool pmFringeStatsWriteFits(psFits *fits, // FITS file to which to write 101 psMetadata *header, // Header to write, or NULL 86 102 const pmFringeStats *fringe, // Fringe statistics to be written 87 103 const char *extname // Extension name for table … … 89 105 90 106 // 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 107 pmFringeStats *pmFringeStatsReadFits(psMetadata *header, // Header to read, or NULL 108 const psFits *fits, // FITS file from which to read 109 const char *extname, // Extension name to read 110 pmFringeRegions *regions // Corresponding regions for fringe measurements 93 111 ); 94 112
Note:
See TracChangeset
for help on using the changeset viewer.
