Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-06 | Switch to GTK3 | Thomas White | |
2018-06-29 | Merge branch 'tom/xgandalf' | Thomas White | |
2018-06-28 | indexamajig: Delete the temporary folder afterwards | Thomas White | |
... with extreme caution. | |||
2018-06-28 | indexamajig: Tighten permissions on temporary folder | Thomas White | |
2018-06-26 | Embed diffraction.cl and hdfsee.ui into executables | Thomas 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-21 | Fix OpenCL tests and includes | Thomas White | |
2018-06-20 | Restore help about secondary Miller indices | Thomas White | |
2018-06-20 | Formatting | Thomas White | |
2018-06-20 | Finish removing "selector" | Thomas White | |
2018-06-18 | indexamajig: Tidy up --help | Thomas White | |
2018-06-18 | Get rid of "selector" | Thomas White | |
2018-06-18 | Remove tmp_enum | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |
2018-06-12 | list_events: Abort creation if event list can't be made for any file | Thomas 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-12 | hdfsee: Show image size at binning 1 | Thomas 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-12 | Whitespace fussiness | Thomas White | |
2018-06-10 | hdfsee: Fix statusbar snprintf() nonsense | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-05-30 | Merge branch 'tom/peakfinder9' | Thomas White | |
2018-05-30 | Whitespace fussiness | Thomas White | |
2018-05-30 | Use only one min-snr option | Thomas White | |
2018-05-30 | Changed parameter window-radius -> local-bg-radius | Yaroslav Gevorkov | |
2018-05-30 | Changed sig_fac to min_snr | Yaroslav Gevorkov | |
2018-05-30 | libcrystfel should link against GSL and pthreads | Thomas White | |
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course) | |||
2018-05-25 | Delete obsolete include and variable | Yaroslav Gevorkov | |
2018-05-25 | Change getopt numbers to avoid overlap with chars | Yaroslav Gevorkov | |
2018-05-24 | Formatting in --help | Thomas White | |
2018-05-24 | Fix typos in help | Thomas White | |
2018-05-24 | Generalise peakfinder9 error messages, and fail if not compiled in | Thomas White | |
2018-05-24 | Update authorship and copyright dates | Thomas White | |
2018-05-24 | Formatting | Thomas White | |
2018-05-24 | Add "peakfinder9" | Yaroslav Gevorkov | |
2018-05-24 | indexamajig: Warn if a frame takes more than 10 minutes to process | Thomas White | |
2018-05-24 | indexamajig: Show timeout in minutes not seconds | Thomas White | |
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-05-11 | partialator: Don't refuse to start if pr-logs folder exists | Thomas White | |
It's a nice idea, but I'm not sure it helps. | |||
2018-05-11 | Fix up scaling definitions | Thomas White | |
2018-05-11 | Disable initial scaling if requested | Thomas White | |
2018-05-11 | Fix memory leaks | Thomas White | |
2018-05-07 | Remove unnecessary scaling loop | Thomas White | |
2018-05-07 | Add more reflection checks before scaling | Thomas White | |
2018-05-07 | Add SCALE_VERBOSE_ERRORS | Thomas White | |
2018-05-07 | Implement scale_one_crystal(.., SCALE_NO_B) | Thomas White | |
2018-05-07 | Pass scaling flags down | Thomas White | |
2018-05-07 | Simplify scaling | Thomas White | |
2018-05-07 | Move residual() and log_residual() to merge.c | Thomas White | |
2018-05-07 | Preparation for adjusting B factor during post-refinement | Thomas White | |
Add --no-Bscale option to partialator, and pass down as far as needed residual() no longer does scaling: call scale_one_crystal() first if necessary scale_one() replaces old linear_scale() function to scale a pair of RefLists (but so far does the same as the old function) | |||
2018-05-07 | Remove unused parameter | Thomas White | |
2018-05-04 | Expand warning about --push-res without rescut | Thomas White | |
2018-05-04 | Put list of indexing methods into stream header | Thomas White | |
Needed for when the methods are auto-determined. |