Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpnTec/open-spectrometer-python
/ functions
Functions
12 in github.com/OpnTec/open-spectrometer-python
⨍
Functions
12
◇
Types & classes
1
↓ 3 callers
Function
getSpectrum_PNG
From a PNG file taken with spectralworkbench extracts a spectrum. Each channel's spectrum is calculated as column mean for the whole p
source/analyse.py:51
↓ 2 callers
Function
normalise
(spectrumIn)
source/analyse.py:117
↓ 1 callers
Method
_start_icg_clock
(self)
TCD1304.py:58
↓ 1 callers
Method
_start_master_clock
(self)
TCD1304.py:66
↓ 1 callers
Method
_start_sh_clock
(self)
TCD1304.py:72
↓ 1 callers
Function
calcAbs
(reference, sample)
source/analyse.py:129
↓ 1 callers
Function
getSpectrumPNG
From a PNG file taken with spectralworkbench extracts a spectrum. Each channel's spectrum is calculated as column mean for the whole picture
source/calibrate.py:20
↓ 1 callers
Method
poweron
Turn TCD1304 on.
TCD1304.py:50
Method
__init__
( self, device: SerialHandler = None, integration_time: float = 10e-6, mas
TCD1304.py:32
Function
getSpectrum_CSV
From a CSV file containing the serie of measurements, splits the values and returns them as a list, the spectrum
source/analyse.py:94
Method
poweroff
Turn TCD1304 off.
TCD1304.py:54
Method
read_signal
Start the ICG clock and read the analog output from the TCD1304.
TCD1304.py:75