Sccala Photometry Interpolation
This is an example how to use the sccala-photometry-interpolation
module, which is a tool to interpolate photometry.
The easiest way to use this tool is via its CLI. Simply run
sccala-photometry-interpolation <snname> <instrument> <bands>
This should interpolate the photometry found for the given SN, instrument and bands. Per default, it will return interpolated data on the interval from 20 to 60 days after explosion with a 0.1 interval. Additional rules can be added via -r <rules-file>
But you can also achieve the same result using the functions provided by the package itself:
<TBD>