Changeset 9950 for trunk/psModules/src/camera/pmFPAfile.h
- Timestamp:
- Nov 13, 2006, 12:15:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.h
r9585 r9950 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-1 0-17 00:41:05 $9 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-11-13 22:15:55 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 37 37 PM_FPA_FILE_JPEG, 38 38 PM_FPA_FILE_MANAPLOT, 39 PM_FPA_FILE_FRINGE, 39 40 } pmFPAfileType; 40 41 … … 101 102 pmReadout *pmFPAfileThisReadout (psMetadata *files, const pmFPAview *view, const char *name); 102 103 104 // select the cell from the named pmFPAfile; if the named file does not exist, 105 pmCell *pmFPAfileThisCell (psMetadata *files, const pmFPAview *view, const char *name); 106 107 // select the chip from the named pmFPAfile; if the named file does not exist, 108 pmChip *pmFPAfileThisChip (psMetadata *files, const pmFPAview *view, const char *name); 109 103 110 // add the specified filename info (value) to the files of the given mode using the given reference name 104 111 bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode); … … 111 118 bool pmFPAfileCopyStructureView (pmFPA *out, pmFPA *in, int xBin, int yBin, const pmFPAview *view); 112 119 120 // Return the file type enum from a string 121 pmFPAfileType pmFPAfileTypeFromString(const char *type); 122 113 123 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
