aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-30Reconfigure Gnulib with --libtool (and update to latest)Thomas White
2012-05-30Remove pseudo-merohedral list from symmetry tableThomas White
It's an incomplete list, so let's not pretend otherwise.
2012-05-30Merge branch 'tom/max_adu'Thomas White
2012-05-30Add an extra checkThomas White
2012-05-25List point group possibilities in "man crystfel"Thomas White
2012-05-22Update manualThomas White
2012-05-21Update manualThomas White
2012-05-21Fix tests/integration_check for cutoffThomas White
2012-05-21ADU threshold is on pixel value, not photon-bg subtracted versionThomas White
2012-05-21Write max_adu out to saved geometry fileThomas White
2012-05-21ADU limit in peak integrationThomas White
2012-05-18WhitespaceThomas White
2012-05-18fixed --histogram in process_hklLorenzo Galli
2012-04-26Update the peak coordinates when doing --closer-peakThomas White
This should make it much more obvious (via check-near-bragg) when the peak positions are wrong.
2012-04-26Tidy up a bit in src/dw-hdfsee.cThomas White
2012-04-26Single point of truth for indices when sorting reflectionsThomas White
2012-04-26indexamajig: Make --no-closer-peak the defaultThomas White
2012-04-26Remove PEAK_CLOSE (not used for anything)Thomas White
2012-04-24partialator: Fix short optionsThomas White
2012-04-19FormattingThomas White
2012-04-19Remove check for rlow > rhighThomas White
I'm happy that there are no gremlins here, now. This happens only for 000, where rlow and rhigh both go to zero. It doesn't make sense to have a special check for the condition.
2012-04-19Simplify prediction criterionThomas White
2012-04-10Fix maximum index calculationThomas White
2012-04-05Remove old commentThomas White
2012-04-05Fix partiality calculationThomas White
2012-04-05Improved spot predictionThomas White
2012-04-05Fix iteration bounds for peak integrationThomas White
2012-04-03partial_sim: Document --pgraphThomas White
2012-04-02indexamajig: Check beam file is present early, not in process_image()Thomas White
2012-03-29integrate_peak() should be staticThomas White
2012-03-29Add some more symmetry testsThomas White
2012-03-26Make sure 'diffracting_resolution' is setThomas White
I'm sure I've fixed this bug many times before...
2012-03-26Fix find_panel() (again)Thomas White
This fixes a not-so-subtle bug introduced by 289c8a77c252e080d4d4086b848ea8fdcb604147.
2012-03-23Fix hdf5_write_image()Thomas White
2012-03-23Tweak autogen.sh againThomas White
2012-03-23Remove unnecessary max_sizeThomas White
2012-03-23Add new function hdf5_write_image() to include all relevant information in ↵Thomas White
the file
2012-03-22autogen.sh: Use -copy for libtoolizeThomas White
2012-03-22Remove obsolete documentationThomas White
2012-03-22Tweak autogen.sh optionsThomas White
2012-03-22Require gtk-doc 1.9 or above, and document changesThomas White
2012-03-20Put autogen.sh in the right orderThomas White
2012-03-20Update .gitignoreThomas White
2012-03-20Restore GNUlib files in build-auxThomas White
2012-03-20Update .gitignoreThomas White
2012-03-20Re-order autogen.shThomas White
2012-03-20Remove build-aux contentsThomas White
2012-03-19Remove libtool m4 filesThomas White
2012-03-19Update GNUlib stuffThomas White
2012-03-19Fix arithmetic subtlety in find_panel()Thomas White