Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ultrack CLI documentation clarification #80

Open
tischi opened this issue Feb 18, 2024 · 1 comment
Open

ultrack CLI documentation clarification #80

tischi opened this issue Feb 18, 2024 · 1 comment

Comments

@tischi
Copy link

tischi commented Feb 18, 2024

Hi,

I found this documentation for a CLI interface. However I don't understand how to use it, in particular it often contains the phrase "on napari", which I do not understand.

@JoOkuma
Copy link
Member

JoOkuma commented Feb 19, 2024

Hi @tischi,

We use the reader plugins from napari to support multiple file formats, and we index the data using the layer name (or index) they would get in napari viewer. We don't load the napari viewer, so it's safe to use in an HPC.

For example, assuming you have an ome-zarr dataset compatible with the napari-ome-zarr plugin.
And your image has three channels: Image, Foreground, and Edges.

So you would use ultrack segment --cfg config.toml -r napari-ome-zarr -dl Foreground -el Edges
To indicate it should use the napari-ome-zarr to open your dataset and the detection and edges channels are respectively Foreground and Edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants