mirror of
https://github.com/nqrduck/nqrduck-measurement.git
synced 2024-11-09 11:50:01 +00:00
New branch with new formbuilder.
This commit is contained in:
parent
e14cc7b7ac
commit
ca74b16b5f
1 changed files with 1 additions and 6 deletions
|
@ -2,12 +2,7 @@
|
|||
|
||||
import sympy
|
||||
from nqrduck_spectrometer.base_spectrometer_model import BaseSpectrometerModel
|
||||
from nqrduck_spectrometer.pulseparameters import (
|
||||
FunctionOption,
|
||||
GaussianFunction,
|
||||
CustomFunction,
|
||||
Function,
|
||||
)
|
||||
from nqrduck.helpers.functions import Function, GaussianFunction, CustomFunctiony
|
||||
|
||||
# We implement the signal processing options as PulseParamterOptions because we can then easily use the automatic UI generation
|
||||
|
||||
|
|
Loading…
Reference in a new issue