From 0896ad1a0a3298d3ca0a8268ca68f3e519b542f5 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:41:53 +0100 Subject: [PATCH] Fix neighbours in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3d63f5..0b16448 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,11 @@ The json file contains a list of unamed objets. Each object corresponds to one f Each individual image has an `image_path` (mandatory), and **8** (!) `neighbours` (which are allowed to be set to `null`). Neighbours are represented indexed the following way: +``` 0 1 2 3 - 4 5 6 7 +``` You are allowed to store additional data in focus stack objects (and image objects) and this should be preserved when using the tool, however, make sure to back up the metadata file before using the tool.