We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d6808 + 52a6b2a commit 5f49debCopy full SHA for 5f49deb
py4DSTEM/tomography/tomography.py
@@ -42,9 +42,9 @@ def __init__(
42
datacubes: Union[Sequence[DataCube], Sequence[str]] = None,
43
import_kwargs: dict = {},
44
object_shape_x_y_z: Tuple = None,
45
- voxel_size_A: float = None,
46
- datacube_R_pixel_size_A: float = None,
47
- datacube_Q_pixel_size_inv_A: float = None, # do we even need this?
+ voxel_size_A: float = 1,
+ datacube_R_pixel_size_A: float = 1,
+ datacube_Q_pixel_size_inv_A: float = 1, # do we even need this?
48
tilt_deg: Union[Sequence, np.ndarray] = None,
49
shift_px: Union[Sequence, np.ndarray] = None,
50
tilt_rotation_axis_angle_deg: float = None,
0 commit comments