Skip reading unused angle in nb zebra mode
This commit is contained in:
parent
93a557fea9
commit
bf3b44405d
@ -61,7 +61,7 @@ CCL_FIRST_LINE = (("idx", int), ("h", float), ("k", float), ("l", float))
|
|||||||
|
|
||||||
CCL_ANGLES = {
|
CCL_ANGLES = {
|
||||||
"bi": (("twotheta", float), ("omega", float), ("chi", float), ("phi", float)),
|
"bi": (("twotheta", float), ("omega", float), ("chi", float), ("phi", float)),
|
||||||
"nb": (("gamma", float), ("omega", float), ("nu", float), ("unkwn_angle", float)),
|
"nb": (("gamma", float), ("omega", float), ("nu", float)),
|
||||||
}
|
}
|
||||||
|
|
||||||
CCL_SECOND_LINE = (
|
CCL_SECOND_LINE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user