aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-30Calculate minimum and maximum 1/d without iterating over every pixelThomas 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-29Suppress "Couldn't sort reflections" message when there are no predicted peaksThomas 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-11-21Show error information if forkpty() failsThomas White
2012-11-12Use given HDF5 path when checking for it in configureThomas White
2012-11-06Check for HDF5 library (earlier)Thomas White
2012-10-29Add new script: scripts/peak-intensityThomas White
2012-10-22Fix argument to add_symop()Thomas White
2012-10-22FormattingThomas 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-22Update .gitignoreThomas 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-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-20FussinessThomas White
2012-10-20Merge remote-tracking branch 'bitwiz/nadia/minorthings'Thomas White
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