Skip to content

Commit

Permalink
Merge pull request #78 from zivy/updateRegistrationDocumentation
Browse files Browse the repository at this point in the history
Update XTRegisterSameChannel documentation.
  • Loading branch information
zivy authored Sep 30, 2024
2 parents b122dba + 65b380b commit ac6520e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion XTRegisterSameChannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ class RegisterSameChannelDialog(ieb.ImarisExtensionBase):
6. Auto mask - limit voxels used in registration to non zero voxels.
7. Samples per parameter - number of samples used during registration.
When performing registration we usually use the full resolution image, default selection for the
"Start registration at resolution" dropdown. When working with large images this may require a significant amount
of memory (RAM). When memory resources are constrained, one can try to start the registration at a higher level of
the image pyramid, coarser data representation, which requires less memory. Note that the closer one is to the apex
of the image pyramid the coarser the data representation which is potentially detrimental to registration accuracy.
z-stack Registration
++++++++++++++++++++
Expand Down Expand Up @@ -827,7 +833,6 @@ def __compute_correlations(self):
def __save_correlation_matrix(
self, corr_mat, output_file_name, file_name_labels, title=None
):

# Create an image from the correlation values, squares with color corrosponding
# to value, default color map (viridis)
fig, ax = plt.subplots(figsize=(15, 15))
Expand Down

0 comments on commit ac6520e

Please sign in to comment.