Skip to content

Commit

Permalink
# HE -- register bug fixed. (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizepeng1 committed Dec 6, 2024
1 parent 1fe0bfb commit a6ef6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellbin2/contrib/alignment/template_centroid.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def align_transformed(self, fixed_image: ChipFeature, moving_image: ChipFeature)
np.array(fixed_image.template.template_points),
np.array(moving_image.template.template_points),
self.hflip,
new_method=True if self._moving_image.tech_type == TechType.HE else False
new_method=True if moving_image.tech_type == TechType.HE else False
)


Expand Down

0 comments on commit a6ef6d1

Please sign in to comment.