[001455] Icephys data using deprecated SweepTable #190
luiztauffer
started this conversation in
Dandiset issues
Replies: 2 comments
-
|
@luiztauffer - do you know if the inspector does not pick this up? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@satra nwbinspector doesn't seem to pick that up. It does pick up a lot of other problems in this dandiset, though. Example: from nwbinspector import inspect_dandi_file_path
dandiset_id = "001455"
dandi_file_path = "sub-1009188948/sub-1009188948_ses-1010665064_icephys.nwb"
messages = list(inspect_dandi_file_path(dandi_file_path=dandi_file_path, dandiset_id=dandiset_id))
for m in messages:
imp = m.importance.value
if imp > 0:
print(m.message) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dandiset 001455, although very recent, is storing intracellular data using the deprecated SweepTable instead of the current IntracellularRecordingsTable method.
Beta Was this translation helpful? Give feedback.
All reactions