sdynpy.doc.sdynpy_latex.create_latex_summary

create_latex_summary(figure_basename, geometry, shapes, frfs, output_file=None, figure_basename_relative_to_latex=None, max_shapes=None, max_frequency=None, frequency_format='{:0.1f}', damping_format='{:0.2f}\\%', cmif_kwargs={'part': 'imag', 'tracking': None}, cmif_subplots_kwargs={}, mac_subplots_kwargs={}, mac_plot_kwargs={}, geometry_plot_kwargs={}, shape_plot_kwargs={}, save_animation_kwargs={'frames': 20}, latex_cmif_graphics_options='width=0.7\\linewidth', latex_mac_graphics_options='width=0.5\\linewidth', latex_shape_graphics_options='width=\\linewidth,loop', latex_shape_subplot_options='[t]{0.45\\linewidth}', latex_max_figures_per_page=6, latex_max_figures_first_page=None, latex_cmif_caption='Complex Mode Indicator Function showing experimental data compared to modal fitting.', latex_cmif_label='fig:cmif', latex_mac_caption='Auto Modal Assurance Criterion Plot showing independence of fit mode shapes.', latex_mac_label='fig:mac', latex_shape_subcaption='Shape {number:} at {frequency:} Hz, {damping:}\\ damping', latex_shape_sublabel='fig:shape{:}', latex_shape_caption='Mode shapes extracted from test data.', latex_shape_label='fig:modeshapes', latex_shape_table_columns='lllp{3.5in}', latex_shape_table_caption='List of modes extracted from the test data.  Modal parameters are shown along with a brief description of the mode shape.', latex_shape_table_label='tab:modelist')[source]