Skip to content

Commit

Permalink
Update story
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Sep 28, 2023
1 parent 72524a5 commit 046abf7
Show file tree
Hide file tree
Showing 17 changed files with 155 additions and 118 deletions.
2 changes: 1 addition & 1 deletion schemas/json/generated/BiocamRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/BlackrockRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/BlackrockSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/CellExplorerSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
45 changes: 45 additions & 0 deletions schemas/json/generated/Hdf5ImagingInterface.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"required": [],
"properties": {
"Hdf5ImagingInterface": {
"required": [
"file_path"
],
"properties": {
"file_path": {
"format": "file",
"type": "string"
},
"mov_field": {
"type": "string",
"default": "mov"
},
"sampling_frequency": {
"type": "number"
},
"start_time": {
"type": "number"
},
"metadata": {
"type": "object"
},
"channel_names": {
"type": "array"
},
"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"
}
2 changes: 1 addition & 1 deletion schemas/json/generated/IntanRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/KiloSortSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeLFPInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/NeuroScopeSortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/OpenEphysRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/PhySortingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/Spike2RecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/SpikeGLXNIDQInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion schemas/json/generated/SpikeGLXRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
198 changes: 95 additions & 103 deletions src/renderer/src/stories/pages/guided-mode/SourceData.stories.js

Large diffs are not rendered by default.

0 comments on commit 046abf7

Please sign in to comment.