Skip to content

Commit

Permalink
added missing source file
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzoml committed Dec 17, 2020
1 parent 7d2efbc commit f884cc1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"layers": [
{
"name": "gtv",
"typ": "boolean",
"info": {
"min": "2e40",
"max": "2e40"
},
"path": "gtv.nii.gz"
}
],
"print": [
{
"name": "layer1",
"typ": "string",
"value": "something"
}
],
"log": "",
"error": ""
}

0 comments on commit f884cc1

Please sign in to comment.