| # !/bin/bash | |
| # Example usage of screenshot_helper.py for the tornado dataset, | |
| # which generates three views (front, side, diagonal) of screenshots for a given ParaView state file | |
| pvpython screenshot_helper.py --gs_state_path supernova/GS/supernova_gs.pvsm \ | |
| --gs_img_path supernova/GS \ | |
| --data_directory supernova/data \ | |
| # data_directory is needed to load the data files correctly, otherwise use the data path in the state file | |
| # --result_state_path tornado/results/tornado_result.pvsm \ | |
| # --result_img_path tornado/results \ |