ImagingService#

class mergernet.services.imaging.ImagingService[source]#

Bases: ABC

_batch_download_rgb(ra: List[float], dec: List[float], save_path: List[Path], workers: int | None = None, **kwargs)[source]#
_download_rgb(ra: float, dec: float, save_path: Path, width: int = 256, height: int = 256, scale: float = 0.55, opt: str = '')[source]#
abstract batch_cutout(ra: List[float], dec: List[float], save_path: List[Path])[source]#
abstract cutout(ra: float, dec: float, save_path: Path)[source]#
_abc_impl = <_abc_data object>#