We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc088d + c929a35 commit a3a5708Copy full SHA for a3a5708
py4DSTEM/io/read.py
@@ -33,9 +33,10 @@ def read(
33
https://github.com/py4dstem/emdfile.
34
35
To read file written by older verions of py4DSTEM, different keyword
36
- arguments should be passed. See the docstring for
37
- `py4DSTEM.io.native.legacy.read_py4DSTEM_legacy` for further details.
38
-
+ arguments should be passed. See the docstring for
+ `py4DSTEM.io.native.legacy.read_py4DSTEM_legacy` for a complete list.
+ For example, `data_id` may need to be specified to select dataset.
39
+
40
Args:
41
filepath (str or Path): the file path
42
datapath (str or None): the path within the H5 file to the data
0 commit comments