CDF
This is the CDF module, which contains the code for creating CDF files.
The code to manage CDF attributes for all instruments can be found below:
IMAP specific tools for CDF attribute management.
This class should be used in all cases, and should contain any IMAP specific assumptions
or code.
-
class imap_processing.cdf.imap_cdf_manager.ImapCdfAttributes
Contains IMAP specific tools and settings for CDF management.
-
add_instrument_global_attrs(instrument: str) → None
Add instrument specific global attributes.
- Parameters:
instrument (str) – Instrument name.
-
add_instrument_variable_attrs(instrument: str, level: str | None = None) → None
Add instrument specific variable attributes.
- Parameters:
-