mirror of
https://github.com/nqrduck/nqrduck-spectrometer.git
synced 2024-12-22 08:17:49 +00:00
Added logger.
This commit is contained in:
parent
4b89719f67
commit
0611569b57
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
|
import logging
|
||||||
from nqrduck.helpers.signalprocessing import SignalProcessing as sp
|
from nqrduck.helpers.signalprocessing import SignalProcessing as sp
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class Measurement():
|
class Measurement():
|
||||||
"""This class defines how measurement data should look.
|
"""This class defines how measurement data should look.
|
||||||
It includes pulse parameters necessary for further signal processing.
|
It includes pulse parameters necessary for further signal processing.
|
||||||
|
|
Loading…
Reference in a new issue