imstat_items¶
- imstat_items(image, items=['min', 'max'], mask=None)[source]¶
Extract desired stats properties (per Stokes) using ia.statistics().
Beside the standard output, some additional stats property keys are supported. Note: 'image' is expected to an instance of CASA ia tool.
- Parameters:
image (Any)
items (list[str])
mask (str | None)
- Return type:
OrderedDict[str, Any]