Home
last modified time | relevance | path

Searched refs:iso_low (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CameraITS/utils/
Dcapture_read_noise_utils.py41 def save_read_noise_data_as_csv(read_noise_data, iso_low, iso_high, file, argument
58 lambda x: x[0]['iso'] >= iso_low and x[0]['iso'] <= iso_high,
87 offset_a, offset_b = get_read_noise_coefficients(results, iso_low, iso_high)
92 def plot_read_noise_data(read_noise_data, iso_low, iso_high, file_path, argument
115 lambda x: x[0]['iso'] >= iso_low and x[0]['iso'] <= iso_high,
124 iso_sq_values = np.linspace(iso_low**2, iso_high**2, _LINEAR_FIT_NUM_SAMPLES)
128 filtered_data, iso_low, iso_high
165 x_ticks = np.linspace(iso_low**2, iso_high**2, _PLOT_AXIS_TICKS)
230 def get_read_noise_coefficients(read_noise_data, iso_low=0, iso_high=1000000): argument
245 lambda x: x[0]['iso'] >= iso_low and x[0]['iso'] <= iso_high,