Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
10bcabd7f9 | |||
bee8263184 |
@ -5,4 +5,4 @@ from pyzebra.h5 import *
|
||||
from pyzebra.utils import *
|
||||
from pyzebra.xtal import *
|
||||
|
||||
__version__ = "0.6.4"
|
||||
__version__ = "0.6.5"
|
||||
|
@ -136,7 +136,7 @@ def read_detector_data(filepath, cami_meta=None):
|
||||
|
||||
if "detector parameters" in cami_meta:
|
||||
cami_meta_detparam = cami_meta["detector parameters"]
|
||||
if "dist1" in cami_meta_detparam:
|
||||
det_data["ddist"] = cami_meta_detparam["dist1"]
|
||||
if "dist2" in cami_meta_detparam:
|
||||
det_data["ddist"] = cami_meta_detparam["dist2"]
|
||||
|
||||
return det_data
|
||||
|
Reference in New Issue
Block a user