pyimcom.diagnostics.mosaicimage
Mosaic image for display in a report.
Classes
- MosaicImage
Report section with mosaic image.
Classes
Builds the simulated star section of the report. |
Module Contents
- class MosaicImage(rpt)[source]
Bases:
pyimcom.diagnostics.report.ReportSectionBuilds the simulated star section of the report.
Inherits from pyimcom.diagnostics.report.ReportSection. Overrides build.
- build(nblockmax=100, srange=(-0.1, 100.0))[source]
Builds the mosaic image and associated LaTeX.
- Parameters:
nblockmax (int, optional) – Maximum size of mosaic to build. If larger than the nblock in the configuration, builds the whole mosaic.
srange ((float, float), optional) – Stretch scale to use for the mosaic image.
- Return type:
None