Skip to content

Commit 669ff8b

Browse files
Fixed JSON, better indentation
Co-authored-by: Yaroslav Halchenko <[email protected]>
1 parent ca1d69b commit 669ff8b

File tree

2 files changed

+28
-30
lines changed

2 files changed

+28
-30
lines changed
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"InstitutionName": "Institute XY",
3-
"Location": "Somewhere on the globe",
4-
"PowerLineFrequency": 50,
5-
"SamplingFrequency": 30000,
6-
"SamplingFrequencyUnit": "Hz",
7-
"Maintainer": "Charly C",
8-
"SoftwareFilters": {
9-
"LP_filter_1":{
10-
"Half amplitude cutoff(Hz)": 0.0159,
11-
"Roll-off":"6dB/Octave"
12-
},
13-
"LP_filter_2":{
14-
"Half amplitude cutoff(Hz)": 0.1159,
15-
"Roll-off":"9 dB/Octave"
16-
}
2+
"InstitutionName": "Institute XY",
3+
"Location": "Somewhere on the globe",
4+
"PowerLineFrequency": 50,
5+
"SamplingFrequency": 30000,
6+
"SamplingFrequencyUnit": "Hz",
7+
"Maintainer": "Charly C",
8+
"SoftwareFilters": {
9+
"LP_filter_1":{
10+
"Half amplitude cutoff(Hz)": 0.0159,
11+
"Roll-off":"6dB/Octave"
12+
},
13+
"LP_filter_2":{
14+
"Half amplitude cutoff(Hz)": 0.1159,
15+
"Roll-off":"9 dB/Octave"
1716
}
1817
}
1918
}
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"InstitutionName": "Institute XY",
3-
"Location": "Somewhere on the globe",
4-
"PowerLineFrequency": 50,
5-
"SamplingFrequency": 30000,
6-
"SamplingFrequencyUnit": "Hz",
7-
"Maintainer": "Charly C",
8-
"SoftwareFilters": {
9-
"LP_filter_1":{
10-
"Half amplitude cutoff(Hz)": 0.0159,
11-
"Roll-off":"6dB/Octave"
12-
},
13-
"LP_filter_2":{
14-
"Half amplitude cutoff(Hz)": 0.1159,
15-
"Roll-off":"9 dB/Octave"
16-
}
2+
"InstitutionName": "Institute XY",
3+
"Location": "Somewhere on the globe",
4+
"PowerLineFrequency": 50,
5+
"SamplingFrequency": 30000,
6+
"SamplingFrequencyUnit": "Hz",
7+
"Maintainer": "Charly C",
8+
"SoftwareFilters": {
9+
"LP_filter_1":{
10+
"Half amplitude cutoff(Hz)": 0.0159,
11+
"Roll-off":"6dB/Octave"
12+
},
13+
"LP_filter_2":{
14+
"Half amplitude cutoff(Hz)": 0.1159,
15+
"Roll-off":"9 dB/Octave"
1716
}
1817
}
1918
}

0 commit comments

Comments
 (0)