Need better scanning performance?
Location
Parameter Location defines the location of the TargetROI with reference objects filter conditions and offset parameters.
JSON Structure
Location in template:
TargetROIDefOptions[i]
└── Location
Parent object: TargetROIDef object
Example:
{
"Location":
{
"ReferenceObjectFilter" : {...},
"Offset": { ... }
}
}
- This snippet shows only the
Locationparameter.- To use it, embed this parameter within a TargetROIDef object.
- For the complete JSON structure, see:
Parameters
| Name | Description |
|---|---|
ReferenceObjectFilter |
Filter the reference object by specifying TargetROI names. |
Offset |
Defines how the location is offset from the reference object or the original image. |
ReferenceObjectFilter
Parameter ReferenceObjectFilter is a group of filter conditions for figuring out the reference objects.
| ReferenceObjectFilter Parameter Details |
|---|
| Type ReferenceObjectFilter Object |
Offset
Parameter Offset is an object that defines how the location is offset from the reference object or the original image.
| Offset Parameter Details |
|---|
| Type Offset Object |