aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-08Update docs, comments etcThomas White
2013-02-06Some small(ish) fixesThomas White
2013-02-06Fix process_hklThomas White
2013-02-06StuffThomas White
2013-02-06Stuff for partial_simThomas White
2013-02-06Stuff for partialatorThomas White
2013-02-05WIP on updating partialatorThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-05Indexing pipeline - "done"!Thomas White
2013-02-05WIP on bringing programs up to dateThomas White
2013-02-04Indexing stuffThomas White
2013-01-28hdfsee: Boost, as given on command line, can be a non-integerThomas White
2013-01-10Handle '?' return value from getopt_long()Thomas White
2013-01-10FormattingThomas White
2013-01-10Document compare_hkl --intensity-shellsThomas White
2013-01-10indexamajig: Add --integrate-foundThomas White
2013-01-04compare_hkl: Add --intensity-shellsThomas White
2012-12-14Beam and detector geometry don't need to be copiedThomas White
The did when this was all done with threads, but with separate processes each worker has its own copy of the structure already. It can be updated after every image and freed at the end.
2012-12-14WhitespaceThomas White
2012-12-13more user options for beam photon energyChun Hong Yoon
2012-12-05process_hkl: Add --min-measurementsThomas White
2012-12-05Add a FIXMEThomas White
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