report Flashcards
wo liegen die report python templates?
in ~/calibration_report/calibration_report
wo liegen die LaTeX report templates?
in ~/calibration_report/templates
where is the documentation for the report scripts?
Online, see bookmark or Wiki
how are LaTeX and python connected for the report scripts?
Through texreporting and all python report classes inheriting from it finally
what are all python report classes basically? And how does this affect their usage?
Dictionaries. Thus all their inputs need to be defined by name, and “with defaults() is handed to them”. Defaults can also be set in the make.py
what function makes all local variables members in python and why do we need it in the report scripts?
self.update(locals())
it makes all variables passed to it available to the latex template
what is the workflow for creating reports
- do BEFORE starting proper parid:
- copy current template report from ~/calibration_report
- create all necessary chapters
- comment out all chapters but one
- get that chapter to work, with parid, etc
- uncomment next chapter
- …
how does one properly finish up a report
- make sure ROBX values are the same as when running recalsys-par8s. Put these values into report.
- Copy all devices and parids to IEPC
- let customer rerun calculation recal step