Sccala Linefit
This is an example how to use the sccala-linefit
module, which is a tool to fit absorption and emission profiles to spectra.
The easiest way to use this tool is via its CLI. Simply run
sccala-photometry <linefit_runnner_file>
This should fit a line profile for every spectrum and feature specified in the <linefit_runner_file>
together with some diagnostic plots.
But you can also achieve the same result using the functions provided by the package itself:
<TBD>