IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2006, 2:28:15 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmChipMosaic back in after bringing it up to date with the new way of doing things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmChipMosaic.h

    r6872 r6985  
    55#include "pmFPA.h"
    66
    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
     8bool pmChipMosaic(pmChip *chip      // Chip whose cells will be mosaicked
     9                 );
    2510
    2611#endif
Note: See TracChangeset for help on using the changeset viewer.