From 106c550f09376b81202ef5dde7e854e75dad63ad Mon Sep 17 00:00:00 2001 From: James Alexander Clark Date: Tue, 28 Jul 2020 18:12:15 -0400 Subject: [PATCH] add a title to the output description page --- doc/bayeswave-output.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/bayeswave-output.md b/doc/bayeswave-output.md index f4a4001..670a1ba 100644 --- a/doc/bayeswave-output.md +++ b/doc/bayeswave-output.md @@ -1,3 +1,4 @@ +# Understanding Output Data BayesWave stores its output in `outputDir`, provided by the user. If using through condor on the LDG, the progress of the run can be monitored through `logs/BayesWave_*out` where you can find the current iteration. Once the run is complete, the typical content of `outputDir` includes: @@ -39,4 +40,4 @@ It is probably not advisable to run with this flag on the LDG as it produces a l 6. `evidence.dat` contains the evidence (and standard deviation) per model, while files such as `model_evidence.dat` contain various pieces that go into the evidence calculations (such as temperatures and likelihoods per chain). -7. A `plots/` directory that holds the output plots from `megaplot`. \ No newline at end of file +7. A `plots/` directory that holds the output plots from `megaplot`. -- GitLab