Skip to content

FITS

virtualizarr.parsers.FITSParser

Create a ManifestStore from a FITS file.

Parameters:

  • group (str | None, default: None ) –

    The group within the file to be used as the Zarr root group for the ManifestStore.

  • skip_variables (Iterable[str] | None, default: None ) –

    Variables in the file that will be ignored when creating the ManifestStore.

  • reader_options (Optional[dict], default: None ) –

    Configuration options used internally for kerchunk's fsspec backend.

__call__

__call__(url: str, registry: ObjectStoreRegistry) -> ManifestStore

Parse the contents of a FITS file to produce a ManifestStore.

Parameters:

Returns:

  • ManifestStore

    A ManifestStore which provides a Zarr representation of the parsed FITS file.