Separate calls are made to zoom_gauss_plot() for "Single", "Balmer", and "Oxy2". However, they are identical calls. These specific if statements can now be simplified since zoom_gauss_plot handles diffferent line_type.
This can be implemented as part of release v0.10.0 after feature/57_logging is merged
Separate calls are made to
zoom_gauss_plot()
for "Single", "Balmer", and "Oxy2". However, they are identical calls. These specific if statements can now be simplified sincezoom_gauss_plot
handles diffferentline_type
.This can be implemented as part of release v0.10.0 after
feature/57_logging
is merged