You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brain location annotations: LFPackReader.channels and LFPackReader.channels_full expose per-channel MNI coordinates (x/y/z), Allen CCF structure IDs (atlas_id), and brain region acronyms. Fields are optional — the properties work on any existing file without annotations.
Binned reads respect brain regions: channels aggregates coordinates by mean and brain region by mode when using bin_channels.
Embed at compression time: compress_to_h5 now accepts a channels= dict to store brain location data alongside the compressed traces.
Updated BWM how-to screenshot showing brain region colour bar.