mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-06-04 09:40:39 +02:00
Reformatted code block to correctly display
This commit is contained in:
parent
2901b90dc1
commit
e1910dcd7f
@ -37,7 +37,8 @@ If you want to configure the HDF5 Reader as a standard file reader you need to r
|
||||
This can be done as follows (details on this can be found on: http://albert.rierol.net/imagej_programming_tutorials.html):
|
||||
|
||||
* Add `HandleExtraFileTypes.java`
|
||||
```
|
||||
|
||||
```java
|
||||
if (name.endsWith(".h5") || name.endsWith(".hdf5")) {
|
||||
return tryPlugIn("ch.psi.imagej.hdf5.HDF5Reader", path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user