Also:
Closed #76 by moving parameter csv creation out of fit(), changed color of resonance star in plot (#183) and set it to go on top in the side graphs, removed x and y lims to accommodate high asymmetry fits, Fixed #177, moved linting to occur after testing.
plotType = # options include 'pdf', 'png', 'svg', or None if you do not want to plot.
output_params, conf_array, error, init = my_resonator.fit(plotType) # Default is 'pdf'
Also: Closed #76 by moving parameter csv creation out of fit(), changed color of resonance star in plot (#183) and set it to go on top in the side graphs, removed x and y lims to accommodate high asymmetry fits, Fixed #177, moved linting to occur after testing.