Skip to content

Commit 5c76e80

Browse files
committed
Fixed issue with model data spectrogram windowing
1 parent ed8557a commit 5c76e80

File tree

6 files changed

+9870
-87
lines changed

6 files changed

+9870
-87
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ conf/**/*credentials*
1212
# ignore everything in the following folders
1313
data/**
1414
logs/**
15+
data
1516

1617
# except their sub-folders
1718
!data/**/

conf/base/catalog.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
# format: png
7373
# layer: reporting
7474

75-
# center_out_curated_states_pkl:
76-
# type: PartitionedDataSet
77-
# dataset:
78-
# type: pickle.PickleDataSet
79-
# backend: joblib
80-
# save_args:
81-
# compress: 3
82-
# path: data/03_primary/CC01/ccCenterOut/curated_states
83-
# filename_suffix: ".lz4"
84-
# layer: primary
75+
center_out_curated_states_pkl:
76+
type: PartitionedDataSet
77+
dataset:
78+
type: pickle.PickleDataSet
79+
backend: joblib
80+
save_args:
81+
compress: 3
82+
path: data/03_primary/CC01/ccCenterOut/curated_states
83+
filename_suffix: ".lz4"
84+
layer: primary
8585

8686
# center_out_extracted_pkl:
8787
# type: PartitionedDataSet
@@ -137,16 +137,16 @@
137137
# filename_suffix: ".pkl"
138138
# layer: primary
139139

140-
# center_out_spectrogram_std_pkl:
141-
# type: PartitionedDataSet
142-
# dataset:
143-
# type: pickle.PickleDataSet
144-
# backend: joblib
145-
# save_args:
146-
# compress: 3
147-
# path: data/03_primary/CC01/ccCenterOut/spectrograms_std
148-
# filename_suffix: ".lz4"
149-
# layer: primary
140+
center_out_spectrogram_std_pkl:
141+
type: PartitionedDataSet
142+
dataset:
143+
type: pickle.PickleDataSet
144+
backend: joblib
145+
save_args:
146+
compress: 3
147+
path: data/03_primary/CC01/ccCenterOut/spectrograms_std
148+
filename_suffix: ".lz4"
149+
layer: primary
150150

151151
center_out_model_spectrogram_std_pkl:
152152
type: PartitionedDataSet

data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/mnt/shared/sshah/decoding_pipeline/data
1+
/mnt/shared/corticom/ssah/decoding_pipeline/data

0 commit comments

Comments
 (0)