Skip to content

v0.2.0

Latest

Choose a tag to compare

@oliche oliche released this 30 Jun 20:01

What's new

  • 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.