aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-09-02FussinessThomas White
2018-08-31Fixup variablesThomas White
2018-08-31CC fixesThomas White
2018-08-31Handle each unique reflection only onceThomas White
2018-08-31Show number of reflections used for CC calculationThomas White
2018-08-30Actually bother to calculate overall CC½Thomas White
2018-08-30Add Bessel correctionThomas White
2018-08-30Calculate DeltaCChalf using only the reflections in the crystal under ↵Thomas White
consideration
2018-08-30Calculate deltaCChalf using previously stored informationThomas White
2018-08-30Save contribution information during mergeThomas White
2018-08-30Calculate the DeltaCChalfThomas White
2018-08-30Working overall CChalfThomas White
2018-08-30Initial delta CC half stuffThomas White
2018-07-27partialator: Complain about NaN residualsThomas White
2018-07-27partialator: Report number of crystals used in residualsThomas White
2018-07-27partialator: More improvements to pr-log logicThomas White
2018-07-27partialator: Also generate logs when not doing post-refinementThomas White
2018-07-27indexamajig: Complain if profile radius determination failsThomas White
2018-07-26partialator: Add --min-resThomas White
2018-07-12cell_explorer: Fix logic for unit cell save windowThomas White
2018-07-10Add more filenames to cleanup listThomas White
2018-07-10Delete mosflm.lp and SUMMARY when cleaning up temporary folderThomas White
2018-07-10indexamajig: Move into temporary folder when probing and preparing indexing ↵Thomas White
methods
2018-07-06Use either GTK2 or GTK3Thomas White
2018-07-06Switch to GTK3Thomas White
2018-06-29Merge branch 'tom/xgandalf'Thomas White
2018-06-28Merge ln of intensity rather than intensities themselvesKen Beyerlein
2018-06-28indexamajig: Delete the temporary folder afterwardsThomas White
... with extreme caution.
2018-06-28indexamajig: Tighten permissions on temporary folderThomas White
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-21Fix OpenCL tests and includesThomas White
2018-06-20Restore help about secondary Miller indicesThomas White
2018-06-20FormattingThomas White
2018-06-20Finish removing "selector"Thomas White
2018-06-18indexamajig: Tidy up --helpThomas 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-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-10hdfsee: Fix statusbar snprintf() nonsenseThomas White
2018-06-10indexamajig: Estimate resolution based on peaks onlyThomas White
2018-05-30Merge branch 'tom/peakfinder9'Thomas White
2018-05-30Whitespace fussinessThomas White
2018-05-30Use only one min-snr optionThomas White
2018-05-30Changed parameter window-radius -> local-bg-radiusYaroslav Gevorkov
2018-05-30Changed sig_fac to min_snrYaroslav Gevorkov
2018-05-30libcrystfel should link against GSL and pthreadsThomas White
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course)
2018-05-25Delete obsolete include and variableYaroslav Gevorkov