Changeset 926 for trunk/archive/modules/include/phase2.h
- Timestamp:
- Jun 8, 2004, 9:46:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/modules/include/phase2.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/modules/include/phase2.h
r918 r926 25 25 26 26 /** Returns the kernel of OT shifts made during the course of the exposure. */ 27 psImage *psPhase2GetKernel(psVector *shifts ///< List of OT shifts, from which the kernel will be calculated 27 psImage *psPhase2GetKernel(psVector *xShifts, ///< List of OT shifts in x; integers 28 psVector *yShifts ///< List of OT shifts in y; integers; xshifts->n == yShifts->n 28 29 ); 29 30 … … 109 110 ); 110 111 111 /** Subtracts the sky background. */112 /** Subtracts the sky background. Needs work. */ 112 113 psReadout *psPhase2SubtractSky(psReadout *in, ///< Input image to be sky-subtracted, and output 113 114 psPolynomial2D *poly, ///< Polynomial specification, returns coeffcients … … 121 122 /** Returns an image that has the bad pixels masked. Also masks saturated pixels */ 122 123 psReadout *psPhase2MaskBadPixels(psReadout *in ///< Image to be masked, and output 123 const psImage *mask ///< Bad pixel mask to apply 124 const psImage *mask, ///< Bad pixel mask to apply 125 int maskVal, ///< Mask the pixels for which mask & maskVal > 0. 126 int grow ///< Radius to grow the bad pixels 124 127 ); 125 128
Note:
See TracChangeset
for help on using the changeset viewer.
