Sccala Photometry

This is an example how to use the sccala-photometry module, which essentially is a tool to generate synthetic photometry from absolutely calibrated spectra.

The easiest way to use this tool is via its CLI. Simply run

sccala-photometry <synthetic_photometry_runnner_file> <filter_list>

This should generate synthetic photometry for every spectrum specified in the <synthetic_photometry_runner_file> together with some diagnostic plots.

But you can also achieve the same result using the functions provided by the package itself:

<TBD>