What would you like to see added to the NWBInspector?
Flag when the total duration of spike times in a Units table is suspiciously short (e.g., 7.32 seconds), which may indicate that spike times were stored in sample indices rather than seconds.
Sub-issue of #677.
Pseudocode or other logic of the check
Compare the duration of spike times against the TimeSeries durations in the NWBFile. If the spike times duration is much shorter than the recording duration, flag it.
Do you have any interest in helping implement the check function?
Yes.
Code of Conduct