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/HowCanYouUseHed.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ in post-processing and assure that the conditions are correctly marked.
92
92
#### Logs to event files
93
93
94
94
Although the HED tools do not yet directly support any particular experimental presentation/control
95
-
software packages, the HED [**HED remodeling tools**](./HedRemodelingTools) can
95
+
software packages, the HED [**HED remodeling tools**](./HedRemodelingTools.md) can
96
96
be useful in working with logged data.
97
97
98
98
Assuming that you can put the information from your experimental log into a tabular form such as:
@@ -108,8 +108,8 @@ Assuming that you can put the information from your experimental log into a tabu
108
108
109
109
````
110
110
111
-
The [**summarize column values**](./HedRemodelingTools#summarize-column-values)
112
-
operation in the HED [**file remodeling tools**](./HedRemodelingTools)
111
+
The [**summarize column values**](./HedRemodelingTools.md#summarize-column-values)
112
+
operation in the HED [**file remodeling tools**](./HedRemodelingTools.md)
113
113
compiles detailed summaries of the contents of tabular files.
114
114
Use the following remodeling file and your tabular log file as input
115
115
to the HED online [**event remodeling**](https://hedtools.ucsd.edu/hed_dev/events) tools
@@ -135,10 +135,10 @@ to quickly get an overview of its contents.
135
135
### Post-processing the event data
136
136
137
137
The information that first comes off the experimental logs is usually not directly usable for
138
-
sharing and analysis. A number of HED [**HED remodeling tools**](./HedRemodelingTools)
138
+
sharing and analysis. A number of HED [**HED remodeling tools**](./HedRemodelingTools.md)
139
139
might be helpful for restructuring your first pass at the event files.
140
140
141
-
The [**remap columns**](./HedRemodelingTools#remap-columns) transformation is
141
+
The [**remap columns**](./HedRemodelingTools.md#remap-columns) transformation is
142
142
particularly useful during the initial processing of tabular log information
143
143
as exemplified by the following example
144
144
@@ -395,7 +395,7 @@ to improperly handle these situations, reducing the accuracy of analysis.
395
395
At this time, your only option is to do manual checks or write custom code to
396
396
detect these types of experiment-specific inconsistencies.
397
397
However, work is underway to include some standard types of checks in the
398
-
HED [**HED remodeling tools**](./HedRemodelingTools) in future releases.
398
+
HED [**HED remodeling tools**](./HedRemodelingTools.md) in future releases.
399
399
400
400
You may also want to reorganize the event files using the remodeling tools.
401
401
See the [**Remap columns**](remap-columns-anchor)
@@ -431,7 +431,7 @@ work and possibly contact with the data authors for correct use and interpretati
431
431
You can get a preliminary sense about what is actually in the data by downloading a
432
432
single event file (e.g., a BIDS `_events.tsv`) and its associated JSON sidecar
433
433
(e.g., a BIDS `_events.json`) and creating HED remodeling tool summaries using the
434
-
[**HED online tools for debugging**](./HedRemodelingQuickstart#online-tools-for-debugging).
434
+
[**HED online tools for debugging**](./HedRemodelingQuickstart.md#online-tools-for-debugging).
435
435
Summaries of particular use for analysts include:
436
436
437
437
- The [**column value summary**](./HedSummaryGuide.md#column-value-summary) compiles a summary of
@@ -449,11 +449,11 @@ or temporal layout of the experiment.
449
449
While HED tag summary and the experimental design summaries require that the dataset have HED annotations, these summaries do not rely on the experiment-specific
450
450
event-coding used in each experiment and can be used to compare information for different datasets.
451
451
452
-
The [**HED remodeling quickstart**](./HedRemodelingQuickstart) tutorial
452
+
The [**HED remodeling quickstart**](./HedRemodelingQuickstart.md) tutorial
453
453
gives an overview of the remodeling tools and how to use them.
454
-
More detailed information can be found in [**HED remodeling tools**](./HedRemodelingTools).
454
+
More detailed information can be found in [**HED remodeling tools**](./HedRemodelingTools.md).
455
455
456
-
The [**Online tools for debugging**](./HedRemodelingQuickstart#online-tools-for-debugging)
456
+
The [**Online tools for debugging**](./HedRemodelingQuickstart.md#online-tools-for-debugging)
457
457
shows how to use remodeling tools to obtain these summaries without writing any code.
458
458
459
459
The [**HED conditions and design matrices**](HedConditionsAndDesignMatrices.md) guide explains how
@@ -474,8 +474,8 @@ additional code, while generality allows comparison of criteria across different
474
474
experiments.
475
475
476
476
The factor generation as described in the next section relies on the HED
477
-
[**HED remodeling tools**](HedRemodelingTools).
478
-
See [**HED remodeling tools**](HedRemodelingTools).
0 commit comments