Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-vo committed Mar 6, 2024
1 parent 94b2fdd commit 384731b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/toc/section1/section1_2.rst
Expand Up @@ -49,7 +49,7 @@ Hdf format
Displaying the tree view of a nxs/hdf file using an Algotom's function.

There are many GUI software in Python for viewing hdf/nxs/h5 files such as: `Broh5 <https://github.com/algotom/broh5>`__,
`nexpy <https://nexpy.github.io/nexpy/>`__, or `Vitables <https://github.com/uvemas/ViTables>`__.
`Nexpy <https://nexpy.github.io/nexpy/>`__, or `Vitables <https://github.com/uvemas/ViTables>`__.

**How to load datasets from a hdf file**

Expand Down
6 changes: 4 additions & 2 deletions docs/source/toc/section4/section4_2.rst
Expand Up @@ -54,15 +54,17 @@ file at the time they were created, so we only need to work with the nxs file.
:width: 70 %
:align: center

NeXpy provides more options to explore data. Note that it can't resolve `links <https://docs.h5py.org/en/stable/high/group.html#dict-interface-and-links>`__
between datasets, so users have to open both files as shown below. Another thing is that image in NeXpy
NeXpy provides more options to explore data. Noting that image in NeXpy
is displayed with the origin at the bottom left. This is different to Hdfview (:numref:`fig_1_4_2`).

.. image:: section4_2/figs/fig_4_2_3.png
:name: fig_4_2_3
:width: 100 %
:align: center

Other python-based GUI software can be used are: `Broh5 <https://github.com/algotom/broh5>`__ or
`Vitables <https://github.com/uvemas/ViTables>`__.

- Users also can use functions in the :ref:`input-output module <input-output>` of Algotom to explore data.
For example, to display the hierarchical structure of a hdf file:

Expand Down

0 comments on commit 384731b

Please sign in to comment.