Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-21 | Show error information if forkpty() fails | Thomas White | |
2012-11-12 | Use given HDF5 path when checking for it in configure | Thomas White | |
2012-11-06 | Check for HDF5 library (earlier) | Thomas White | |
2012-10-29 | Add new script: scripts/peak-intensity | Thomas White | |
2012-10-22 | Fix argument to add_symop() | Thomas White | |
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 | Fix (still) broken bad rectangle test | Thomas White | |
2012-10-22 | Update .gitignore | 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 | Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel | Thomas White | |
2012-10-20 | integrate_peak(): Restore check for bad region | Thomas White | |
This fixes a regression introduced by ad2c84d0, predating the initial CrystFEL release. | |||
2012-10-20 | Not actually deprecated (yet) | Thomas White | |
2012-10-20 | Remove unused variable | Thomas White | |
2012-10-20 | Fussiness | Thomas White | |
2012-10-20 | Merge remote-tracking branch 'bitwiz/nadia/minorthings' | Thomas White | |
2012-10-20 | Update documentation | 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-20 | Extreme fussiness | Thomas White | |
2012-10-20 | Update documentation | Thomas White | |
2012-10-19 | Don't predict systematically absent reflections | Thomas White | |
D'oh | |||
2012-10-19 | Update a comment | Thomas White | |
2012-10-19 | Convert SymOpList to use IntegerMatrix | Thomas White | |
This simplifies things a lot | |||
2012-10-19 | Update .gitignore | Thomas White | |
2012-10-19 | Add useful comments | Thomas White | |
2012-10-19 | Switch off INVERTX for MOSFLM | Thomas White | |
2012-10-19 | Formatting | Thomas White | |
2012-10-18 | Add scripts/find-filename | Thomas White | |
2012-10-17 | describe_symmetry(): Don't attempt to display "i" | Thomas White | |
It makes an invalid assumption about the setting | |||
2012-10-17 | describe_symmetry(): More faff | Thomas White | |
2012-10-17 | Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel | Thomas White | |
Conflicts: libcrystfel/src/symmetry.c | |||
2012-10-17 | describe_symmetry: Improve padding | Thomas White | |
2012-10-17 | describe_symmetry: More space between equivalents | Thomas White | |
2012-10-17 | describe_symmetry: Print plus sign only if a minus sign isn't | Thomas White | |
2012-10-17 | describe_symmetry: Add commas when needed | Thomas White | |
2012-10-15 | indexamajig: Fix tiny memory leak | Thomas White | |
2012-10-15 | Add add_op_intmat() | Thomas White | |
2012-10-15 | Add intmat_is_identity() | Thomas White | |
2012-10-15 | Add tfn_from_intmat() | Thomas White | |
2012-10-12 | Add missing newlines | Thomas White | |
2012-10-12 | Add missing file | 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. | |||
2012-10-11 | Add some more tests | Thomas White | |
2012-10-11 | Tie off loose ends | Thomas White | |
This whole idea is rubbish. There's no way to communicate the setting information via the H-M spacegroup symbol in this way, except in a few circumstances. See ITA (2005) section 4.3. This simplifies matters a lot. There's no need for any extra parsing, because the "_uaX" system is sufficient, and is the best that can be done without inventing a whole new system for point group symbols. | |||
2012-10-11 | Fix MOSFLM space groups (really the last time) | Thomas White | |
This whole idea is rubbish. There's no way to communicate the setting information via the H-M spacegroup symbol in this way, except in a few circumstances. See ITA (2005) section 4.3. | |||
2012-10-10 | const-ify the integer matrix library | Thomas White | |