CONTENTS | GLOSSARY | SUBJECT INDEX | SEARCH DOCUMENTATION |
Simulations can be run in batch mode using a saved SpectraPLOT workspace. The command line arguments are:
-b Run in batch mode (required).
-i WORKSPACE Input location (required).
-o OUTPUT Name for the images and data sets (optional, defaults to workspace name).
-d OUTPUT_DIR The directory for the output files (optional, defaults to workspace directory, the directory must exist).
-x Overwrite existing data file (optional).
-data-only: Only save plot ascii data. No images will be produced.
-image-only: Only save plot images. No data ascii files will be produced.
-rescale-colorbar: Rescale colorbar for contour plots. Will rescale to the full plot's z-range, regardless of any x/y zooming.
-autoscale-axes: Rescale x and y axes for all line plots and contour plots.
-h Prints this help message.
For example:
-b -i /test_path/test_workspace.svw -o test_run -d /results_path -x
will produce an image file test_run_plot0.png and data file test_run_plot0.dat for each plot specified in workspace test_workspace.svw. The index after _plot will automatically increment for each plot.
If time gating is used: the naming convention will change to test_run_plotX_gate00Y.png (dat). X corresponds to the plot number in the workspace and Y is the gate number of the plot. If multiple gates are used for a single image, all gates will be plotted with the z-range which was showing in the gui when the workspace was saved, unless the -rescale-colorbar option is used.
Copyright © 2024 Prism Computational Sciences, Inc. | SPECT3D 20.5.0 |