Changeset 7232 for trunk/psLib/src/fits/psFitsHeader.c
- Timestamp:
- May 26, 2006, 3:59:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.c
r7229 r7232 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-27 01: 49:22$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-27 01:59:36 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 219 219 220 220 221 bool psFitsWriteHeader(ps Metadata *output, // Metadata that is to be output into the FITS file222 ps Fits *fits // The FITS file handle221 bool psFitsWriteHeader(psFits *fits, // The FITS file handle 222 psMetadata *output // Metadata that is to be output into the FITS file 223 223 ) 224 224 { … … 312 312 } 313 313 314 bool psFitsWriteBlank(psMetadata* output, 315 psFits* fits) 314 bool psFitsWriteBlank(psFits* fits, 315 psMetadata* output 316 ) 316 317 { 317 318 if (!fits) {
Note:
See TracChangeset
for help on using the changeset viewer.
