etspy.base.TomoStack.test_correlation(images: list[int] | tuple[int, int] | None = None) → Figure[source] Test output of cross-correlation prior to alignment. Parameters:¶ images: list[int] | tuple[int, int] | None = None¶List of two numbers indicating which projections to cross-correlate. If None, the first two images will be used. Returns:¶ fig – Figure showing the results Return type:¶ Figure