make_image_gaussians¶
- lsst.multiprofit.make_image_gaussians(gaussians_source: Gaussians, gaussians_kernel: Gaussians | None = None, **kwargs: Any) ImageD¶
- Make an image array from a set of Gaussians. - Parameters:
- gaussians_source
- Gaussians representing components of sources. 
- gaussians_kernel
- Gaussians representing the smoothing kernel. 
- **kwargs
- Additional keyword arguments to pass to lsst.gauss2d.make_gaussians_pixel_D (i.e. image size, etc.). 
 
- Returns:
- image
- The rendered image of the given Gaussians.