Changeset 6828 for branches/rel10_ifa/psModules/src/astrom/pmFPACopy.h
- Timestamp:
- Apr 10, 2006, 5:53:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPACopy.h
r6720 r6828 2 2 #define PM_FPA_COPY_H 3 3 4 // Copy the FPA components, including the pixels 4 5 int pmFPACopy(pmFPA *target, // The target FPA 5 6 pmFPA *source // The source FPA, to be copied … … 12 13 ); 13 14 15 // Versions that copy the structure and not the pixels; they also allow binning 16 int pmFPACopyStructure(pmFPA *target, // The target FPA 17 pmFPA *source, // The source FPA, to be copied 18 int xBin, int yBin // Binning factors in x and y 19 ); 20 int pmChipCopyStructure(pmChip *target, // The target chip 21 pmChip *source, // The source chip, to be copied 22 int xBin, int yBin // Binning factors in x and y 23 ); 24 int pmCellCopyStructure(pmCell *target, // The target cell 25 pmCell *source, // The source cell, to be copied 26 int xBin, int yBin // Binning factors in x and y 27 ); 28 29 14 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
