Issue with variables for 2d viewer #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: rsibille-psi
Presently the 2d viewer cannot read data if the variable is not omega (om). We would need to have it working with any angle (stt, phi, chi).
Present error:
KeyError: "Unable to open object (object 'rotation_angle' doesn't exist)"
Created by: ivan-usov
@rsibille-psi , do you expect multiple angles to vary within the same 2d dataset? If yes, then we could make an angle manually selectable, if not, we should be able to determine one automatically, so no extra user input would be needed.
Created by: rsibille-psi
Only one angle should change and therefore the aim is indeed to determine which one automatically.