Skip to content

Commit

Permalink
XTCE generator scripts (#680)
Browse files Browse the repository at this point in the history
* Creating general XTCE generator script with CLI
  • Loading branch information
anamanica authored Jul 3, 2024
1 parent 0fae76d commit fc023b7
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 131 deletions.
2 changes: 1 addition & 1 deletion imap_processing/cdf/cdf_attribute_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def load_variable_attributes(self, file_name: str) -> None:
The name of the file to load from self.source_dir.
"""
# Add variable attributes from file_name. Each variable name should have the
# required sub fields as defined in the variable schema.
# Required subfields as defined in the variable schema.
raw_var_attrs = CdfAttributeManager._load_yaml_data(self.source_dir / file_name)
var_attrs = raw_var_attrs.copy()

Expand Down
Loading

0 comments on commit fc023b7

Please sign in to comment.