Features¶
This directory contains a series of explainers on tools that have been added to Spyglass.
- Analysis File Tables - Guide to creating and managing analysis NWB files.
- Export - How to export an analysis.
- FigURL - How to use FigURL to share figures.
- Merge Tables - Tables for pipeline versioning
- Mixin - Spyglass-specific functionalities to DataJoint tables, including fetching NWB files, long-distance restrictions, and permission checks on delete operations.
- Interval - The
Intervalclass for creating, combining, and querying time windows. Includes migration from deprecatedinterval_list_*functions. - Populate - Tri-part make pattern for long-running
computations. Includes migration from deprecated
_use_transaction = False.