Searched defs:matplotlib (Results 1 - 20 of 20) sorted by relevance

/pdk/apps/CameraITS/tests/
H A Dtest_blc_lsc.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
87 fig = matplotlib.pyplot.figure()
92 matplotlib.pyplot.savefig("%s_plot_means_center.png" % (NAME))
94 fig = matplotlib.pyplot.figure()
99 matplotlib.pyplot.savefig("%s_plot_means_corner.png" % (NAME))
H A Dtest_param_color_correction.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
98 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_param_edge_mode.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
H A Dtest_param_exposure_time.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
64 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_param_exposure_time_burst.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
H A Dtest_param_flash_mode.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
H A Dtest_param_noise_reduction.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
88 matplotlib.pyplot.savefig("%s_plot_variances.png" % (NAME))
H A Dtest_param_sensitivity.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
71 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_param_sensitivity_burst.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
H A Dtest_3a_remote.py22 import matplotlib.pyplot namespace
H A Dtest_black_level.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
90 matplotlib.pyplot.savefig("%s_plot_histograms.png" % (NAME))
H A Dtest_black_white.py25 import matplotlib namespace
26 import matplotlib.pyplot namespace
69 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_exposure.py21 import matplotlib namespace
22 import matplotlib.pyplot namespace
60 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_latching.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
72 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_linearity.py25 import matplotlib namespace
26 import matplotlib.pyplot namespace
104 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
H A Dtest_param_black_level_lock.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
68 matplotlib.pyplot.savefig("%s_plot_histograms.png" % (NAME))
H A Dtest_predicted_burst.py20 import matplotlib namespace
21 import matplotlib.pyplot namespace
H A Dtest_predicted_wb.py22 import matplotlib.pyplot namespace
H A Dtest_capture_result.py22 import matplotlib.pyplot namespace
75 fig = matplotlib.pyplot.figure()
84 matplotlib.pyplot.savefig("%s_plot_lsc_%s.png" % (NAME, name))
/pdk/apps/CameraITS/pymodules/its/
H A Dimage.py15 import matplotlib namespace
16 matplotlib.use('Agg')

Completed in 56 milliseconds