jrkerns / pylinac

An image analysis library for medical physics
MIT License
145 stars 94 forks source link

save_analyzed_image method for Field Analysis module #401

Closed jrenegar closed 2 years ago

jrenegar commented 2 years ago

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( )

jrkerns commented 2 years ago

Good catch. I never use those methods but will add.

jrenegar commented 2 years ago

I've found them useful in the QATrack server environment. Thanks!