|
40 | 40 | # ============================================================================= |
41 | 41 |
|
42 | 42 | std_list = [ |
43 | | - {'ID': 'Al','formula': 'Al', 'pos': (26.263,-21.261), 'sample_type': 'bulk', 'is_manual_meas' : False}, |
| 43 | + {'ID': 'Al','formula': 'Al', 'pos': (26.263,-21.261), 'sample_type': 'bulk'}, |
44 | 44 | # {'ID': 'Al2O3_prec_BM','formula': 'Al2O3', 'pos': (-38.829, 40.011), 'sample_type': 'powder', 'is_manual_meas' : False}, |
45 | | - {'ID': 'Pt','formula': 'Pt0.99 O0.1', 'pos': (), 'sample_type': 'bulk', 'els_to_use_for_mean_PB_calc' : ['all'],'is_manual_meas' : False}, |
| 45 | + {'ID': 'Pt','formula': 'Pt0.99 O0.1', 'pos': (), 'sample_type': 'bulk', 'els_to_use_for_mean_PB_calc' : ['all'],'is_manual_meas' : True}, |
46 | 46 | ] |
47 | 47 | # els_to_use_for_mean_PB_calc: elements to include as standards; default is ["all"] if sample is "bulk", None otherwise. (all elements/lines). Use ["Fe", "O"] for specific elements, []/["none"] for none. |
48 | 48 |
|
|
52 | 52 | working_distance = 8.5 #mm |
53 | 53 | is_auto_substrate_detection = False |
54 | 54 |
|
| 55 | +is_manual_meas = False # If True, all samples are measured in manual navigation mode. Set to False to use automatic navigation for all samples. This can be overridden on a per-sample basis by setting 'is_manual_meas' in the sample dict. |
| 56 | + |
55 | 57 | fit_during_collection= True |
56 | 58 | update_std_library = True |
57 | 59 | # If True, writes fitted corrected PB reference values into EDS_Stds_{voltage}keV.json. |
|
138 | 140 | spectrum_lims=spectrum_lims, |
139 | 141 | use_instrument_background=use_instrument_background, |
140 | 142 | min_bckgrnd_cnts=min_bckgrnd_cnts, |
| 143 | + is_manual_meas=is_manual_meas, |
141 | 144 | fit_during_collection= fit_during_collection, |
142 | 145 | update_std_library = update_std_library, |
143 | 146 | is_auto_substrate_detection=is_auto_substrate_detection, |
|
0 commit comments