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

Baseline indexer part1 #25

Open
wants to merge 75 commits into
base: main
Choose a base branch
from

Conversation

jbeilstenedmands
Copy link
Collaborator

Adds the first part of a baseline c++ indexer implementation (doing a fft of the strong spots and finding a list of candidate basis vectors).

Requires dx2 to be added as a subdirectory (this branch: dials/dx2#1).

Can be run as e.g:

./bin/baseline_indexer \
  -r /dls/mx-scratch/jbe/test_cuda_spotfinder/cm37235-2_ins_14_24_rot/strong.refl \
  -e /dls/mx-scratch/jbe/test_cuda_spotfinder/cm37235-2_ins_14_24_rot/imported.expt \
  --max-cell 100 \
  --dmin 1.81

Refinement and scoring of basis vector combinations will come as a separate PR once this is merged in.

For now, just for single-sweep, single-panel detector to get started.

Max cell and dmin currently required inputs, pending inclusion of annlib-style code.

CMakeLists.txt Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

3 participants