Skip to content

Flips are not supported for manual registration #148

@talonchandler

Description

@talonchandler

ManualRegistrationSettings has a affine_90degree_rotation setting that enables manual registration of rotated data, but not flipped data. Zach and I have a dataset with a flipped channel, and I can't see an easy CLI path to flipping the data.

biahub/biahub/settings.py

Lines 197 to 199 in 7661787

class ManualRegistrationSettings(MyBaseModel):
time_index: int = 0
affine_90degree_rotation: int = 0

@ieivanov @tayllatheodoro, should there be a similar affine_flip setting for manual registration? It seems like you can use affine_transform_settings.approx_transform for non-manual registration, but it doesn't seem to apply to the manual registration.

Alternative solutions welcome.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions