-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from NeurodataWithoutBorders/bruker-single-co…
…nverter Add BrukerTiffSinglePlaneConverter
- Loading branch information
Showing
8 changed files
with
207 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"BrukerTiffMultiPlaneConverter": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string" | ||
}, | ||
"plane_separation_type": { | ||
"enum": [ | ||
"disjoint", | ||
"contiguous" | ||
] | ||
}, | ||
"verbose": { | ||
"type": "boolean", | ||
"default": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false, | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$id": "source.schema.json", | ||
"title": "Source data schema", | ||
"description": "Schema for the source data, files and directories", | ||
"version": "0.1.0" | ||
} |
29 changes: 29 additions & 0 deletions
29
schemas/json/generated/BrukerTiffSinglePlaneConverter.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"BrukerTiffSinglePlaneConverter": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string" | ||
}, | ||
"verbose": { | ||
"type": "boolean", | ||
"default": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false, | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$id": "source.schema.json", | ||
"title": "Source data schema", | ||
"description": "Schema for the source data, files and directories", | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"EDFRecordingInterface": { | ||
"required": [ | ||
"file_path" | ||
], | ||
"properties": { | ||
"file_path": { | ||
"format": "file", | ||
"type": "string" | ||
}, | ||
"verbose": { | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"es_key": { | ||
"type": "string", | ||
"default": "ElectricalSeries" | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false, | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$id": "source.schema.json", | ||
"title": "Source data schema", | ||
"description": "Schema for the source data, files and directories", | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"MiniscopeConverter": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string" | ||
}, | ||
"verbose": { | ||
"type": "boolean", | ||
"default": true | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false, | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$id": "source.schema.json", | ||
"title": "Source data schema", | ||
"description": "Schema for the source data, files and directories", | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"SpikeGLXConverterPipe": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string", | ||
"description": "Path to the folder containing SpikeGLX streams." | ||
}, | ||
"verbose": { | ||
"type": "boolean", | ||
"default": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false | ||
} | ||
}, | ||
"type": "object", | ||
"additionalProperties": false, | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$id": "source.schema.json", | ||
"title": "Source data schema", | ||
"description": "Schema for the source data, files and directories", | ||
"version": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters