IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 12:23:43 PM (20 years ago)
Author:
Paul Price
Message:

Adding FPA mosaicking; generalised some of the chip-specific functions to support multiple calls (as for an FPA with multiple chips). Still need to update the headers. Will rename these files to pmFPAMosaic.[ch] in the near future.

File:
1 edited

Legend:

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

    r7017 r7454  
    22#define PM_CHIP_MOSAIC_H
    33
    4 #include "pslib.h"
    54#include "pmFPA.h"
    65
    76// Mosaic all cells within a chip
    8 bool pmChipMosaic(pmChip *chip      // Chip whose cells will be mosaicked
     7bool pmChipMosaic(pmChip *target,       // Target chip --- may contain only a single cell
     8                  const pmChip *source  // Source chip whose cells will be mosaicked
    99                 );
    1010
     11// Mosaic all cells within an FPA
     12bool pmFPAMosaic(pmFPA *target,         // Target FPA --- may contain only a single chip with a single cell
     13                 const pmFPA *source    // FPA whose chips and cells will be mosaicked
     14                );
     15
    1116#endif
Note: See TracChangeset for help on using the changeset viewer.