-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Same as #606, but for UserDefinedAngles:
httomo/httomo/loaders/types.py
Lines 17 to 25 in 584e15c
| class UserDefinedAngles(NamedTuple): | |
| """ | |
| Configure rotation angle values to be generated by specifying a start angle, stop angle, | |
| and the total number of angles. | |
| """ | |
| start_angle: int | |
| stop_angle: int | |
| angles_total: int |
Using TypedDict would be a more appropriate type.
Metadata
Metadata
Assignees
Labels
No labels