updated readme

This commit is contained in:
ebner 2015-04-14 11:06:27 +02:00
parent 4aec3a2858
commit dfa00c8dc4

View File

@ -2,7 +2,9 @@
ImageJ plugin for reading and writing HDF5 files.
For 3D datasets an individual slice can be selected for visualization.
Also, especially for very big datasets only every x-th slice can be selected
for visualization. This can be done by either specifying a number, e.g. `10` (for the slice 10) or a number with a preceding %, e.g. `%10` (for every 10th image). Indexing starts at 0.
# Usage