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

adjust ROI

parent fe8eea7e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import lib.dataio as io
H = 6.626070040e-34
C = 2.99792458e+8
ROI = [932, 729, 155, 125] # [x, y, w, h]
ROI = [978, 651, 127, 122] # [x, y, w, h]
ROI_s = (S[ROI[1]:ROI[1] + ROI[3]], S[ROI[0]:ROI[0] + ROI[2]])
DEF_DX = 3.45 # pixel size for Flir Grasshopper [um]
......
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