Source code for lezargus.container.mosaic

"""Mosaic data container.

This module and class primarily deals with a collection of data cubes pieced
together into a single combined mosaic. Unlike the previous containers, this
does not directly subclass Astropy NDData and instead acts as a collection of
other reduced spectral cubes and performs operations on it.
"""


from lezargus import library
from lezargus.library import hint
from lezargus.library import logging


[docs]class LezargusMosaic: """TODO."""
[docs] def __init__(self: hint.Self) -> None: """Init doc.""" __ = library __ = hint __ = logging raise KeyboardInterrupt