4. PostMØD (mod_post
)¶
The post processor, mod_post
, is used for compiling figures and a summary document
of the data in the out/
folder. As default it is automatically invoked by the
wrapper script.
The script does the following:
Clear the folder
summary
. If it does not exist, it is created.Source the file
out/post.sh
and createsummary/Makefile
.Run
make -f summary/Makefile all
(with a few more arguments). The Makefile will compile figures and generate a Latex file. A master Latex docuemnt is compiled tosummary/summary.pdf
. The master document includes the generated Latex file.
4.1. Usage¶
mod_post [options]
4.2. Useful API References¶
The API of libMØD and PyMØD includes functionality for injecting code and modifying the behaviour of PostMØD and generated summaries. See libMØD (Misc.h) and PyMØD (Misc) for the documentation of these functions.