Ultrasonic Calibration (Gating Algorithm)
Here is an example gate_config.json file:
{
"gating_config": {
"autogain_max_ampl": 0.7,
"find_gate_relative_to_first_interface": false,
"gate_duration": "5us",
"gate_offset": "400ns",
"interface2_offset": "500ns",
"search_begin": "5us",
"search_window_initial_gain": 1.0,
"search_window_size": "15us"
},
"gating_tolerance": {
"cap_begin_tolerance": "12ns",
"cap_end_tolerance": "12ns",
"repeat_times": 3,
"time_between_checks": "20ms"
}
}
hinweis
gate_duration is not relevant in many applicatation, as this is often made obsolete because the A-Scan length is determined by the stack size.
It is recommended to use these settings, but below are some tips to change them yourself.