Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-AnChen committed Sep 15, 2023
1 parent 6cb4477 commit 08fdea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions palom/align_multi_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _coarse_align(self, **kwargs):
'n_keypoints': 20_000,
'plot_match_result': True,
'test_flip': True,
'test_intensity_flip': True,
'test_intensity_invert': True,
'auto_mask': True
}
c21l.coarse_register_affine(**{**default_kwargs, **kwargs})
Expand Down Expand Up @@ -202,7 +202,7 @@ def align_object(self, i, plot_shifts=True, **kwargs):
'n_keypoints': 10_000,
'plot_match_result': True,
'test_flip': True,
'test_intensity_flip': True,
'test_intensity_invert': True,
'auto_mask': True
}
c21l.coarse_register_affine(
Expand Down
2 changes: 1 addition & 1 deletion palom/align_multi_res.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _coarse_align(self, **kwargs):
'n_keypoints': 20_000,
'plot_match_result': True,
'test_flip': True,
'test_intensity_flip': True,
'test_intensity_invert': True,
}
aligner.coarse_register_affine(**{**default_kwargs, **kwargs})
self._coarse_affine_matrix = aligner.coarse_affine_matrix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "palom"
version = "2023.9.1"
version = "2023.9.2"
description = "Piecewise alignment for layers of mosaics"
authors = ["Yu-An Chen <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 08fdea6

Please sign in to comment.