-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using SAMMI for CDF attribute management (#1122)
* updating dependencies * Move to SAMMI, fix all non-ISTP related errors * Fixing ISTP errors and other bugs * fix mag attrs * fixing test
- Loading branch information
1 parent
efd7611
commit 10d69d1
Showing
22 changed files
with
90 additions
and
2,158 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This file acts as an overwrite option for the variable schema described by SAMMI. | ||
# SAMMI generally has good defaults and its schema should be used, but this is a place | ||
# to override those defaults if necessary. | ||
|
||
# This is only required while issue #7 is incomplete. | ||
attribute_key: | ||
LABLAXIS: | ||
description: > | ||
should be a short character string (approximately 10 characters, but preferably 6 characters - more only if absolutely required for clarity) which can be used to label a y-axis for a plot or to provide a heading for a data listing. | ||
Only one of LABLAXIS or LABL_PTR_i should be present. | ||
required: false # not required if using LABL_PTR_i | ||
valid_values: null | ||
alternate: LABL_PTR_1 |
Oops, something went wrong.