aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-20Update documentationThomas 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-20Extreme fussinessThomas White
2012-10-20Update documentationThomas White
2012-10-19Don't predict systematically absent reflectionsThomas White
D'oh
2012-10-19Update a commentThomas White
2012-10-19Convert SymOpList to use IntegerMatrixThomas White
This simplifies things a lot
2012-10-19Update .gitignoreThomas White
2012-10-19Add useful commentsThomas White
2012-10-19Switch off INVERTX for MOSFLMThomas White
2012-10-19FormattingThomas White
2012-10-18Add scripts/find-filenameThomas White
2012-10-17describe_symmetry(): Don't attempt to display "i"Thomas White
It makes an invalid assumption about the setting
2012-10-17describe_symmetry(): More faffThomas White
2012-10-17Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfelThomas White
Conflicts: libcrystfel/src/symmetry.c
2012-10-17describe_symmetry: Improve paddingThomas White
2012-10-17describe_symmetry: More space between equivalentsThomas White
2012-10-17describe_symmetry: Print plus sign only if a minus sign isn'tThomas White
2012-10-17describe_symmetry: Add commas when neededThomas White
2012-10-15indexamajig: Fix tiny memory leakThomas White
2012-10-15Add add_op_intmat()Thomas White
2012-10-15Add intmat_is_identity()Thomas White
2012-10-15Add tfn_from_intmat()Thomas White
2012-10-12Add missing newlinesThomas White
2012-10-12Add missing fileThomas 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-11Add some more testsThomas White
2012-10-11Tie off loose endsThomas 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-11Fix 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-10const-ify the integer matrix libraryThomas White
2012-10-10Split cofactor calculationThomas White
2012-10-10WhitespaceThomas White
2012-10-10Handle weird unique axis variants of all point groupsThomas White
2012-10-10Tweak compare_hkl manualThomas White
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-04scripts/gen-sfs-ano: Fix typo in helpThomas White
2012-10-04Fix typo in compare_hkl(1)Thomas White
2012-10-04render_hkl: Update docsThomas White
2012-10-04Fix two more FIXMEsThomas White
2012-10-04Fix a FIXMEThomas White
2012-10-03This is CrystFEL 0.4.20.4.2Thomas White
2012-10-03Fix MOSFLM space groups a (hopefully) final timeThomas White
More woes resulting from "H centering"...
2012-10-03Remove libcrystfel files from dependencies of testsThomas White
If they're listed, then automake tries to recurse into "libcrystfel" during "make distclean", resulting in an error (and a failure of "make distcheck").
2012-10-03Fix MOSFLM space groups (again)Thomas White