Skip to content

Commit

Permalink
Merge pull request #5 from shimoura/add_temporal_hierarchy_figure
Browse files Browse the repository at this point in the history
Add temporal hierarchy figure
  • Loading branch information
shimoura authored Oct 15, 2024
2 parents 3ee4859 + 117dae9 commit 00045c2
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/default_ana_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@

params['mplstyles'] = 'misc/mplstyles/report_plots_master.mplstyle'
params['extension'] = 'png'
params['seed'] = 2106
params['seed'] = 2903
params['python_sort'] = True

params['rate_histogram'] = {
'binsize': 1., # in ms
'binsize': 1., # in ms
't_start': 500., # in ms
't_stop': None # in ms
't_stop': None # in ms
}

params['meanFiringRate'] = {
't_start': 500., # in ms
't_stop': None # in ms
't_stop': None # in ms
}

params['individualFiringRate'] = {
't_start': 500., # in ms
't_stop': 2500. # in ms
't_stop': None # in ms
}

params['correlation_coefficient'] = {
'subsample': 2000,
'tbin': 1., # in ms
'tbin': 1., # in ms
'tmin': 500., # in ms
'tmax': None # in ms
'tmax': None # in ms
}

params['compute_louvain'] = {
Expand All @@ -38,13 +38,13 @@

params['cv'] = {
't_start': 500., # in ms
't_stop': None, # in ms
't_stop': None, # in ms
'min_spikes': 10
}

params['lvr'] = {
't_start': 500., # in ms
't_stop': None, # in ms
't_stop': None, # in ms
'min_spikes': 10
}

Expand All @@ -69,7 +69,7 @@
}

params['plotBOLD'] = {
'tmin': 500., # in ms
'tmin': 500., # in ms
'stepSize': 1. # in ms
}

Expand Down
Loading

0 comments on commit 00045c2

Please sign in to comment.