This guide explains how to create a sampling volume (ROI) freely oriented along X and Y axis.
The application uses a Python script to create single or contiguous sub-regions that can be used as ROI for further analysis.
This guide explains how to create a sampling volume (ROI) freely oriented along X and Y axis.
The application uses a Python script to create single or contiguous sub-regions that can be used as ROI for further analysis.
Only the parameters located in the USER SETTING area can be modified. Don’t change any other number, definition or text in the code outside this dedicated area.
To define the contiguous sub-regions (sampling volume) features, few parameters of the script should be adjusted to match your analysis needs. These parameters are located in the code area labeled as USER SETTING.
SIZE_IN_VOXELS defines if the size of the Sub-Volume is expressed in metric unit (True) or it is calculated from the reference ROI size (False).SIZE_BOX_HOR and SIZE_BOX_VER defines the Sub-Volume XY size in microns. The sizes are referred to a single box.SIZE_IN_VOXELS must be True to create the box in microns.NUM_BOX_LENGHT and NUM_BOX_WIDTH are also involved in the metric Sub- Volume creation.SIZE_IN_VOXELS = True NUM_BOX_LENGHT = 1NUM_BOX_WIDTH = 1SIZE_BOX_HOR = 10 (microns)SIZE_BOX_VER = 30 (microns)SIZE_IN_VOXELS = True NUM_BOX_LENGHT = 3NUM_BOX_WIDTH = 2SIZE_BOX_HOR = 5 (microns) SIZE_BOX_VER = 10 (microns)Run the Free-Oriented Sub-volume Python Script by pressing the Run Script button or pressing the F5 key.
Note: Activate the Output Panel, if not already displayed. The status of the script execution (errors including) will be visualized here.