Sccala SCM
This is an example how to use the sccala-scm
module, which is the tool for standardising SNe and obtaining distance and/ or \(H_0\) values.
The easiest way to use this tool is via its CLI. Simply run
sccala-scm <data-file> <model> -l <log_dir>
This will fit a standardisation <model>
to the data given in the <data-file>
. The sampling results will be saved in the <log_dir>
.
But you can also achieve the same result using the functions provided by the package itself:
<TBD>