API Reference

solarnet_metadata Package

solarnet_metadata.schema Module

This module provides schema metadata templates an information.

Classes

SOLARNETSchema([schema_layers, use_defaults])

Class representing a schema for SOLARNET requirements for solar observations.

solarnet_metadata.validation Module

Functions

validate_file(file_path[, ...])

Validates a FITS file against the SOLARNET schema requirements.

validate_header(header[, is_primary, ...])

Validates a FITS header against the SOLARNET schema requirements.

check_obs_hdu(header[, is_obs])

Check and validate the OBS_HDU keyword in a FITS header.

validate_fits_keyword_value_comment(keyword, ...)

Validates a FITS keyword, value, and comment set according to FITS standard requirements.

validate_fits_keyword_data_type(keyword, value)

Validates the data type of a FITS keyword value.