Changeset 15675 for trunk/psModules/src/astrom/pmAstrometryTable.h
- Timestamp:
- Nov 20, 2007, 11:59:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryTable.h
r15562 r15675 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-11- 10 01:09:20 $6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-11-21 09:59:40 $ 8 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 19 19 bool pmAstromCheckDataStatusForChip (const pmChip *chip); 20 20 21 bool pmAstromWritePHU (const pmFPAview *view, pmFPAfile *file, const pmConfig *config);22 21 bool pmAstromWriteForView (const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 23 bool pmAstromWriteFPA (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 24 bool pmAstromWriteChip (pmChip *chip, const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 22 bool pmAstromWriteFPA (pmFPAfile *file); 23 bool pmAstromWritePHU (pmFPAfile *file); 24 bool pmAstromWriteSky (pmFPAfile *file); 25 bool pmAstromWriteTP (pmFPAfile *file); 26 bool pmAstromWriteFP (pmFPAfile *file); 27 bool pmAstromWriteChips (pmFPAfile *file); 25 28 26 29 bool pmAstromReadForView (const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
