Skip to content
Snippets Groups Projects
Commit 824a919e authored by whooie's avatar whooie
Browse files

tiny organizational edit

parent f178cb3c
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,13 @@ import re
from collections import defaultdict
from .plotdefs import Plotter, S, colormaps
from .dataio import fresh_filename
from .system import FLIR_DX as DEF_DX
from enum import IntEnum
H = 6.626070040e-34
C = 2.99792458e+8
KB = 1.38064852e-23
DEF_DX = 3.45 * 6 # pixel size for Flir Grasshopper [um]
class ImageLabel:
def __init__(self, label: str, savedir: Path | str=None):
self.label = label
......@@ -535,6 +534,7 @@ class DailyMeasurementData(ImagingData):
)
N.append(float(data["N"]))
elif "_pre_" in str(label):
continue
else:
print(f"[imaging] skip TOF temperature processing for"
f" improperly formatted label '{label}'")
......
......@@ -106,6 +106,7 @@ MAIN = Computer(
FLIR_SERIAL = "20328707"
FLIR = Grasshopper(FLIR_SERIAL)
FLIR_DX = 3.45 * 6 # pixel size for Flir Grasshopper [um]
MOGRF_COM = 3
MOGRF = MOGDriver("COM", MOGRF_COM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment