IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 4:33:55 PM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFPAMosaic.[ch]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r9584 r9596  
    968968// Once the demands of case 1 have been met, or case 2 has been performed, then we can create a cell to hold
    969969// the mosaic image.
    970 bool pmChipMosaic(pmChip *target,       // Target chip --- may contain only a single cell
    971                   const pmChip *source  // Source chip whose cells will be mosaicked
    972                  )
     970
     971bool pmChipMosaic(pmChip *target, const pmChip *source)
    973972{
    974973    // Target exists, and has only a single cell
     
    10661065
    10671066
    1068 // Same deal with the FPA
    1069 bool pmFPAMosaic(pmFPA *target,         // Target FPA --- may contain only a single chip with a single cell
    1070                  const pmFPA *source    // FPA whose chips and cells will be mosaicked
    1071                 )
     1067bool pmFPAMosaic(pmFPA *target, const pmFPA *source)
    10721068{
    10731069    // Target exists, and has only a single chip with single cell
Note: See TracChangeset for help on using the changeset viewer.