-
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 branch 'main' into SbxImagingInterface
- Loading branch information
Showing
9 changed files
with
222 additions
and
7 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
33 changes: 33 additions & 0 deletions
33
schemas/json/generated/BrukerTiffMultiPlaneImagingInterface.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,33 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"BrukerTiffMultiPlaneImagingInterface": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string", | ||
"description": "The path that points to the folder containing the Bruker volumetric TIF image files and configuration files." | ||
}, | ||
"stream_name": { | ||
"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" | ||
} |
30 changes: 30 additions & 0 deletions
30
schemas/json/generated/MicroManagerTiffImagingInterface.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,30 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"MicroManagerTiffImagingInterface": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string", | ||
"description": "The path that points to the folder containing the OME-TIF image files." | ||
}, | ||
"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,25 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"MiniscopeImagingInterface": { | ||
"required": [ | ||
"folder_path" | ||
], | ||
"properties": { | ||
"folder_path": { | ||
"format": "directory", | ||
"type": "string" | ||
} | ||
}, | ||
"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": { | ||
"ScanImageImagingInterface": { | ||
"required": [ | ||
"file_path" | ||
], | ||
"properties": { | ||
"file_path": { | ||
"format": "file", | ||
"type": "string", | ||
"description": "Path to Tiff file." | ||
}, | ||
"fallback_sampling_frequency": { | ||
"type": "number" | ||
}, | ||
"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,34 @@ | ||
{ | ||
"required": [], | ||
"properties": { | ||
"TiffImagingInterface": { | ||
"required": [ | ||
"file_path", | ||
"sampling_frequency" | ||
], | ||
"properties": { | ||
"file_path": { | ||
"format": "file", | ||
"type": "string", | ||
"description": "Path to Tiff file." | ||
}, | ||
"sampling_frequency": { | ||
"type": "number" | ||
}, | ||
"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
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