IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 5:47:35 PM (21 years ago)
Author:
Paul Price
Message:

Upgrading for psLib-0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmChipMosaic.h

    r5621 r5786  
    55#include "pmFPA.h"
    66
    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
     8psImage *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)
     17psImage *pmChipMosaic(pmChip *chip,     // Chip to mosaic
     18                      int xBinChip, int yBinChip // Binning of mosaic image in x and y
    919    );
    1020
Note: See TracChangeset for help on using the changeset viewer.