API Reference

hermes_nemisis Package

Functions

read_file(data_filename)

Read a file.

hermes_nemisis.calibration.calibration Module

A module for all things calibration.

Functions

process_file(data_filename)

This is the entry point for the pipeline processing.

parse_l0_sci_packets(data_filename)

Parse a level 0 nemisis binary file containing CCSDS packets.

l0_sci_data_to_cdf(data, original_filename)

Write level 0 nemisis science data to a level 1 cdf file.

calibrate_file(data_filename)

Given an input data file, raise it to the next level (e.g. level 0 to level 1, level 1 to quicklook) it and return a new file.

get_calibration_file(data_filename[, time])

Given a time, return the appropriate calibration file.

read_calibration_file(calib_filename)

Given a calibration, return the calibration structure.

hermes_nemisis.io.file_tools Module

This module provides a generic file reader.

Functions

read_file(data_filename)

Read a file.