airforce#
- optika.targets.airforce(axis_x, axis_y, num_x=1000, num_y=1000)[source]#
A 1951 USAF resolution test target used for testing the performance of optical systems.
- Parameters:
- Return type:
Examples
Load and display the test target
import matplotlib.pyplot as plt import named_arrays as na import optika # Load the test target target = optika.targets.airforce("x", "y") # Display the test target fig, ax = plt.subplots(constrained_layout=True) na.plt.pcolormesh(C=target);
References to
optika.targets.airforce