A research repo for the NDK (Neurotech Development Kit) project
Project description
Neurotech Development Kit (NDK) Research
Exploring the Repository
The NDK API was developed with easy-of-use in mind, and 3 lines of code is all you need to run a simulation:
import neurotechdevkit as ndk
scenario = ndk.make('scenario-2-2d-v0')
result = scenario.simulate_steady_state()
... and one line to see the results!
result.render_steady_state_amplitudes()
Setup
neurotechdevkit
requires Python >=3.9
and <3.11
to be installed. You can find which Python version you have installed by running python --version
in a terminal. If you don't have Python installed, or you are running an unsupported version, you can download it from python.org. Python environment managers like pyenv, conda, and poetry are all perfectly suitable as well.
You can install the package using:
pip install neurotechdevkit
And then you must install stride using:
pip install git+https://github.com/trustimaging/stride
Development
See our contribution requirements for more information on how to install the package locally using poetry and on how to contribute.
A Makefile is provided to assist with common commands such as linting and running unit tests.
$ make lint
$ make test
See the Makefile for other commands.
Acknowledgements
Thanks to Fred Ehrsam for supporting this project, Quintin Frerichs and Milan Cvitkovic for providing direction, and to Sumner Norman for his ultrasound and neuroscience expertise. Thanks to Stride for facilitating ultrasound simulations, Devito for providing the backend solver, Napari for great 3D visualization, and to Jean-Francois Aubry, et al. for the basis of the simulation scenarios.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for neurotechdevkit-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aea69812344d616d8ef99fd6e5ea8fa8a07fb4d1da34d8ecc538bd65b48c423 |
|
MD5 | 1f8536e241195dd7cd213ce3c72d861e |
|
BLAKE2b-256 | 4133cf86f3886d10278bb53198e57b8863879901da656742e9ce9fac1d95f700 |