agencyenterprise / neurotechdevkit

Neurotech Development Kit (NDK)
https://agencyenterprise.github.io/neurotechdevkit/
Apache License 2.0
115 stars 10 forks source link

Add interp dimension in nearest-neighbors interpolation to match linear interpolation #177

Closed charlesbmi closed 10 months ago

charlesbmi commented 10 months ago

Introduction

Bugfix: the beamform.py code expects an interp dimension, even though this is not added in the nearest-neighbors interpolation method

Changes

Behavior