bilby_pipe_plot
Command line interface for plotting result
There are additional executables to generate specific plots
bilby_pipe_plot_corner
bilby_pipe_plot_skymap
bilby_pipe_plot_calibration
bilby_pipe_plot_marginal
bilby_pipe_plot_waveform
bilby_pipe
plotting utilities
usage: bilby_pipe_plot [-h] --result RESULT [--calibration] [--corner]
[--marginal] [--skymap] [--waveform] [--outdir OUTDIR]
[--format FORMAT]
Named Arguments
- --result
The result file
- --calibration
Generate calibration plot
Default:
False
- --corner
Generate corner plots
Default:
False
- --marginal
Generate marginal plots
Default:
False
- --skymap
Generate skymap
Default:
False
- --waveform
Generate waveform
Default:
False
- --outdir
The directory to save the plots in
- --format
Format for making bilby_pipe plots, can be [png, pdf, html]. If specified format is not supported, will default to png.
Default:
'png'