IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 2:35:29 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation problem; adding more comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmShifts.h

    r12191 r12192  
    4444/// The kernel is generated (with pmShiftsKernel) if required.  The image and mask are convolved with the
    4545/// kernel (specified maskVal is smeared).  The weight map is not convolved.
    46 bool pmShiftsConvolve(pmReadout *detrend, const pmCell *source, psMaskType maskVal)
     46bool pmShiftsConvolve(pmReadout *detrend, ///< Detrend readout to convolve
     47                      const pmCell *source, ///< Science exposure, containing a shifts kernel
     48                      psMaskType maskVal ///< Mask value to smear
     49                      );
    4750
    4851#endif
Note: See TracChangeset for help on using the changeset viewer.