astrochun / Zcalbase_gal

Python 3.x codes for Metallicity Calibration Database for galaxies (Zcalbase-gal)
2 stars 0 forks source link

Refactor zoom_gauss_plot calls in zoom_and_gauss_general module #66

Closed astrochun closed 3 years ago

astrochun commented 3 years ago

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