-------------------
- Hotfix to accommodate change in padding computation in ppxf>=6.7.15
- Fixed units bug in `flux_to_fnu`
- Allow emission-line moment, modeling, and spectral-index keys to be
None, meaning that the DAP only fits the stellar kinematics but still
produces the MAPS and LOGCUBE files.
- Fixed bug in templates when using iteration_mode = 'global_template'
- Change from `time.clock()` to `time.perf_counter()`
- Bug fix in record array dimensionality when writing to binary table
- Minor plotting changes for Overview paper plots
- Added a channel with R in h^-1 kpc to both the spaxel and bin
elliptical-coordinate extensions
- Remove MASKNAME header keyword inherited from DRP files
- Added continuum measurements for both emission-line moments and
spectral indices to MAPS files
- Add model spectral indices to the MAPS files
- Added new emission lines to parameter and bandpass database files
- Added beta version of hierarchically clustered MaStar templates
- Fixed masking of emission-line chi-square measurements
- Adjusted fixed flux ratio of doublets based on improved calculation:
`(M1_1+E2_1)/(M1_2+E2_2) * L_2/L_1`, where `M1` and `E2` are the
magnetic dipole and electric quadrapole Einstein A coefficients and
`L` is the line wavelength. The Einstein A coefficients are all
taken from NIST, except for the OII 7320,7330 complext (two doublets)
which use the values from Zeippen (1987), A&A, 173, 410. In all but
this OII 7320,7330 complex, the magnetic dipole term dominates such
that the electric quadrapole terms are effectively irrelevant.
- Added a script that computes the weights used during the `ppxffit_qa`
plot construction.