from pylinac import PicketFence
pf = PicketFence.from_demo_image()
pf.analyze(tolerance=0.15, action_tolerance=0.03)
pf.plot_analyzed_image()