mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-04-19 20:50:02 +02:00
Update readme
This commit is contained in:
parent
cf0101a25d
commit
2372bf786f
10
Readme.md
10
Readme.md
@ -20,6 +20,16 @@ To save to an HDF5 file use:
|
||||
File > SaveAs > HDF5
|
||||
```
|
||||
|
||||
## Scripting
|
||||
|
||||
To use this plugin from the ImageJs' (python) scripting interface these lines can be used to open a dataset:
|
||||
|
||||
```python
|
||||
from ch.psi.imagej.hdf5 import HDF5Reader
|
||||
reader = HDF5Reader()
|
||||
stack = reader.open("",False, "/Users/ebner/Desktop/A8_d_400N030_.h5", "/exchange/data_dark", True)
|
||||
```
|
||||
|
||||
# Installation
|
||||
To be able to install this plugin ImageJ need to be run with a Java 7 or greater JVM.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user