Module moc::deser

source ·
Expand description

Contains the code relative to the deserialization and serialization of MOCs.

In the current status of the IVOA MOC standard, a large part of the MOC serialization/deserialization is based on a hierarchical view, from the cells of lower resolution (smaller depth) to the cells of higher resolution (largest depth). Hence, we cannot perform serialization/deserialization in streaming, with a low memory footprint.

The module also contain experimental code for streaming compatible serialization/deserialization.

Modules§

  • This module deals with MOC serialization/deserialization in the FITS standard.
  • Contains code to generate an image from a given MOC
  • MOC creation from an STC-S string.