apps.plot_cls_covΒΆ
Simple Python code to plot a set of cls covariance.
The CosmicFish Cls Fisher matrix calculator outputs Cls covariance files and this Python script plots them.
The ouput will be a pdf file with the plot.
Invoking the help option plot_cls_cov.py -h
will result in:
usage: plot_cls_cov.py [-h] [-o OUTROOT] [-l LABELS [LABELS ...]] [-v] [-q]
files [files ...]
Cls covariance plotter
positional arguments:
files a list of files with Cls covariances
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.
-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.