@@ -211,11 +211,16 @@ def MoreInfo_6010(parms, countrate):
211211# 2D Model Square
212212m_twodsq6000 = [6000 , u"2D" , u"2D diffusion w/ square pinhole" ,
213213 CF_Gxy_TIR_square ]
214- labels_6000 = [u"D [10 µm²/s]" , u"σ [100 nm]" , "a [100 nm]" , u"C_2D [100 /µm²]" ]
214+ labels_6000 = [u"D [10 µm²/s]" ,
215+ u"σ [100 nm]" ,
216+ u"a [100 nm]" ,
217+ u"C_2D [100 /µm²]" ]
215218values_6000 = [0.054 , 2.3 , 7.5 , .6 ] # [D,lamb,NA,a,conc]
216219# For user comfort we add values that are human readable.
217220# Theese will be used for output that only humans can read.
218- labels_human_readable_6000 = [u"D [µm²/s]" , u"σ [nm]" , "a [nm]" ,
221+ labels_human_readable_6000 = [u"D [µm²/s]" ,
222+ u"σ [nm]" ,
223+ u"a [nm]" ,
219224 u"C_2D [1/µm²]" ]
220225values_factor_human_readable_6000 = [10 , 100 , 100 , 100 ]
221226valuestofit_6000 = [True , False , False , True ] # Use as fit parameter?
@@ -225,12 +230,18 @@ def MoreInfo_6010(parms, countrate):
225230# 3D Model TIR square
226231m_3dtirsq6010 = [6010 , u"3D" , "Simple 3D diffusion w/ TIR" ,
227232 CF_Gxyz_TIR_square ]
228- labels_6010 = [u"D [10 µm²/s]" , u"σ [100 nm]" ,"a [100 nm]" , "d_eva [100 nm]" ,
233+ labels_6010 = [u"D [10 µm²/s]" ,
234+ u"σ [100 nm]" ,
235+ u"a [100 nm]" ,
236+ u"d_eva [100 nm]" ,
229237 u"C_3D [1000 /µm³]" ]
230238values_6010 = [0.520 , 2.3 , 7.5 , 1.0 , .0216 ]
231239# For user comfort we add values that are human readable.
232240# Theese will be used for output that only humans can read.
233- labels_human_readable_6010 = [u"D [µm²/s]" , u"σ [nm]" , "a [nm]" , "d_eva [nm]" ,
241+ labels_human_readable_6010 = [u"D [µm²/s]" ,
242+ u"σ [nm]" ,
243+ u"a [nm]" ,
244+ u"d_eva [nm]" ,
234245 u"C_3D [1/µm³]" ]
235246values_factor_human_readable_6010 = [10 , 100 , 100 , 100 , 1000 ]
236247valuestofit_6010 = [True , False , False , False , True ]
0 commit comments