Changeset 6847 for branches/rel10_ifa/psModules/src/astrom/pmFPAfile.h
- Timestamp:
- Apr 12, 2006, 8:18:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAfile.h
r6827 r6847 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1.2.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-04-1 0 20:22:42$9 * @version $Revision: 1.1.2.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-04-13 06:17:28 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 81 81 int xBin; // desired binning in x direction 82 82 int yBin; // desired binning in y direction 83 psMetadata *format; 83 84 } 84 85 pmFPAfile; … … 137 138 pmFPAfile *pmFPAfileFromConf (bool *found, pmConfig *config, char *filename, pmFPA *input); 138 139 140 // create a new output pmFPAfile based on an existing FPA 141 pmFPAfile *pmFPAfileFromFPA (pmConfig *config, pmFPA *src, int xBin, int yBin, char *filename); 142 139 143 // add the specified filename info (value) to the files of the given mode using the given reference name 140 144 bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode); … … 145 149 bool pmFPAfileCopyView (pmFPA *out, pmFPA *in, const pmFPAview *view); 146 150 151 bool pmFPAfileCopyStructureView (pmFPA *out, pmFPA *in, psMetadata *format, int xBin, int yBin, const pmFPAview *view); 152 147 153 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
