spyglass icon indicating copy to clipboard operation
spyglass copied to clipboard

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF

Results 125 spyglass issues
Sort by recently updated
recently updated
newest added

WIP: adding pytests that require video

Currently, [AbstractGraph](https://github.com/LorenFrankLab/spyglass/blob/master/src/spyglass/utils/dj_graph.py#L151-L159) throws an error when it cannot find a table. It's possible that this table may not be in Spyglass. The error message could suggest users [spawn missing classes](https://datajoint.com/docs/core/datajoint-python/0.14/api/datajoint/__init__/#datajoint.schemas.Schema.spawn_missing_classes)...

enhancement
infrastructure

# Description Partial steps for #861 - Step (3) - makes new table `DandiPath` - tracks translations between analysis file name and renamed path in a dandiset - has method...

# Description related to #979 This is the logic of creating lab member and lab team upon NWB ingestion: 1. Read `experimenter` field from the nwb file, which contains names...

**Is your feature request related to a problem? Please describe.** - In the current implementation of `AnalysisNwbfile.create()` the new nwb inherits the object id of both the nwb file and...

bug
enhancement

the goal is to generate a list of candidate pairs of clusters for manual burst merging. the attached notebook has the code that generates the metrics for similarity between all...

enhancement
spike sorting

After merge of #875, we'll need to check the export notebook on the hhmi hub. We may need to edit the dj-config to specify the export dir as a user-specific...

## Process While writing pytests, I noticed quite a few funcs that were copies of methods shared across tables, both across different versions of a pipeline and across different pipelines....

enhancement

## Process Using a sql command, I fetched tables with no rows, as recorded in the info schema. Some weren't actually empty, so I narrowed down the list by fetching...

Database

- `AnalysisNwbfileLog` has a field for `full_table_name` set to 64. - '`position_v1_dlc_cohort`.`__d_l_c_smooth_interp_cohort__body_part`' is 66 chars - Either the insert should truncate the table name or the field should be altered

common