This commit is contained in:
root
2024-02-02 10:01:41 +01:00
parent 9e760adf67
commit d5c19462cb
33 changed files with 459 additions and 158 deletions

View File

@@ -11,7 +11,7 @@ import numpy as np
_logger = getLogger(__name__)
# Alvra spectral encoder constants/waveforms
px2fs = 2.1 # calibration from ...
px2fs = 2.152 # calibration from ...
#lambdas = 528.34 + 0.0261*np.arange(0,2048) # calibration from 2021-10-06
lambdas = np.linspace(504.17385, 608.07410, num=2048) # calibration from 2023-04-25
#lambdas = np.linspace(510.57796, 628.63459, num=2048) # calibration from 2022-05-18