/spectacoular

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

python-version

SpectAcoular

Documentation:https://acoular.github.io/spectacoular/
User forum:https://groups.google.com/g/acoular-users

sphinx/_static/poster.png

Quick Start

SpectAcoular is available on conda. In the command line, type

$ conda install -c acoular spectacoular

This will install SpectAcoular in your Anaconda Python environment and make the SpectAcoular library available from Python. In addition, this will install all dependencies (those other packages mentioned above) if they are not already present on your system.

To verify your installation, one can run one of the pre-build interactive applications (e.g. MicGeomExample app). To do so, navigate to the spectacoular/apps folder and type the following command in a dedicated console (e.g. shell)

$ bokeh serve --show MicGeomExample

A new window should appear in the browser running the application.