Changeset 5786 for trunk/archive/scripts/src/phase2/pmChipMosaic.h
- Timestamp:
- Dec 13, 2005, 5:47:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmChipMosaic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmChipMosaic.h
r5621 r5786 5 5 #include "pmFPA.h" 6 6 7 psImage *pmChipMosaic(pmChip *chip, // Chip to mosaic 8 int xBinChip, int yBinChip // Binning of mosaic image in x and y 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 all the cells in a chip together (neglecting the overscans) 17 psImage *pmChipMosaic(pmChip *chip, // Chip to mosaic 18 int xBinChip, int yBinChip // Binning of mosaic image in x and y 9 19 ); 10 20
Note:
See TracChangeset
for help on using the changeset viewer.
