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(source_dir: Path | None = None)#
Contains IMAP specific tools and settings for CDF management.
- Parameters:
source_dir (pathlib.Path or None) – Source directory.