Changeset 15884 for trunk/psModules/src/astrom/pmAstrometryTable.h
- Timestamp:
- Dec 19, 2007, 8:57:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryTable.h
r15675 r15884 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-1 1-21 09:59:40$6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-12-19 18:57:05 $ 8 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 27 27 bool pmAstromWriteChips (pmFPAfile *file); 28 28 29 int pmConceptsChipNumberFromName (pmFPA *fpa, char *name); 30 pmChip *pmConceptsChipFromName (pmFPA *fpa, char *name); 31 29 32 bool pmAstromReadForView (const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 30 bool pmAstromReadFPA (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 31 bool pmAstromReadChip (pmChip *chip, const pmFPAview *view, pmFPAfile *file, const pmConfig *config); 33 bool pmAstromReadFPA (pmFPAfile *file); 34 bool pmAstromReadPHU (pmFPAfile *file); 35 bool pmAstromReadChips (pmFPAfile *file); 36 bool pmAstromReadFP (pmFPAfile *file); 37 bool pmAstromReadTP (pmFPAfile *file); 38 bool pmAstromReadSky (pmFPAfile *file); 32 39 33 40 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
