aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-15Use GDK_a/b instead of GDK_KEY_a/bThomas White
Some people using old libraries out there.
2017-11-14hdfsee: Use a/b keys to change ring sizeThomas White
2017-11-14scripts/peakogram-stream: Change status message to avoid confusionThomas White
It uses predicted reflections, not found peaks
2017-11-14scripts/peakogram-stream: Handle "-" for inputThomas White
2017-11-14scripts/detector-shift: Handle "-" for inputThomas White
2017-10-27Fix Felix tth options typo.Kenneth R. Beyerlein
2017-10-27Merge branch 'tom/simpler_felix'Thomas White
2017-10-23Check return values from fread/fgetsThomas White
2017-10-23configure.ac: Print a message about CBFlibThomas White
Because this seems to be confusing people.
2017-10-23configure.ac: Improve HDF5 detectionThomas White
2017-10-19peakogram-stream: Fix list indices for beta and gamma anglesThomas White
Whoops!
2017-10-19peakogram-stream: Fix included peaksThomas White
The min and max values are specified inclusively.
2017-10-19peakogram-stream: Show the line and cell parameters when the maths goes wrongThomas White
2017-10-19partial_sim: Write the symmetry to the reflection listThomas White
2017-10-19partial_sim: Show the symmetry of the reflection listThomas White
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-19Add read_reflections_2() to APIThomas White
New version for reading the symmetry as well
2017-10-19Remove read_reflections_from_file() from APIThomas White
See c0ce8fb4 for the rationale behind this.
2017-10-19Add probe for TakeTwoThomas White
2017-10-18move-entire-detector: Fix output filenameThomas White
2017-10-18New version of sum-peaksThomas White
This version gets the array dimensions automatically. However, it still assumes the data is "slabby".
2017-10-18Check that dirax,felix,mosflm or xds are available at the startThomas White
Avoids a confusing error message later.
2017-10-18indexamajig: Auto-detection of available indexing methodsThomas White
2017-10-18Add probe functions to 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-17felix: Set nsigmas=1Thomas White
2017-10-12indexamajig: Simplify Felix optionsThomas White
2017-10-12Remove write_reflections_to_file() from APIThomas White
It's there because it used to be used to write the reflections into the stream. Therefore there was a need for a function to write a bare list of reflections to a file, with no headers. Since then, the stream and merged reflection file formats have diverged, so there's no use for this other than to confuse people.
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-09indexer_str(): Don't return "none-nolatt-nocell"Thomas White
2017-10-09configure.ac: Fix CBFlib path variable nameThomas White
Whoops.
2017-10-02indexamajig: Tidy up --helpThomas White
2017-10-02indexamajig(1): Add --temp-dirThomas White
2017-10-02Formatting fussinessThomas 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-27remove_flagged_crystals(): Remove multiple bad crystalsThomas White
A silly bug
2017-09-27Add an assertionThomas White
2017-09-27Don't reset user flag to zeroThomas White
Some indexing methods may set it to 1 already, in which case we should take the hint.
2017-09-26Remove unnecessary countingThomas White
2017-09-22Don't send detector and tolerance to indexing methodsThomas White
The detector isn't used for anything, and the tolerance is none of their business.
2017-09-22Fix silly mistake in friendly_indexer_name()Thomas White
2017-09-22Remove "latt" from asdfThomas White
For consistency with other algorithms, let's standardise on an interpretation where just using the centering information in combination with the cell parameters, which is always necessary, doesn't qualify as "cell-latt", only "cell-nolatt". "Using lattice type as prior information" implies that asdf would behave differently with cell-nolatt, if it were allowed, than with cell-latt. It wouldn't. It just needs the centering to calculate the cell volume correctly. Note that TakeTwo, by contrast, would behave differently in this hypothetical case, because it uses the lattice type to exclude certain solutions by symmetry. Mosflm allows all four combinations of no/cell and no/latt, and does indeed behave differently between them.