Skip to content

test report

satorchi edited this page Mar 30, 2019 · 1 revision

Generate a TES I-V test report

make_iv_tex_report()

This method will generate a LaTeX source file which will include a summary table of all TES I-V curves and plots of each one. There will also be a plot of all the TES, each in its corresponding location on the focal plane (see plot_iv_physical_layout() in the Plotting section). All the plots should be generated before running pdflatex on this file. To make things easier, use the method make_iv_report() described below.

make_iv_report()

This method will generate all that is necessary to make the test report. This includes running the filter if not already done, generating all the required plots, generating the LaTeX source file, and compiling the LaTeX file with pdflatex. The result is a PDF document of around 70 pages, with all the information mentioned in make_iv_tex_report() described above.

Clone this wiki locally