Skip to content

Commit

Permalink
Generate all stories again given new descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jun 4, 2024
1 parent 1057450 commit 60602c4
Show file tree
Hide file tree
Showing 46 changed files with 504 additions and 518 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "Path to the folder of .mpx files."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,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 stories/inputs/interface_schemas/AudioInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
5 changes: 3 additions & 2 deletions stories/inputs/interface_schemas/AxonaRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to .bin file."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the .bwr file."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -8,7 +8,7 @@
"properties": {
"file_path": {
"format": "file",
"description": "Path to Blackrock file.",
"description": "Path to the Blackrock file with suffix being .ns1, .ns2, .ns3, .ns4m .ns4, or .ns6.",
"type": "string"
},
"nsx_override": {
Expand All @@ -35,4 +35,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 @@ -8,7 +8,7 @@
"properties": {
"file_path": {
"format": "file",
"description": "Path to Blackrock file.",
"description": "Path to Blackrock .nev file.",
"type": "string"
},
"sampling_frequency": {
Expand All @@ -32,4 +32,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 @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "The folder that contains the Bruker TIF image files (.ome.tif) and configuration files (.xml, .env)."
},
"plane_separation_type": {
"enum": [
Expand All @@ -32,4 +33,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 @@ -9,7 +9,7 @@
"folder_path": {
"format": "directory",
"type": "string",
"description": "The path that points to the folder containing the Bruker volumetric TIF image files and configuration files."
"description": "The folder that contains the Bruker TIF image files (.ome.tif) and configuration files (.xml, .env)."
},
"stream_name": {
"type": "string"
Expand All @@ -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 @@ -26,4 +26,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 @@ -9,7 +9,7 @@
"folder_path": {
"format": "directory",
"type": "string",
"description": "The path that points to the folder containing the Bruker TIF image files and configuration files."
"description": "The folder containing the Bruker TIF image files and configuration files."
},
"stream_name": {
"type": "string"
Expand All @@ -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 @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to .hdf5 file."
},
"verbose": {
"type": "boolean",
Expand All @@ -26,4 +27,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 @@ -8,7 +8,7 @@
"properties": {
"folder_path": {
"format": "directory",
"description": "The folder where the session data is located. It should contain a\n`{folder.name}.session.mat` file and the binary files `{folder.name}.dat`\nor `{folder.name}.lfp` for the LFP interface.",
"description": "Folder containing the .session.mat file",
"type": "string"
},
"verbose": {
Expand All @@ -32,4 +32,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 @@ -26,4 +26,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 @@ -26,4 +26,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
8 changes: 5 additions & 3 deletions stories/inputs/interface_schemas/DeepLabCutInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the .h5 file output by dlc."
},
"config_file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to .yml config file"
},
"subject_name": {
"type": "string",
Expand All @@ -35,4 +37,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
5 changes: 3 additions & 2 deletions stories/inputs/interface_schemas/EDFRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the .edf file."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -33,4 +33,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
5 changes: 3 additions & 2 deletions stories/inputs/interface_schemas/FicTracDataInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the .dat file (the output of fictrac)"
},
"radius": {
"type": "number"
Expand All @@ -33,4 +34,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
8 changes: 4 additions & 4 deletions stories/inputs/interface_schemas/IntanRecordingInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to either a .rhd or a .rhs file"
},
"stream_id": {
"type": "string",
"default": "0"
"type": "string"
},
"verbose": {
"type": "boolean",
Expand All @@ -34,4 +34,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 @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "Path to the output Phy folder (containing the params.py)"
},
"keep_good_only": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the .raw file."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -8,7 +8,8 @@
"properties": {
"file_path": {
"format": "file",
"type": "string"
"type": "string",
"description": "Path to the MEArec .h5 file."
},
"verbose": {
"type": "boolean",
Expand All @@ -30,4 +31,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 @@ -9,7 +9,7 @@
"folder_path": {
"format": "directory",
"type": "string",
"description": "The path that points to the folder containing the OME-TIF image files."
"description": "The folder containing the OME-TIF image files."
},
"verbose": {
"type": "boolean",
Expand All @@ -27,4 +27,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 @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "The main Miniscope folder. The movie files are expected to be in sub folders within the main folder."
}
},
"type": "object",
Expand All @@ -22,4 +23,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
5 changes: 3 additions & 2 deletions stories/inputs/interface_schemas/MiniscopeConverter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "The path to the main Miniscope folder."
},
"verbose": {
"type": "boolean",
Expand All @@ -26,4 +27,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 @@ -8,7 +8,8 @@
"properties": {
"folder_path": {
"format": "directory",
"type": "string"
"type": "string",
"description": "The main Miniscope folder. The microscope movie files are expected to be in sub folders within the main folder."
}
},
"type": "object",
Expand All @@ -22,4 +23,4 @@
"title": "Source data schema",
"description": "Schema for the source data, files and directories",
"version": "0.1.0"
}
}
Loading

0 comments on commit 60602c4

Please sign in to comment.