aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-10-19partial_sim: Use symmetry from fileThomas White
2017-10-19pattern_sim: Show the symmetry of the reflection listThomas White
2017-10-19pattern_sim: Use symmetry from fileThomas White
2017-10-19get_hkl: Use symmetry from fileThomas White
2017-10-19compare_hkl: Use symmetry from fileThomas White
2017-10-19check_hkl: Use symmetry from fileThomas White
2017-10-19render_hkl: Use symmetry from fileThomas White
2017-10-18indexamajig: Auto-detection of available indexing methodsThomas White
2017-10-17Handle old indexing methodsThomas White
There are limits to how well they can be handled, but this avoids screwing users over too much.
2017-10-12indexamajig: Simplify Felix optionsThomas White
2017-10-12hdfsee: Add "peaks", "preds" or "rings" to export filename, as applicableThomas White
2017-10-12hdfsee: Add event ID to exported image filenameThomas White
2017-10-02indexamajig: Tidy up --helpThomas White
2017-10-02indexamajig: Add missing documentation for --check-peaksThomas White
2017-09-27Fix check for CBF files in event enumerationThomas White
-1 means the check failed.
2017-09-22cell_explorer: Also count cells excluded by the choice of indexing methodThomas White
2017-09-22indexamajig: Avoid segfault when no unit cell givenThomas White
2017-09-21hdfsee: Increase ring thicknessThomas White
2017-09-21indexamajig: Hide indexing setup messages if we are not indexing anythingThomas White
2017-09-21Improve error message when using CBF files and a multi-event geometryThomas White
2017-09-19geoptimiser: Remove deprecated option from --helpThomas White
2017-09-17Fix logic for new indexing optionsThomas White
2017-09-17indexamajig: --help documentation for new indexing optionsThomas 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-07Add compare_cells() (and use it in whirligig)Thomas 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-09partial_sim: Add missing bracket in parameter listThomas White
2017-07-24TakeTwo options againThomas White
2017-07-21Tidy up some warningsThomas White
2017-07-21Fix option names for TakeTwo parametersThomas White
2017-07-20Change units for TakeTwo parametersThomas White
2017-07-07Convert angle_tol to radiansThomas White
2017-07-06indexamajig: Add TakeTwo-specific optionsThomas White
2017-07-06Temporary fix for the geomptimiser not being able to optimize whole quadrantsValerio Mariani
2017-07-04Add a missing newlineThomas White
2017-07-04pattern_sim: Try all OpenCL platforms to find one with a GPU deviceThomas White
2017-06-27indexamajig: Add --no-non-hits-in-streamThomas White
2017-06-21indexamajig: Add --min-peaks (basic hitfinder functionality)Thomas White
2017-06-21Merge branch 'tom/cbf'Thomas White
2017-05-16check_hkl: Calculate resolution of reflection with asymmetric indices for ↵Thomas White
both possible and measured reflections Previously, it used whichever indices it found first. This made the resolutions different enough to fall into different bins, and screwed up the completeness (fortunately, rarely).
2017-05-03hdfsee: Use new imagefile APIThomas White
2017-05-03HDF5 reading under new APIThomas White
2017-05-02Skeleton image file APIThomas White
2017-05-02Initial CBF stuffThomas White
2017-03-31geoptimiser: Show peak information when there is a problemThomas White
2017-03-31geoptimiser: Fix rounding of peak coordinatesThomas White
Peak locations in CrystFEL are considered to be distances (in pixel units) from the corner of the detector panel. Therefore, simple truncation is needed here, not rounding.
2017-03-31Offset peak locations from HDF5 or CXI files by 0.5,0.5Thomas White
CrystFEL considers all peak locations to be distances from the corner of the detector panel, in pixel units, consistent with its description of detector geometry. In contrast, Cheetah considers the peak locations to be pixel indices in the data array. Therefore, a half-pixel offset is needed when importing the peak lists. For users who need the old behaviour, this commit adds a new option indexamajig --no-half-pixel-shift to deactivate this offset.
2017-03-24indexamajig: Format --help and fix typosThomas White
2017-03-24Merge branch 'valerio/peakfinder8'Thomas White