aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-12-04get_hkl: Fix a segfaultThomas White
2012-11-30check_hkl: Take forbidden reflections into account when calculating completenessThomas White
2012-11-29indexamajig: Add --no-revalidate and update manpageThomas White
2012-11-29indexamajig: Add --use-saturatedThomas White
2012-11-29indexamajig: Add --integrate-saturatedThomas White
2012-11-23compare_hkl: Actually use --rmin/rmaxThomas White
Previously, they were just used to filter out reflections outside the resolution range, and the bins would be calculated from the resolution limits of whatever was left. Now, the given values are used exactly for calculating the bins.
2012-10-22FormattingThomas White
2012-10-22indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5Thomas White
2012-10-22Kick powder_plot out (to crystfel-programs)Thomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-10-21hdfsee: Rationalise colour scale calculation, ignore max_aduThomas White
2012-10-20FussinessThomas White
2012-10-20Check for nonsensical value of lambda (too high) in HDF5Nadia Zatsepin
2012-10-20indexamajig: Don't load unit cell if none givenThomas White
This fixes some incorrect behaviour introduced by c7712c20.
2012-10-15indexamajig: Fix tiny memory leakThomas White
2012-10-12Add missing newlinesThomas White
2012-10-11indexamajig: Load the unit cell whether it's needed or notThomas White
This allows MOSFLM indexing to have access to more information.
2012-10-06FormattingThomas White
2012-10-06Count silly reflectionsThomas White
2012-10-05FussinessThomas White
2012-10-05compare_hkl: Fix obvious bugThomas White
2012-10-05compare_hkl: Add --shell-file, update documentationThomas White
2012-10-05compare_hkl: Complete reworkThomas White
2012-10-04render_hkl: Update docsThomas White
2012-10-04Fix two more FIXMEsThomas White
2012-10-02render_hkl: New option "--zone" for selecting Laue zone numberThomas White
2012-10-02Remove unnecessary includesThomas White
2012-10-02Move unit cell utility stuff to separate moduleThomas White
2012-10-02get_hkl: Make -w work properlyThomas White
2012-10-01render_hkl: Typo in error messageThomas White
2012-09-24hdfsee: Use the same "max" value for every panelThomas White
Up to now, it used an individual maximum value for each panel.
2012-09-06pattern_sim: Add 32 and m-3 to GPU simulationThomas White
2012-09-04hdfsee: Prevent silliness with menu togglesThomas White
2012-09-04Fix widespread bug-hiding problem with command line argument handlingThomas White
2012-09-03get_hkl: Remove -p optionThomas White
2012-09-03powder_plot: Fix optionsThomas White
2012-08-09indexamajig: Make "-e/--image" work againThomas White
This got lost somewhere in the speed improvements
2012-08-08hdfsee: Ignore bad pixels when calculating range of imageThomas White
Somebody PLEASE make the bad pixel colour user-configurable...
2012-08-08hdfsee: Render bad pixels and regions in brownThomas White
2012-08-08Fix buglets spotted by new compiler on Fedora 17Thomas White
2012-07-30get_hkl: Trap a few edge casesThomas White
2012-07-29indexamajig: Count a pattern as 'processed' if the worker process crashedThomas White
2012-07-29check_hkl: Don't report low completeness just because some sigma values are ↵Thomas White
silly
2012-07-26New parameter in beam description files: profile_radiusThomas White
2012-07-26Fix dependence on Cairo >= 1.6.0Thomas White
cairo_surface_show_page() is only available from Cairo 1.6.0 onwards, but cairo_show_page() is just as easy and is available from 1.2.0.
2012-07-24FormattingThomas White
2012-07-23process_hkl: Make --stop-after workThomas White
2012-07-23indexamajig: Remove "Worker <n> exited normally" messageThomas White
2012-07-23Merge branch 'tom/speed'Thomas White
2012-07-23process_hkl: Add --no-polarisation optionThomas White