Changeset 6874 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Apr 17, 2006, 12:00:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r6767 r6874 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-04- 04 19:52:42$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-04-17 22:00:03 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 */ 33 33 psImage* psFitsReadImage( 34 psImage* out, ///< a psImage to recycle.35 34 const psFits* fits, ///< the psFits object 36 35 psRegion region, ///< the region in the FITS image to read … … 78 77 ); 79 78 79 psArray *psFitsReadImageCube(const psFits *fits, psRegion region); 80 bool psFitsWriteImageCube(psFits *fits, psMetadata *header, const psArray *input, const char *extname); 81 bool psFitsUpdateImageCube(psFits *fits, const psArray *input, int x0, int y0); 82 80 83 /// @} 81 84
Note:
See TracChangeset
for help on using the changeset viewer.
