Graphics Layout Size

The graphics layout size can be controlled during both interactive and batch mode operation of AcuFieldView.

The default image size (no command line argument) running interactively and running in batch mode will not be the same due to window decoration (borders and titles). You can control the image size by using the following command line argument: acuFv -size=WIDTHxHEIGHT.

where WIDTH and HEIGHT are measured in pixels. For example, to set the image portion of the graphics window to 640x480, use the following command to run AcuFieldView: acuFv -size=640x480.

This command line argument works in conjunction with all of the other AcuFieldView arguments, for restarts, scripts, batch mode, and so on.