Skip to content

Commit

Permalink
Update pyvista/core/utilities/reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed May 8, 2024
1 parent 68ed704 commit 50489ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyvista/core/utilities/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def get_reader(filename, force_ext=None):
+----------------+---------------------------------------------+
| ``.mhd`` | :class:`pyvista.MetaImageReader` |
+----------------+---------------------------------------------+
| ``.nc`` | :class:`pyvista.NetCDFReader` |
+----------------+---------------------------------------------+
| ``.nii`` | :class:`pyvista.NIFTIReader` |
+----------------+---------------------------------------------+
| ``.nii.gz`` | :class:`pyvista.NIFTIReader` |
Expand Down

0 comments on commit 50489ca

Please sign in to comment.