Skip to content

Instantly share code, notes, and snippets.

@heikowissler
Created May 22, 2017 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heikowissler/8706fe13e286fce538e563d558b27015 to your computer and use it in GitHub Desktop.
Save heikowissler/8706fe13e286fce538e563d558b27015 to your computer and use it in GitHub Desktop.
settings.json example
{
"name": "2012-09-28_ex145_07x2_ROI2017",
"scale": [11.24, 11.24, 28],
"priority": 0,
"layers": [
{
"name": "color",
"typ": "color",
"class": "uint8",
"resolutions": [
1,
2,
4,
8,
16,
32,
64,
128,
256,
512],
"fileLength": 32,
"blockLength": 32,
"voxelSize": 1,
"boundingBox": [[0, 5632], [0, 8576], [0, 3456]]},
{
"name": "segmentation",
"typ": "segmentation",
"class": "uint32",
"resolutions": [
1,
2,
4,
8,
16,
32,
64,
128,
256,
512],
"fileLength": 32,
"blockLength": 32,
"voxelSize": 4,
"boundingBox": [[128, 5632], [128, 8576], [128, 3456]]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment