aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-30Adapted doc to min-sig -> min-snr changeYaroslav Gevorkov
2018-05-30Changed sig_fac to min_snrYaroslav Gevorkov
2018-05-30Use only the main version number in crystfel.pcThomas White
Otherwise pkg-config won't know how to compare versions
2018-05-30Remove -pthread from Cflags in crystfel.pcThomas White
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-30Reduce over-linkingThomas White
Only two CrystFEL programs actually use HDF5 directly
2018-05-29Add unique axis to names of point groups, if necessaryThomas White
2018-05-29Make libcrystfel dependencies privateThomas White
2018-05-29Move libcrystfel-specific dependencies to libcrystfel folderThomas White
2018-05-28Set version for shared libraryThomas White
2018-05-28Set RPATH more specificallyThomas White
2018-05-28Comment fussinessThomas White
2018-05-28Fix installation pathsThomas White
2018-05-28Remove NEWSThomas White
Vestigial autotools file which we never used anyway.
2018-05-28Fix linker run pathThomas White
2018-05-28Update version number in CMakeLlists.txtThomas White
Whoops.
2018-05-25Fix incorrect loop in cleanup_indexingThomas White
2018-05-25Make build of API documentation optionalThomas White
2018-05-25Delete obsolete include and variableYaroslav Gevorkov
2018-05-25Change getopt numbers to avoid overlap with charsYaroslav Gevorkov
2018-05-24adapt cmake to link to fdip includes in testsYaroslav Gevorkov
2018-05-24updated FDIP cmake to newest versionYaroslav Gevorkov
2018-05-24Formatting in --helpThomas White
2018-05-24Fix typos in helpThomas White
2018-05-24Generalise peakfinder9 error messages, and fail if not compiled inThomas White
2018-05-24Move FDIP includes to top, and remove unnecessary onesThomas White
2018-05-24Update authorship and copyright datesThomas White
2018-05-24Tweak wording in manualThomas White
2018-05-24FormattingThomas White
2018-05-24Add "peakfinder9"Yaroslav Gevorkov