Template Function lsst::afw::math::randomChisqImage

Function Documentation

template<typename ImageT>
void lsst::afw::math::randomChisqImage(ImageT *image, Random &rand, double const nu)

Set image to random numbers with a chi^2_{nu} distribution

Parameters
  • [out] image: The image to set

  • [inout] rand: definition of random number algorithm, seed, etc.

  • [in] nu: number of degrees of freedom