macrophage-brain-vasculature / visualize-points-3d / 0.1.0-SNAPSHOT

macrophage-brain-vasculature visualize 3D points

A solution for visualizing 3D coordinates with respect to a target image
Tags
fijiimagej
Solution written by
Kyle Harrington, Jan Philipp Albrecht
License of solution
Apache v2

Arguments

--csv_filename
csv filename (default value: PARAMETER_VALUE)
--image_filename
image filename (default value: PARAMETER_VALUE)
--target_channel
Target channel (default value: 2)
--separator
Separator to use for reading in the csv file. (default value: ;)

How to run

.. via graphical user interface
If you haven't already, install the album app.
Download ZIP by clicking here, unzip it and execute image/bin/album.
Download ZIP by clicking here, unzip it and execute image/bin/album.bat.
Download ZIP by clicking here, unzip it and execute image/bin/album.
Launch the album app and, if you are launching it for the first time, follow the instructions for installing album on your machine.
You can add this catalog to your collection by pressing the Add catalog button and pasting this URL into the popup window:

https://gitlab.com/album-app/catalogs/capture-knowledge

Load your collection by clicking Load collection and select the catalog named capture-knowledge. On the right, scroll to macrophage-brain-vasculature:visualize-points-3d.
.. via command line
Create an album conda environment and activate it:
conda env create -f https://gitlab.com/album-app/album/-/raw/main/album.yml
conda activate album
You can add this catalog to your collection:
album add-catalog https://gitlab.com/album-app/catalogs/capture-knowledge
album update capture-knowledge
album upgrade capture-knowledge
.. and launch the solution by name:
album install macrophage-brain-vasculature:visualize-points-3d:0.1.0-SNAPSHOT
album run macrophage-brain-vasculature:visualize-points-3d:0.1.0-SNAPSHOT --csv_filename PARAMETER_VALUE, --image_filename PARAMETER_VALUE, --target_channel 2, --separator ;