aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-12Remove weightingThomas White
This reverts the previous commit. Obviously, if the sigma(I) value is negative, stuff goes wrong. Need a better weighting scheme here.
2015-03-12Restore weighting when determining scale factorsThomas White
2015-03-12Fix correction for scalingThomas White
2015-03-12Tweak rejection criteriaThomas White
2015-03-12Keep the centre of the B factor distribution at zeroThomas White
2015-03-12Show more information about rejected crystalsThomas White
2015-03-12Show changes in B factors and rejected crystalsThomas White
2015-03-12partialator: Add --start-paramsThomas White
2015-03-12partialator: Disable early rejection (for now)Thomas White
2015-03-12Fussiness (extreme)Thomas White
2015-03-12Increase number of cycles for scalingThomas White
2015-03-12Fix silly bug in B factorThomas White
2015-03-12Use running variance formula and add weightingThomas White
2015-03-12Remove debugging stuffThomas White
2015-03-12Improve rejectionThomas White
2015-03-12partialator: Add B-factor scaling and rejectionThomas White
2015-03-12compare_hkl: Use B-factor scalingThomas White
2015-03-05copy_geom(): fix furthest_in_panelThomas White
2015-03-05Crystal: add BfacThomas White
2015-03-05copy_geom(): fix furthest_out_panelThomas White
2015-03-04hdfsee: Support peak lists with only fs,ss coordinatesThomas White
2015-03-04Avoid segfault if cell can't be loadedThomas White
2015-03-02Avoid duplication of last line of geometry file in streamThomas White
2015-03-02process_hkl: Improve errors a bitThomas White
2015-02-26Update .gitignoreThomas White
2015-02-24Fix manual page for partial_simThomas White
2015-02-23This is CrystFEL 0.6.00.6.0Thomas White
2015-02-23hdfsee: Fix text in "Go to event" boxThomas White
2015-02-23Added option to jump to random eventValerio Mariani
2015-02-23geoptimiser: Fix option stringThomas White
2015-02-23geoptimiser: Fix colour scale of error mapsThomas White
2015-02-23geoptimiser: look at the right crystalThomas White
2015-02-23-e option for hdfsee overrides data layout description from geometry fileValerio Mariani
2015-02-21Remove unused variableThomas White
2015-02-21Fix for string matching bugValerio Mariani
2015-02-21Fix the bug in geoptimiser which prevented the optimization of quadrants as ↵Valerio Mariani
connected panels
2015-02-20in_bad_region(): fs/ss bad regions use orig coordinatesThomas White
2015-02-20Sets saving of maps as default for geoptimiserValerio Mariani
2015-02-20indexamajig: Show event ID if there are implausible reflectionsThomas White
2015-02-20FormattingThomas White
2015-02-20get_value() -> hdfile_get_value()Thomas White
2015-02-20Rationalise get_value() stuffThomas White
2015-02-20indexamajig: Intelligently set default peak pathThomas White
2015-02-20copy_geom(): Fix obvious bugThomas White
2015-02-20indexamajig: Take a copy of the geometry structureThomas White
There are already things which alter this structure during processing, and probably more to come. Taking a copy avoids problems down the line and fixes a serious bug when using coffset and a fixed clen.
2015-02-20FussinessThomas White
2015-02-20copy_geom(): Initialise rg collection stuffThomas White
Otherwise, the later code adds the new RGs to a shallow copy of the old list (i.e. just a copy of the pointer). Hilarity ensues.
2015-02-19get_detector_geometry(): allow beam==NULLThomas White
2015-02-19geoptimiser: Fix error messageThomas White
2015-02-19Stop if rigid groups and rigid group collections cannot be parsed correctlyValerio Mariani