aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers
AgeCommit message (Expand)Author
2024-04-22asdf: Force cell to be right-handed after refinementThomas White
2024-04-22asdf: Don't store cell volumeThomas White
2024-02-06Fix incorrect uses of cell_freeThomas White
2024-02-06Use libcrystfel memory allocation routines everywhereThomas White
2024-01-30asdf: Use fftw_alloc_{real,complex}Thomas White
2024-01-30asdf: Remove unnecessary fftw_cleanupThomas White
2024-01-30asdf: Use FFTW arrays directlyThomas White
2023-07-26asdf: Fix a memory leakThomas White
2023-02-17asdf: Restrict domain for search for peaks in frequency graphAlexandra Tolstikova
2023-01-16asdf: Avoid integer overflow with number of tripletsThomas White
2022-09-21asdf: Add fast modeAlexandra Tolstikova
2022-03-18FormattingThomas White
2022-01-27correct a simple typoJerome Kieffer
2021-09-07TakeTwo: Check for empty observed vector listThomas White
2021-08-20Mosflm: Add -n option when probingThomas White
2021-07-23TakeTwo: Remove unused variablesThomas White
2021-07-23TakeTwo: Avoid potential NULL dereference on error pathThomas White
2021-07-23asdf: Rename shadow variableThomas White
2021-07-22Clean up shadowed variablesThomas White
2021-07-21asdf: Remove unnecessary checkThomas White
2021-07-21Reduce variable scope where possibleThomas White
2021-07-21Make sure that memory gets freed on realloc failureThomas White
2021-07-21Add missing cleanup on error pathsThomas White
2021-07-14PinkIndexer: replace long formula with modulus()Thomas White
2021-07-14Make all the indexer-specific option structures non-opaqueThomas White
2021-05-17Resolve FIXMEs and TODOsThomas White
2021-05-17Mosflm: Remove dead codeThomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-04-19Move file_exists to utils (and eliminate several duplicates)Thomas White
2021-04-01FromFile indexer, stream2sol.py: Remove space escapingThomas White
2021-03-31FromFile indexer, stream2sol.py: Handle spaces in filenameThomas White
2021-03-31FromFile indexer, stream2sol.py: Add/update copyright commentsThomas White
2021-03-25indexamajig: Add --camera-length-estimateThomas White
2021-03-25PinkIndexer: fix conversion of detector shiftThomas White
2021-03-25FussinessThomas White
2021-03-22FromFile indexer: Fix prototypeThomas White
2021-03-19FromFile indexer: add copyright noticeThomas White
2021-03-19FromFile indexer: Take account of working directoryThomas White
2021-03-19FromFile indexer: New parser and simplification of codeThomas White
2021-03-19FromFile indexer: Option processingThomas White
2021-03-12FromFile indexer: Add skeleton cleanup procedureThomas White
2021-03-12FromFile indexer: Update for new event ID in image structureThomas White
2021-03-12FromFile indexer: Remove unnecessary casting/memsetThomas White
2021-03-12FromFile indexer: Remove getcwd()Thomas White
2021-03-12FromFile indexer: Remove update_detectorThomas White
2021-03-12FromFile indexer: Add missing semicolonsThomas White
2021-03-12FromFile indexer: Strip trailing whitespace and sort out formattingThomas White
2021-03-12FromFile indexer: Move to libcrystfel/src/indexersThomas White
2021-03-11indexamajig: Add --max-indexer-threadsThomas White
2021-03-11PinkIndexer: Allocate peak lists when indexingThomas White