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

[BUG] #2267

Open
Rajalakshmi-Palaniappan opened this issue Aug 23, 2024 · 1 comment
Open

[BUG] #2267

Rajalakshmi-Palaniappan opened this issue Aug 23, 2024 · 1 comment

Comments

@Rajalakshmi-Palaniappan

{{Delete or replace all double-braced text.}}

  • CATMAID version: 2021.12.21-43-g2964e04e6
  • CATMAID instance: http://localhost:8000/
  • Browser: firefox
  • Operating system: Linux, Ubuntu 20.04.6 LTS 64 bit

Short description

error:
Mirror Inaccessible', `Could not locate N5 root for mirror 2

More information

Image base given in the stack mirror
http://localhost:3000
which was locally served from
/md0/catmaid/input/1683_raw_merged_red.n5
python3 -m http.server 3000

Folder structure of my n5 file is as follows
/md0/catmaid/input/1683_raw_merged_red.n5/1683_raw/0/1/5
/md0/catmaid/input/1683_raw_merged_red.n5/1683_raw/1/1/5
...
Looks like it is expecting a file format with %SCALE_DATASET%
can u please let me know the exact format of the n5 file expected?

@clbarnes
Copy link
Contributor

If you're using raw N5, you'll be using tile source 11. What does your stack mirror configuration look like? CATMAID expects a scale pyramid in N5 volumes (but if you only use one level, that's fine). For scale 0, %SCALE_DATASET% is replaced by s0; for scale 1 it's replaced by s1 etc.. So your stack mirror configuration needs a URL which directs points to the root of the array (with attributes.json containing the dimensions, data type etc.), where one of the group names is replaced by %SCALE_DATASET%.

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

No branches or pull requests

2 participants