aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2012-12-03Remove data dir from INCLUDESThomas White
This was needed before, but not any more.
2012-12-03Add crystfel.pc file for pkg-configThomas White
2012-12-03Treat SNR=nan (=0/0) as below any SNR thresholdThomas White
2012-12-03FussinessThomas White
2012-12-03Use a less scary message for EINTRThomas White
This is almost completely benign, and happens when profiling.
2012-11-30Fix uninitialised saturation flagThomas White
2012-11-30Calculate minimum and maximum 1/d without iterating over every pixelThomas White
2012-11-29indexamajig: Add --use-saturatedThomas White
2012-11-29Suppress "Couldn't sort reflections" message when there are no predicted peaksThomas White
2012-11-29indexamajig: Add --integrate-saturatedThomas White
2012-11-21Show error information if forkpty() failsThomas White
2012-10-22Fix argument to add_symop()Thomas White
2012-10-22indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5Thomas White
2012-10-22Fix (still) broken bad rectangle testThomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-10-20Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfelThomas White
2012-10-20integrate_peak(): Restore check for bad regionThomas White
This fixes a regression introduced by ad2c84d0, predating the initial CrystFEL release.
2012-10-20Not actually deprecated (yet)Thomas White
2012-10-20Remove unused variableThomas White
2012-10-20Update documentationThomas White
2012-10-20Extreme fussinessThomas 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-19Add useful commentsThomas White
2012-10-19Switch off INVERTX for MOSFLMThomas White
2012-10-19FormattingThomas 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-17describe_symmetry: Improve paddingThomas 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-15Add add_op_intmat()Thomas White
2012-10-15Add intmat_is_identity()Thomas White
2012-10-15Add tfn_from_intmat()Thomas 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-04Fix a FIXMEThomas White
2012-10-03Fix MOSFLM space groups a (hopefully) final timeThomas White
More woes resulting from "H centering"...
2012-10-03Fix MOSFLM space groups (again)Thomas White
2012-10-02Fix commentsThomas White
2012-10-02Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfelThomas White
2012-10-02Fix MOSFLM space groupsThomas White
2012-10-02Fix obvious bugThomas White
2012-10-02Use the correct panel numberThomas White
2012-10-02Fix segfault on failed indexingThomas White