registrar
xvr.config.registrar
RegistrarArgs
dataclass
RegistrarArgs(
crop: int = 0,
subtract_background: bool = False,
linearize: bool = False,
equalize: bool = False,
reducefn: str = "max",
pattern: str = "*.dcm",
reverse_x_axis: bool = False,
renderer: str = "trilinear",
voxel_shift: float = 0.0,
scales: str = "8",
n_itrs: str = "500",
parameterization: str = "euler_angles",
convention: str = "ZXY",
lr_rot: float = 0.01,
lr_xyz: float = 1.0,
patience: int = 10,
threshold: float = 0.0001,
max_n_plateaus: int = 3,
init_only: bool = False,
saveimg: bool = False,
verbose: int = 1,
)
Default arguments for registration.