You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/HedMatlabTools.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following MATLAB code demos are available to show how to access HED web serv
26
26
| ------ |-----------------|-----------|
27
27
| Overall |[**runAllDemos.m**](https://raw.githubusercontent.com/hed-standard/hed-matlab/main/hedmat/web_services/runAllDemos.m)| Harness for running all demos. |
28
28
| Overall |[**demoGetServices.m**](https://raw.githubusercontent.com/hed-standard/hed-matlab/main/hedmat/web_services/demoGetServices.m)| List available services. |
to generate a JSON sidecar based on all the events files in a BIDS dataset.
146
146
147
147
#### Execute remodel script
@@ -273,7 +273,7 @@ for a tutorial on how to use the resulting spreadsheet for annotation.
273
273
If there are any errors, the tool returns a downloadable `.txt` file of error messages,
274
274
otherwise the tool returns a downloadable `.tsv` spreadsheet.
275
275
``````
276
-
The [sidecar_to_spreadsheet.ipynb](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/sidecar_to_spreadsheet.ipynb) Python Jupyter notebook does the same operation.
276
+
The [sidecar_to_spreadsheet.ipynb](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/sidecar_to_spreadsheet.ipynb) Python Jupyter notebook does the same operation.
277
277
278
278
#### Merge a spreadsheet with a sidecar
279
279
@@ -302,7 +302,7 @@ for a tutorial on how this works in practice.
302
302
If there are any errors, the tool returns a downloadable `.txt` file of error messages,
303
303
otherwise the tool returns a downloadable merged `.json` file.
304
304
``````
305
-
The [bids_merge_spreadsheet_into_sidecar.ipynb](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/merge_spreadsheet_into_sidecar.ipynb) Python Jupyter notebook does the same operation.
305
+
The [bids_merge_spreadsheet_into_sidecar.ipynb](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/merge_spreadsheet_into_sidecar.ipynb) Python Jupyter notebook does the same operation.
306
306
307
307
308
308
(spreadsheets-online-tools-anchor)=
@@ -558,7 +558,7 @@ JSON sidecars, BIDS-style events files, and spreadsheets in `.tsv` or `.xlsx` fo
558
558
Support is also included for assembling the annotations for a BIDS-style
559
559
events file with a JSON sidecar and for generating a template of a JSON sidecar from a BIDS events file.
560
560
561
-
The [**web_services**](https://github.com/hed-standard/hed-examples/tree/main/hedcode/matlab_scripts/web_services)
561
+
The [**web_services**](https://github.com/hed-standard/hed-matlab/tree/main/hedmat/web_servicess)
562
562
directory in the `hed-examples` GitHub repository provides MATLAB examples of how to call these
Copy file name to clipboardExpand all lines: docs/source/HedPythonTools.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ All columns not designated as skip columns or value columns are considered to be
70
70
(find-event-combinations-anchor)=
71
71
### Find event combinations
72
72
73
-
The [**find_event_combinations.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/find_event_combinations.ipynb)
73
+
The [**find_event_combinations.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/find_event_combinations.ipynb)
74
74
Jupyter notebook extracts a spreadsheet containing the unique combination of values in the
75
75
specified `key_columns`.
76
76
The setup requires the following variables for your dataset:
@@ -154,7 +154,7 @@ Sometimes event files include unexpected or incorrect codes.
154
154
It is a good idea to find out what is actually in the dataset
155
155
event files and whether the information is consistent before starting the annotation process.
156
156
157
-
The [**summarize_events.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/summarize_events.ipynb) finds the dataset event files and outputs
157
+
The [**summarize_events.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/summarize_events.ipynb) finds the dataset event files and outputs
158
158
the column names and number of events for each event file.
159
159
You can visually inspect the output to make sure that the event file column names
160
160
are consistent across the dataset.
@@ -215,7 +215,7 @@ It does not do a full BIDS validation.
215
215
### Validate BIDS dataset with libraries
216
216
217
217
218
-
The [**validate_bids_dataset_with_libraries.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/validate_bids_dataset_with_libraries.ipynb)
218
+
The [**validate_bids_dataset_with_libraries.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/validate_bids_dataset_with_libraries.ipynb)
219
219
Jupyter notebook validates HED in a BIDS dataset using the `validate` method of `BidsDataset`.
220
220
The example uses three schemas and also illustrates how to manually override the
221
221
schema specified in `dataset_description.json` with schemas from other places.
@@ -224,7 +224,7 @@ This is very useful for testing new schemas that are underdevelopment.
224
224
(validate-bids-datasets-anchor)=
225
225
### Validate BIDS datasets
226
226
227
-
The [**validate_bids_datasets.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/validate_bids_datasets.ipynb) is similar to the other validation notebooks, but it takes a list of datasets to validate as a convenience.
227
+
The [**validate_bids_datasets.ipynb**](https://github.com/hed-standard/hed-examples/blob/main/src/jupyter_notebooks/bids/validate_bids_datasets.ipynb) is similar to the other validation notebooks, but it takes a list of datasets to validate as a convenience.
Copy file name to clipboardExpand all lines: docs/source/HedValidationGuide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ directly using PIP.
214
214
215
215
#### Jupyter notebooks for validation
216
216
217
-
Several [**Jupyter notebooks**](https://github.com/hed-standard/hed-examples/tree/main/hedcode/jupyter_notebooks) are available
217
+
Several [**Jupyter notebooks**](https://github.com/hed-standard/hed-examples/tree/main/src/jupyter_notebooks) are available
218
218
as wrappers for calling various Python HED tools.
219
219
220
220
For example, the [**validate_bids_datasets.ipynb**](https://github.com/hed-standard/hed-examples/blob/develop/src/jupyter_notebooks/bids/validate_bids_datasets.ipynb) notebook shown in the following example validates an entire BIDS dataset
0 commit comments