aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-29Add scripts/extract-geomThomas White
2018-06-29Merge branch 'tom/xgandalf'Thomas White
2018-06-28Tidy up files created by Mosflm and Felix during probeThomas White
2018-06-28Fix check-near-braggThomas White
2018-06-28indexamajig: Delete the temporary folder afterwardsThomas White
... with extreme caution.
2018-06-28indexamajig: Tighten permissions on temporary folderThomas White
2018-06-28Felix: Complain if cell not providedThomas White
Prevents a confusing error message that Felix doesn't work, when in fact the problem is that no cell has been given (and Felix needs one).
2018-06-28Remove worker process numbers from temporary filenamesThomas White
Since we've had the separate worker folders for a long time, it's not needed any more. Removing them will make the temporary folders easier to clean up.
2018-06-26Embed diffraction.cl and hdfsee.ui into executablesThomas White
Having to install these causes problems, e.g. you can't run from build directory nor run tests without installing. For hdfsee.ui, the XML is now embedded in the code just as it is for cell_explorer. diffraction.cl is a bit too long and complicated for that. There are a number of nasty ways to embed such files. This one seems to be the overall least nasty, although it requires data/gen-resources to be run whenever diffraction.cl is changed.
2018-06-25Rename first/second/third/fourth_merge_check to process_hkl_check_1/2/3/4Thomas White
2018-06-25Test the compiled binaries, not the installed onesThomas White
2018-06-25Switch remaining tests from "ex" to "sed"Thomas White
2018-06-22tests/first_merge_check: Fix bracketThomas White
2018-06-22check-near-bragg/check-peak-detection: Give better error messageThomas White
2018-06-21Fix OpenCL tests and includesThomas White
2018-06-20Formatting fussinessThomas White
2018-06-20Add GPL headingsThomas White
2018-06-20Restore help about secondary Miller indicesThomas White
2018-06-20FormattingThomas White
2018-06-20Tidy up xgandalf printfsThomas White
2018-06-20Finish removing "selector"Thomas White
2018-06-19Fix FFTW include dirThomas White
2018-06-19Make pkg-config optionalThomas White
It won't find Cairo, GDK, gdk-pixbuf nor FFTW without it, but for now that seems better than a mess of different search methods.
2018-06-19Simplify pkg-config stuffThomas White
Use it directly (no fallbacks, at least not until someone really needs it). Also, use the full LDFLAGS instead of just LIBRARIES, because the former also includes the link directories.
2018-06-18Add externThomas White
2018-06-18Remove stray _Thomas White
2018-06-18indexamajig: Tidy up --helpThomas White
2018-06-18FormattingThomas White
2018-06-18Get rid of "selector"Thomas White
2018-06-18Remove tmp_enumThomas White
2018-06-18Add interface to XGANDALF indexerYaroslav Gevorkov
2018-06-15Make Cairo check a bit more verboseThomas White
2018-06-15Add message about where forkpty has been foundThomas White
2018-06-14Update READMEThomas White
2018-06-14Add CMake check to find forkpty()Thomas White
2018-06-14Remove "unused" flagThomas White
2018-06-14Add final residual from prediction refinement to streamThomas White
2018-06-12list_events: Abort creation if event list can't be made for any fileThomas White
Previously, it would exit if a file couldn't be opened, but not if its layout was wrong for the geometry file. Now, it always exits to allow the problem to be fixed.
2018-06-12hdfsee: Show image size at binning 1Thomas White
Used to be "raw image size", but that's meaningless since "de-slabbification". All the panels are stored separately. This commit also clarifies the meaning of "Smaller numbers".
2018-06-12Whitespace fussinessThomas White
2018-06-12peakfinder8: Check peak is actually within panelThomas White
From Oleksandr Yefanov <oleksandr.yefanov@desy.de>
2018-06-12peakfinder8: do not subtract constant value to avoid negative weights.Keitaro Yamashita
2018-06-11Use different temporary filenames for partialator merge checksThomas White
...because they might be run in parallel.
2018-06-10hdfsee: Fix statusbar snprintf() nonsenseThomas White
2018-06-10indexamajig: Estimate resolution based on peaks onlyThomas White
2018-06-08Use short version for libcrystfel.soThomas White
2018-06-07Fix version numbers for release, snapshot and Git checkoutsThomas White
2018-06-06Update authorship listsThomas White
2018-05-31check_{peak_detection,near_bragg}: Warn if stream is older than imageThomas White
2018-05-30Merge branch 'tom/peakfinder9'Thomas White