xarray.DataArray.kspace.angle_resolution¶
- DataArray.kspace.angle_resolution¶
Retrieve the angular resolution of the data in degrees.
Checks for the
angle_resolutionattribute of the data. If not found, a default value of 0.1° is silently assumed.This property is used in
best_kp_resolutionupon estimating momentum step sizes throughestimate_resolution.Note
This property provides a setter method that takes a float value and sets the data attribute accordingly.
Example
>>> data.kspace.angle_resolution = 0.05 >>> data.kspace.angle_resolution 0.05