Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this check is missing #462

Merged
merged 3 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/best_practices/image_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ an external file. That is, the file should be packaged together with the nwb fil
This can be accomplished by using the ``external_file`` file option to store the path instead. This is preferred for
videos because it allows the usage of video compression codecs that are lossy and highly optimized for such videos.

Check function: :py:meth:`~nwbinspector.checks.check_image_series_too_large`
Check function: :py:meth:`~nwbinspector.checks.image_series.check_image_series_data_size`


Use internal dataset for videos of neurophysiological data
Expand Down
Loading