Changeset 4191 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Jun 9, 2005, 9:40:51 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r4190 r4191 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-09 19: 26:48$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-09 19:40:51 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 178 178 const psMetadata* header, ///< header items for the new HDU. Can be NULL. 179 179 const psImage* input, ///< the image to output 180 int depth, ///< the number of z-planes of the FITS image data cube 181 char* extname ///< extension name 180 int depth ///< the number of z-planes of the FITS image data cube 182 181 ); 183 182 … … 248 247 const psFits* fits, ///< the psFits object 249 248 psMetadata* header, ///< header items for the new HDU. Can be NULL. 250 psArray* table ,249 psArray* table 251 250 ///< Array of psMetadata items, which contains the output data items of each row. 252 char* extname ///< extension name253 251 ); 254 252
Note:
See TracChangeset
for help on using the changeset viewer.
