Sccala Velocity Interpolation
This is an example how to use the sccala-velocity-interpolation
module, which is a tool to interpolate velocities and a/e values.
The easiest way to use this tool is via its CLI. Simply run
sccala-velocity-interpolation <snname> <line>
This should interpolate the velocities or a/e values found for the given SN and line/ feature. 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>