Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iterative ref: branch and bound #3

Open
geoffwoollard opened this issue Feb 10, 2022 · 3 comments
Open

iterative ref: branch and bound #3

geoffwoollard opened this issue Feb 10, 2022 · 3 comments
Assignees

Comments

@geoffwoollard
Copy link

  • way to slice up SO(3) (rotations) to do grid search
  • input (grid search), output 2D rotated planes
@geoffwoollard
Copy link
Author

See discussion in

@geoffwoollard
Copy link
Author

When implementing it would be useful to benchmark what are the bottlenecks

  • making rotations
  • rotating xy_0 plane by rotations
  • interpolating slices
  • computing bayes factors of a particle on slices

Depending on how things are parallelized, and if the ctf is included or not in the bayes factor computations, some things could be reused between particles like the (library of slices without the ctf applied.

How to decide how finely gridded to make the grid search? By what criteria? Perhaps heuristics based on how well the signal agrees in half_map_1, half_map_2 (Fourier voxels).

@geoffwoollard
Copy link
Author

See comments on healpy and benchmarking in #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants