IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9718


Ignore:
Timestamp:
Oct 23, 2006, 3:05:55 PM (20 years ago)
Author:
Paul Price
Message:

Adding doxygen tags.

File:
1 edited

Legend:

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

    r9598 r9718  
    77/// @author Paul Price, IfA
    88///
    9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2006-10-17 02:35:52 $
     9/// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2006-10-24 01:05:55 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    2424/// getting an image of the chip on the sky.  The mosaicking is done so as to avoid performing a deep copy of
    2525/// the pixels, if possible.
    26 bool pmChipMosaic(pmChip *target,       // Target chip --- may contain only a single cell
    27                   const pmChip *source  // Source chip whose cells will be mosaicked
     26bool pmChipMosaic(pmChip *target,       ///< Target chip --- may contain only a single cell
     27                  const pmChip *source  ///< Source chip whose cells will be mosaicked
    2828                 );
    2929
     
    3434/// CELL.X0 and CELL.Y0 offsets.  This is useful for getting an image of the FPA on the sky.  The mosaicking
    3535/// is done so as to avoid performing a deep copy of the pixels, if possible.
    36 bool pmFPAMosaic(pmFPA *target,         // Target FPA --- may contain only a single chip with a single cell
    37                  const pmFPA *source    // FPA whose chips and cells will be mosaicked
     36bool pmFPAMosaic(pmFPA *target,         ///< Target FPA --- may contain only a single chip with a single cell
     37                 const pmFPA *source    ///< FPA whose chips and cells will be mosaicked
    3838                );
    3939
Note: See TracChangeset for help on using the changeset viewer.