We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97c875 commit da85fc1Copy full SHA for da85fc1
src/ms_stim_analysis/AnalysisTables/place_fields.py
@@ -441,6 +441,10 @@ def fetch1_dataframe(self) -> pd.DataFrame:
441
return nwb[0]["coverage"]
442
443
444
+"""
445
+Not used in final paper, but could be useful for future analyses
446
+Commenting out for now to avoid errors on declaration in Docker container
447
+
448
@schema
449
class DecodesToCoveredTrackSelection(SpyglassMixin, dj.Manual):
450
definition = """
@@ -506,3 +510,4 @@ def fetch_intervals(self, key={}):
506
510
for s, e in zip(start, end):
507
511
intervals.append([time[s], time[e]])
508
512
return np.array(intervals)
513
0 commit comments