File size: 546 Bytes
3cb1822 d723753 3cb1822 e08090b 3cb1822 d723753 | 1 2 3 4 5 6 7 8 9 | # !/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 \ |