-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reports if data file is NeXus or not
- Loading branch information
Showing
7 changed files
with
50 additions
and
39 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,36 +1,37 @@ | ||
========================== ============================ ====== ==================================================== | ||
address validation status comment(s) | ||
========================== ============================ ====== ==================================================== | ||
/ @NX_class OK file root (assumed): NXroot | ||
/ NXDL review TODO validate with NXroot specification (incomplete) | ||
/NXentry/NXdata/field NeXus default plot ERROR no default plot: not a NeXus file | ||
/SASentry validItemName NOTE relaxed re: [A-Za-z_][\w_]* | ||
/SASentry NXDL review TODO validate with NXentry specification (incomplete) | ||
/SASentry@NX_class attribute data type NOTE variable length string: ['NXentry'] | ||
/SASentry@NX_class @NX_class OK known: NXentry | ||
/SASentry/SASdata validItemName NOTE relaxed re: [A-Za-z_][\w_]* | ||
/SASentry/SASdata NXDL review TODO validate with NXdata specification (incomplete) | ||
/SASentry/SASdata NXdata group default plot v1 WARN NXdata group does not define a default plot using v1 | ||
/SASentry/SASdata@NX_class attribute data type NOTE variable length string: ['NXdata'] | ||
/SASentry/SASdata@NX_class @NX_class OK known: NXdata | ||
/SASentry/SASdata/I NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
/SASentry/SASdata/I@signal NXdata group default plot v1 ERROR expected @signal=1, found: I | ||
/SASentry/SASdata/I@signal NeXus default plot v2 ERROR expected @signal=1, found: I | ||
/SASentry/SASdata/I@signal attribute data type NOTE variable length string: ['I'] | ||
/SASentry/SASdata/Idev NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
/SASentry/SASdata/Q NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
========================== ============================ ====== ==================================================== | ||
========================== ============================ ====== ===================================================== | ||
address validation status comment(s) | ||
========================== ============================ ====== ===================================================== | ||
/ valid NeXus data file ERROR | ||
/ @NX_class OK file root (assumed): NXroot | ||
/ NXDL review TODO validate with NXroot specification (incomplete) | ||
/NXentry/NXdata/field NeXus default plot ERROR /NXentry/NXdata but no default plot: not a NeXus file | ||
/SASentry validItemName NOTE relaxed re: [A-Za-z_][\w_]* | ||
/SASentry NXDL review TODO validate with NXentry specification (incomplete) | ||
/SASentry@NX_class attribute data type NOTE variable length string: ['NXentry'] | ||
/SASentry@NX_class @NX_class OK known: NXentry | ||
/SASentry/SASdata validItemName NOTE relaxed re: [A-Za-z_][\w_]* | ||
/SASentry/SASdata NXDL review TODO validate with NXdata specification (incomplete) | ||
/SASentry/SASdata NXdata group default plot v1 WARN NXdata group does not define a default plot using v1 | ||
/SASentry/SASdata@NX_class attribute data type NOTE variable length string: ['NXdata'] | ||
/SASentry/SASdata@NX_class @NX_class OK known: NXdata | ||
/SASentry/SASdata/I NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
/SASentry/SASdata/I@signal NXdata group default plot v1 ERROR expected @signal=1, found: I | ||
/SASentry/SASdata/I@signal NeXus default plot v2 ERROR expected @signal=1, found: I | ||
/SASentry/SASdata/I@signal attribute data type NOTE variable length string: ['I'] | ||
/SASentry/SASdata/Idev NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
/SASentry/SASdata/Q NXdata@ignoreExtraFields UNUSED field ignored per NXDL specification | ||
========================== ============================ ====== ===================================================== | ||
|
||
======= ===== =========================================================== | ||
status count description | ||
======= ===== =========================================================== | ||
OK 3 meets NeXus specification | ||
NOTE 5 does not meet NeXus specification, but acceptable | ||
WARN 1 does not meet NeXus specification, not generally acceptable | ||
ERROR 3 violates NeXus specification | ||
ERROR 4 violates NeXus specification | ||
TODO 3 validation not implemented yet | ||
UNUSED 3 optional NeXus item not used in data file | ||
COMMENT 0 comment from the punx source code | ||
-- -- -- | ||
TOTAL 18 -- | ||
TOTAL 19 -- | ||
======= ===== =========================================================== |
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
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