Extract object cross section
Extracts XY-plane cross-sections of specified objects.
Description
Extracts XY-plane cross-sections of specified objects. The extracted cross-sections are stored as separate objects, which are children of the associated input object. Slice indicies can be specified as fixed values or relative to image/object measurements (e.g. relative to the object centroids).
Parameters
Parameter | Description |
---|---|
Input objects | Input objects from workspace for which cross-sections will be extracted. Output cross-section objects will be stored as children associated with the relevant input object. |
Output objects | Output cross-section objects. These will be stored in the workspace with this name. These objects will be children of their respective input object. |
Reference mode | The source for the reference Z-position for each object:
|
Image for measurement | If "Reference mode" is set to "Image measurement", this is the image from which the reference measurement (specified by "Image measurement") will be taken. |
Image measurement | If "Reference mode" is set to "Image measurement", this is the measurement (associated with the image specified by "Image for measurement") which will act as the reference slice index against which the relative slice indices are calculated. |
Object measurement | If "Reference mode" is set to "Object measurement", this is the measurement (associated with the relevant input object) which will act as the reference slice index against which the relative slice indices are calculated. |
Relative slice indices | Slices from the input objects will be extracted at these relative indices (relative to the position specified the "Reference mode" and associated parameters). Indices can be specified as a comma-separated list, using a range (e.g. "4-7" will extract relative indices 4,5,6 and 7) or as a range extracting every nth slice (e.g. "4-10-2" will extract slices 4,6,8 and 10). The "end" keyword will be converted to the maximum slice index at runtime. |