Is your feature request related to a problem? Please describe.
The Field Analysis module doesn't seem to have the save_analyzed_image method that is common to other modules like CBCT, or Planar Imaging
Describe the solution you'd like
Add this method to Field Analysis, for consistency
Describe alternatives you've considered
Can work around by importing matplotlib.pyplot as plt and doing plt.savefig( )
Is your feature request related to a problem? Please describe. The Field Analysis module doesn't seem to have the save_analyzed_image method that is common to other modules like CBCT, or Planar Imaging
Describe the solution you'd like Add this method to Field Analysis, for consistency
Describe alternatives you've considered Can work around by importing matplotlib.pyplot as plt and doing plt.savefig( )