Skip to content

Commit

Permalink
add summary measures
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoKampman committed May 25, 2024
1 parent e57290a commit 696e4f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,12 @@ def _get_simulations_shared_config_dict(shared_config_dict: dict, benchmark_dime
'plot-lengthscales-window-lengths': (12, 10),
'plot-data-xlim': [-0.00, 1.00],
'repetition-time': 1, # synthetic TR is one second for simplicity
'TVFC-summary-measures': [
'ar1',
'mean',
'variance',
'rate_of_change',
],
'window-lengths': [
15,
30,
Expand Down

0 comments on commit 696e4f6

Please sign in to comment.