Skip to content

Commit

Permalink
Fixed JSON, better indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
TheChymera and yarikoptic committed Mar 15, 2024
1 parent ca1d69b commit 669ff8b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
29 changes: 14 additions & 15 deletions ephys_BEP032/sub-20220101A/ephys/sub-20220101A_ephys.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"InstitutionName": "Institute XY",
"Location": "Somewhere on the globe",
"PowerLineFrequency": 50,
"SamplingFrequency": 30000,
"SamplingFrequencyUnit": "Hz",
"Maintainer": "Charly C",
"SoftwareFilters": {
"LP_filter_1":{
"Half amplitude cutoff(Hz)": 0.0159,
"Roll-off":"6dB/Octave"
},
"LP_filter_2":{
"Half amplitude cutoff(Hz)": 0.1159,
"Roll-off":"9 dB/Octave"
}
"InstitutionName": "Institute XY",
"Location": "Somewhere on the globe",
"PowerLineFrequency": 50,
"SamplingFrequency": 30000,
"SamplingFrequencyUnit": "Hz",
"Maintainer": "Charly C",
"SoftwareFilters": {
"LP_filter_1":{
"Half amplitude cutoff(Hz)": 0.0159,
"Roll-off":"6dB/Octave"
},
"LP_filter_2":{
"Half amplitude cutoff(Hz)": 0.1159,
"Roll-off":"9 dB/Octave"
}
}
}
29 changes: 14 additions & 15 deletions ephys_BEP032/sub-20220101B/ephys/sub-20220101B_ephys.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"InstitutionName": "Institute XY",
"Location": "Somewhere on the globe",
"PowerLineFrequency": 50,
"SamplingFrequency": 30000,
"SamplingFrequencyUnit": "Hz",
"Maintainer": "Charly C",
"SoftwareFilters": {
"LP_filter_1":{
"Half amplitude cutoff(Hz)": 0.0159,
"Roll-off":"6dB/Octave"
},
"LP_filter_2":{
"Half amplitude cutoff(Hz)": 0.1159,
"Roll-off":"9 dB/Octave"
}
"InstitutionName": "Institute XY",
"Location": "Somewhere on the globe",
"PowerLineFrequency": 50,
"SamplingFrequency": 30000,
"SamplingFrequencyUnit": "Hz",
"Maintainer": "Charly C",
"SoftwareFilters": {
"LP_filter_1":{
"Half amplitude cutoff(Hz)": 0.0159,
"Roll-off":"6dB/Octave"
},
"LP_filter_2":{
"Half amplitude cutoff(Hz)": 0.1159,
"Roll-off":"9 dB/Octave"
}
}
}

0 comments on commit 669ff8b

Please sign in to comment.