Changeset 15335 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Oct 19, 2007, 1:52:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r11248 r15335 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007- 01-23 22:47:23$6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-19 23:52:39 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 21 21 #include "psMetadata.h" 22 22 #include "psImage.h" 23 24 /// Return the dimensions and type of the FITS image 25 bool psFitsImageSize(int *numCols, int *numRows, ///< Size of image 26 psElemType *type, ///< Type of image 27 const psFits *fits, ///< FITS file pointer 28 psRegion region ///< Region in the FITS image to read 29 ); 23 30 24 31 /** Reads an image, given the desired region and z-plane.
Note:
See TracChangeset
for help on using the changeset viewer.
