aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-21Fix crash in XDS indexingThomas White
2017-09-21Group the options in indexamajig(1) according to processing stageThomas White
2017-09-21Update man page for new indexing optionsThomas White
2017-09-19geoptimiser: Remove deprecated option from --helpThomas White
2017-09-19get_ev_based_value(): Allow integer typesThomas White
Just an oversight in the test
2017-09-17Fix logic for new indexing optionsThomas White
2017-09-17indexamajig: --help documentation for new indexing optionsThomas White
2017-09-16Fix return of unit cells from asdf and diraxThomas White
2017-09-15Merge branch 'tom/index'Thomas White
2017-09-15Perform peak alignment check if requestedThomas White
2017-09-15Add restraints to prediction refinementThomas White
2017-09-15Remove debugging statementThomas White
2017-09-15Better way of displaying cell check optionThomas White
2017-09-15Record indices in write_pairs() (debugging function)Thomas White
2017-09-15Factorise cell parameter checkThomas White
2017-09-15Simplify indexing optionsThomas White
mosflm-cell-nolatt-multi-refine-bad-retry.... it's all getting a bit too much. This commit removes all the options from the indexing methods except for the prior information flags (cell/nocell and latt/nolatt). All the other options are now given at the top level with new indexamajig options, e.g. --no-multi and --no-retry. They are applied to all the methods, with no option to (say) use retry for one method and not for another. This also makes the "peak alignment test" default to OFF, and multi-lattice indexing ON. I think that the prediction refinement does a good enough job of checking the validity of indexing solutions, allowing us to turn off the alignment check which filters out most multi-lattice solutions.
2017-09-15Fix uninitialised peak counts (for info in stream only)Thomas White
2017-09-15hdfsee(1): Document --rigid-groupsThomas White
2017-09-07Use compare_cells() for multi-lattice indexingThomas White
2017-09-07remove_flagged_crystals(): Return the number of crystals removedThomas White
2017-09-07Add compare_cells() (and use it in whirligig)Thomas White
2017-09-07Add scripts/peakogram-stream to Makefile.amThomas White
2017-09-06tests/transformation_check: Check lots more thingsThomas White
2017-09-05cell_explorer: Display number of matching cells (on terminal)Thomas White
2017-09-04pattern_sim: Add crystal orientation and basis vectorsThomas White
2017-08-31Set first argument when running external indexing programsThomas White
This makes sure they have names in process displays.
2017-08-31setup_indexing(): Honour no_refineThomas White
Fixes a regression caused by 61565336125, which broke indexamajig --no-refine.
2017-08-09partial_sim: Add missing bracket in parameter listThomas White
2017-08-09Fix extra bracket in configure.acThomas White
2017-08-03configure: Fix option name for --with-cbflibThomas White
2017-07-25create-mtz: Tidy up create-mtz.temp.hkl fileThomas White
2017-07-25Fix typo in author nameThomas White
Whoops. Sorry Suzuki-san!
2017-07-24This is CrystFEL 0.6.30.6.3Thomas White
2017-07-24Update docsThomas White
2017-07-24Make struct taketwo_options constThomas White
2017-07-24Ensure TakeTwo arrays get freedThomas White
2017-07-24TakeTwo options againThomas White
2017-07-24Formatting/copyright datesThomas White
2017-07-21Tidy up some warningsThomas White
2017-07-21Fix option names for TakeTwo parametersThomas White
2017-07-21Add a warning about mask_file when mask is not setThomas White
2017-07-20indexamajig(1): Give default values for TakeTwo optionsThomas White
2017-07-20Merge branch 'taketwo'Thomas White
2017-07-20Change units for TakeTwo parametersThomas White
2017-07-18Merge params code with whatever this git pull thingy contains because I ↵cppxfel
didn't pull first. Merge branch 'taketwo' of ssh://git.bitwiz.org.uk/crystfel into taketwo
2017-07-18Crashy for unknown reason, but have added the code for using custom params.cppxfel
2017-07-07Update ChangeLogThomas White
2017-07-07Convert angle_tol to radiansThomas White
2017-07-07Documentation for TakeTwo indexamajig optionsThomas White
2017-07-06indexamajig: Add TakeTwo-specific optionsThomas White