apps.compare_cls_covΒΆ
Simple Python code to compare two cls covariance.
The CosmicFish Cls Fisher matrix calculator outputs Cls covariance files and this Python script compares two of them.
The ouput will be a pdf file with the plot.
Invoking the help option compare_cls_cov.py -h
will result in:
usage: compare_cls_cov.py [-h] [-o OUTROOT] [-l LABELS [LABELS ...]] [-v] [-q]
files files
Cls covariance comparison plotter
positional arguments:
files two files with the Cls covariances to compare
optional arguments:
-h, --help show this help message and exit
-o OUTROOT, --outroot OUTROOT
path and name of the output file
-l LABELS [LABELS ...], --label LABELS [LABELS ...]
set the labels for the legend. If empty will use the
file names.
-f, --filling whether to fill the curves. Default does not fill.
-v, --version show program's version number and exit
-q, --quiet decides wether something gets printed to screen or not
Developed by Marco Raveri (mraveri@sissa.it) for the CosmicFish code.