|
|
@ -125,7 +125,7 @@ class Ramses(object): |
|
|
|
# print( self.light_int ) |
|
|
|
# print( self.light_int ) |
|
|
|
|
|
|
|
|
|
|
|
def __CalibrateSpectrumData(self ,) : |
|
|
|
def __CalibrateSpectrumData(self ,) : |
|
|
|
t0 = 8092 |
|
|
|
t0 = 8192 |
|
|
|
log.debug(f" __CalibrateSpectrumData ..... ", __name__) |
|
|
|
log.debug(f" __CalibrateSpectrumData ..... ", __name__) |
|
|
|
|
|
|
|
|
|
|
|
raw = np.asarray(self.light_int, dtype=float) |
|
|
|
raw = np.asarray(self.light_int, dtype=float) |
|
|
|