diff --git a/src/spyglass/common/common_device.py b/src/spyglass/common/common_device.py index eea15b638..7c637ea2d 100644 --- a/src/spyglass/common/common_device.py +++ b/src/spyglass/common/common_device.py @@ -367,7 +367,7 @@ class Probe(dj.Manual): probe_id: varchar(80) # a unique ID for this probe & dynamic config --- -> ProbeType # Type of probe, selected from a controlled list - -> [nullable] DataAcquisitionDevice # the data actwquisition device used + -> [nullable] DataAcquisitionDevice # the data acquisition device used contact_side_numbering: enum("True", "False") # Facing you when numbering """ diff --git a/src/spyglass/common/common_filter.py b/src/spyglass/common/common_filter.py index 12f0914ef..10a86c825 100644 --- a/src/spyglass/common/common_filter.py +++ b/src/spyglass/common/common_filter.py @@ -34,14 +34,14 @@ class FirFilterParameters(dj.Manual): filter_sampling_rate: int # sampling rate for this filter --- filter_type: enum("lowpass", "highpass", "bandpass") - filter_low_stop = 0: float # lowest freq for stop band for low filt - filter_low_pass = 0: float # lowest freq for pass band of low filt - filter_high_pass = 0: float # hi'est freq for pass band for high filt - filter_high_stop = 0: float # hi'est freq for stop band of high filt - filter_comments: varchar(2000) # comments about the filter - filter_band_edges: blob # numpy array of filter bands - # redundant with individual parameters - filter_coeff: longblob # numpy array of filter coefficients + filter_low_stop = 0: float # lowest freq for stop band for low filt + filter_low_pass = 0: float # lowest freq for pass band of low filt + filter_high_pass = 0: float # highest freq for pass band for high filt + filter_high_stop = 0: float # highest freq for stop band of high filt + filter_comments: varchar(2000) # comments about the filter + filter_band_edges: blob # numpy array of filter bands + # redundant with individual parameters + filter_coeff: longblob # numpy array of filter coefficients """ def add_filter(