Skip to content
Snippets Groups Projects
Commit 2c6a943d authored by s214735's avatar s214735
Browse files

final testing and docstring

parent b33b6c85
No related branches found
No related tags found
1 merge request!151display downloadable files
This commit is part of merge request !151. Comments created here will be created in the context of that merge request.
......@@ -18,6 +18,9 @@ class Downloader:
Attributes:
folder_name (str or os.PathLike): Folder class with the name of the folder in <https://data.qim.dk/>
Methods:
file_directory(): Prints the downloadable files from the QIM data repository.
Syntax for downloading and loading a file is `qim3d.io.Downloader().{folder_name}.{file_name}(load_file=True)`
??? info "Overview of available data"
......@@ -50,6 +53,7 @@ class Downloader:
import qim3d
downloader = qim3d.io.Downloader()
downloader.file_directory()
data = downloader.Cowry_Shell.Cowry_DOWNSAMPLED(load_file=True)
qim3d.viz.slicer_orthogonal(data, color_map="magma")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment