Skip to content

Inconsistent cross-correlation values between match_template program and refine_template program #99

@mgiammar

Description

@mgiammar

Issue

When comparing raw cross-correlation values for the same particles between the Leopard-EM match_template and refine_template program, there are meaningful differences between the two. The main result of this issue is that program results become hard to quantitatively compare although results within each program are self-consistent.

These differences arise from the refine_template program using local information from the extracted particle boxes to calculate the whitening filter while the match_template program uses the global power spectra to filter the image.

Potential fixes

  • Only use global whitening within the ParticleStack class when calculating the Fourier filters
  • Add argument to switch between local/global whitening within the particle stack

Both of these options should be relatively easy to implement within the ParticleStack class, and would expect the raw cross-correlation values remain consistent (should test this).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions