Changeset 6985 for trunk/psModules/src/astrom/pmChipMosaic.h
- Timestamp:
- Apr 25, 2006, 2:28:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmChipMosaic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmChipMosaic.h
r6872 r6985 5 5 #include "pmFPA.h" 6 6 7 // Mosaic multiple images, with flips, binning and offsets 8 psImage *p_pmImageMosaic(const psArray *source, // Images to splice in 9 const psVector *xFlip, const psVector *yFlip, // Need to flip x and y? 10 const psVector *xBinSource, const psVector *yBinSource, // Binning in x and y of 11 // source images 12 int xBinTarget, int yBinTarget, // Binning in x and y of target images 13 const psVector *x0, const psVector *y0 // Offsets for source images on target 14 ); 15 16 // Mosaic a chip together into a single cell with single readout 17 int pmChipMosaic(pmChip *chip,// Chip to mosaic 18 int xBinChip, int yBinChip // Binning of mosaic image in x and y 19 ); 20 21 // Mosaic all the cells in all (valid) chips together (neglecting the overscans); return number of chips 22 int pmFPAMosaicCells(pmFPA *fpa, // FPA 23 int xBinChip, int yBinChip // Binning of mosaic image in x and y 24 ); 7 // Mosaic all cells within a chip 8 bool pmChipMosaic(pmChip *chip // Chip whose cells will be mosaicked 9 ); 25 10 26 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
