Changeset 7846 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Jul 7, 2006, 5:06:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r6767 r7846 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 4-04 19:52:42$9 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-07-08 03:06:40 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 191 191 ); 192 192 193 // Return the psLib type, given a cfitsio data type 194 psDataType p_psFitsTypeFromCfitsio(int datatype // cfitsio data type 195 ); 196 197 // Return the cfitsio data type, given a psLib type 198 bool p_psFitsTypeToCfitsio(psDataType type, // psLib data type 199 int* bitPix, // The corresponding BITPIX (returned) 200 double* bZero, // The corresponding BZERO (returned) 201 int* dataType// The corresponding cfitsio data type (returned) 202 ); 203 193 204 /// @} 194 205
Note:
See TracChangeset
for help on using the changeset viewer.
