You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For LFP, I am trying to handle if the probes were started at different times. I see a sampling rate, but no starting time. Contrast this with ephys.EphysRecording which has a recording_datetime field. For LFP, I see lfp_time_stamps, but the ones I can find start at 0, and it’s unclear whether this is time wrt the start of the LFP recording or the start of the session. recording_datetime is the same for both probes in the example data, so that is consistent with the lfp time stamps being aligned, but it is unclear to me how it would be reflected in the data if the recordings started at different times. Would the lfp_time_stamps reflect this by having one of them not start at 0? Or would I be expected to infer the difference in start time by looking up the recording_datetime from the same probe and session in the ephys.EphysRecording table?
The text was updated successfully, but these errors were encountered:
For LFP, I am trying to handle if the probes were started at different times. I see a sampling rate, but no starting time. Contrast this with
ephys.EphysRecording
which has arecording_datetime
field. For LFP, I seelfp_time_stamps
, but the ones I can find start at 0, and it’s unclear whether this is time wrt the start of the LFP recording or the start of the session.recording_datetime
is the same for both probes in the example data, so that is consistent with the lfp time stamps being aligned, but it is unclear to me how it would be reflected in the data if the recordings started at different times. Would thelfp_time_stamps
reflect this by having one of them not start at 0? Or would I be expected to infer the difference in start time by looking up therecording_datetime
from the same probe and session in theephys.EphysRecording
table?The text was updated successfully, but these errors were encountered: