Fix neighbours in readme

This commit is contained in:
Hannes Kuchelmeister
2022-02-07 10:41:53 +01:00
committed by GitHub
parent 1ea765d0a3
commit 0896ad1a0a

View File

@@ -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: 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 0 1 2
3 - 4 3 - 4
5 6 7 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. 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.