Changeset 18330
- Timestamp:
- Jun 26, 2008, 11:11:56 AM (18 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 4 edited
-
pmFPAfileFitsIO.c (modified) (1 diff)
-
pmFPAfileFitsIO.h (modified) (2 diffs)
-
pmFPAfileIO.c (modified) (1 diff)
-
pmFPAfileIO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r18329 r18330 480 480 #endif 481 481 482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, constpmConfig *config) {482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config) { 483 483 484 484 bool status = false; -
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r18163 r18330 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-06- 17 22:16:38$7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-06-26 21:11:56 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 70 70 71 71 /// Write a PHU for a fits image if needed 72 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, constpmConfig *config);72 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config); 73 73 74 74 /// Free the data for the specified view -
trunk/psModules/src/camera/pmFPAfileIO.c
r18307 r18330 921 921 // XXX this function is only called from pmFPAfileWrite 922 922 // XXX for each data type, there should be a function which writes the PHU, if needed 923 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, constpmConfig *config)923 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config) 924 924 { 925 925 PS_ASSERT_PTR_NON_NULL(file, false); -
trunk/psModules/src/camera/pmFPAfileIO.h
r16344 r18330 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 2-07 00:09:40$7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-06-26 21:11:56 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 49 49 bool pmFPAfileIOChecks (pmConfig *config, const pmFPAview *view, pmFPAfilePlace place); 50 50 51 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, constpmConfig *config);51 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config); 52 52 bool pmFPAfileReadPHU (pmFPAfile *file, const pmFPAview *view, pmConfig *config); 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
