Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-12 | Don't lose the last chunks from each worker | Thomas White | |
2013-02-11 | Improve and fix stream marshalling | Thomas White | |
2013-02-09 | Fussiness, formatting and SPOT | Thomas White | |
2013-02-09 | Fix options | Thomas White | |
2013-02-09 | Rework indexamajig option processing | Thomas White | |
2013-02-09 | Add '--res-cutoff' | Thomas White | |
2013-02-09 | uncenter_cell: Free transformation if it's not needed by the caller | Thomas White | |
2013-02-09 | Restore control over what goes in the stream | Thomas White | |
2013-02-09 | Clarify lattice type information | Thomas White | |
2013-02-09 | hdfsee: Tidy up confusing error message | Thomas White | |
2013-02-08 | Small tweaks | Thomas White | |
2013-02-08 | Put the command line back in the stream | Thomas White | |
2013-02-08 | Update docs, comments etc | Thomas White | |
2013-02-06 | Some small(ish) fixes | Thomas White | |
2013-02-06 | Fix process_hkl | Thomas White | |
2013-02-06 | Stuff | Thomas White | |
2013-02-06 | Stuff for partial_sim | Thomas White | |
2013-02-06 | Stuff for partialator | Thomas White | |
2013-02-05 | WIP on updating partialator | Thomas White | |
2013-02-05 | Fixes for indexing pipeline | Thomas White | |
2013-02-05 | Indexing pipeline - "done"! | Thomas White | |
2013-02-05 | WIP on bringing programs up to date | Thomas White | |
2013-02-04 | Indexing stuff | Thomas White | |
2013-01-10 | Handle '?' return value from getopt_long() | Thomas White | |
2013-01-10 | Formatting | Thomas White | |
2013-01-10 | Document compare_hkl --intensity-shells | Thomas White | |
2013-01-10 | indexamajig: Add --integrate-found | Thomas White | |
2013-01-04 | compare_hkl: Add --intensity-shells | Thomas White | |
2012-12-14 | Beam and detector geometry don't need to be copied | Thomas 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-14 | Whitespace | Thomas White | |
2012-12-13 | more user options for beam photon energy | Chun Hong Yoon | |
2012-12-05 | process_hkl: Add --min-measurements | Thomas White | |
2012-12-05 | Add a FIXME | Thomas White | |
2012-12-04 | get_hkl: Fix a segfault | Thomas White | |
2012-11-30 | check_hkl: Take forbidden reflections into account when calculating completeness | Thomas White | |
2012-11-29 | indexamajig: Add --no-revalidate and update manpage | Thomas White | |
2012-11-29 | indexamajig: Add --use-saturated | Thomas White | |
2012-11-29 | indexamajig: Add --integrate-saturated | Thomas White | |
2012-11-23 | compare_hkl: Actually use --rmin/rmax | Thomas 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-22 | Formatting | Thomas White | |
2012-10-22 | indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5 | Thomas White | |
2012-10-22 | Kick powder_plot out (to crystfel-programs) | Thomas White | |
2012-10-21 | indexamajig: Record number of saturated reflections in stream | Thomas White | |
2012-10-21 | hdfsee: Rationalise colour scale calculation, ignore max_adu | Thomas White | |
2012-10-20 | Fussiness | Thomas White | |
2012-10-20 | Check for nonsensical value of lambda (too high) in HDF5 | Nadia Zatsepin | |
2012-10-20 | indexamajig: Don't load unit cell if none given | Thomas White | |
This fixes some incorrect behaviour introduced by c7712c20. | |||
2012-10-15 | indexamajig: Fix tiny memory leak | Thomas White | |
2012-10-12 | Add missing newlines | Thomas White | |
2012-10-11 | indexamajig: Load the unit cell whether it's needed or not | Thomas White | |
This allows MOSFLM indexing to have access to more information. |