0. NQRduck Setup Tutorial 🦆#
Introduction#
If you have already followed the installation instructions, you can skip this tutorial. Just make sure you have the modules from point 5 installed. This Tutorial gives a short overview of how to setup the NQRduck program. The NQRduck program is a collection of different modules that can be installed separately. The core program is the main entry point and provides a user interface to access the different modules.
Requirements#
Python 3.10+
pip
virtualenv
About 600MB of free storage space
Steps (Linux)#
Install the specified requirements.
Create a virtual environment and activate it:
python -m venv venv . venv/bin/activate
You can now install the NQRduck core program:
pip install nqrduck
Run the program with
nqrduck. This should open up a window with the NQRduck program.The install wizard for different modules should open up. Install the
nqrduck-spectrometer,nqrduck-spectrometer-limenqr,nqrduck-pulseprogrammerandnqrduck-measurementsmodules. You can also install other modules if you like.You can switch between different modules with the toolbar. The installed modules should be
MeasurementandSpectrometer. You can also check all available modules by openingHelp -> About Modules.If you don’t like how the program looks, you can change the appearance in
Settings -> Preferences. Settings are saved and restored on the next start. Updating of the plot font size requires a restart of the program.Continue the tutorial with the NQRduck Simulator Tutorial.