Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-11 | Fix up scaling definitions | Thomas White | |
2018-05-11 | Disable initial scaling if requested | Thomas White | |
2018-05-11 | Fix memory leaks | Thomas White | |
2018-05-07 | Remove unnecessary scaling loop | Thomas White | |
2018-05-07 | Add more reflection checks before scaling | Thomas White | |
2018-05-07 | Add SCALE_VERBOSE_ERRORS | Thomas White | |
2018-05-07 | Implement scale_one_crystal(.., SCALE_NO_B) | Thomas White | |
2018-05-07 | Pass scaling flags down | Thomas White | |
2018-05-07 | Simplify scaling | Thomas White | |
2018-05-07 | Move residual() and log_residual() to merge.c | Thomas White | |
2018-05-07 | Preparation for adjusting B factor during post-refinement | Thomas White | |
Add --no-Bscale option to partialator, and pass down as far as needed residual() no longer does scaling: call scale_one_crystal() first if necessary scale_one() replaces old linear_scale() function to scale a pair of RefLists (but so far does the same as the old function) | |||
2018-05-07 | Remove unused parameter | Thomas White | |
2018-05-04 | Expand warning about --push-res without rescut | Thomas White | |
2018-05-04 | Put list of indexing methods into stream header | Thomas White | |
Needed for when the methods are auto-determined. | |||
2018-05-04 | geoptimiser: Add options for AGIPD | Oleksandr Yefanov | |
2018-05-04 | Formatting fussiness | Thomas White | |
2018-05-04 | geoptimiser: Add --no-rotation and --stretch-map | Oleksandr Yefanov | |
2018-05-04 | geoptimiser: Add --max-num-peaks-per-pixel | Oleksandr Yefanov | |
2018-05-02 | Revert 1/corr weighting during merge | Thomas White | |
This restores the scaling behaviour (and performance) of version 0.6.3 | |||
2018-05-02 | Remove scale_all_to_reference | Thomas White | |
2018-05-02 | Comment out message about disabled function | Thomas White | |
2018-04-30 | geoptimiser: Fix rotation | Oleksandr Yefanov | |
2018-04-30 | geoptimiser: Add MaxPeaksPerPixel | Oleksandr Yefanov | |
2018-04-27 | get_pattern(): Check event ID could be parsed correctly | Thomas White | |
2018-04-27 | Fussiness | Thomas White | |
2018-04-25 | ambigator: Add own audit information to stream | Thomas White | |
2018-04-24 | process_hkl: Add stream audit information to reflection list | Thomas White | |
2018-04-24 | partialator: Add stream audit information to reflection list | Thomas White | |
2018-04-20 | Restore peak alignment check and unset multi-lattice indexing as default | Thomas White | |
Unfortunately, they seem to be severely reducing data quality. Partially reverts 60c48f3876b0d3c30bf729ce691dbd3f56665c4c | |||
2018-04-20 | Set default bandwidth very small | Thomas White | |
This seems to have been reducing data quality by overpredicting. | |||
2018-03-02 | Use old scaling code | Thomas White | |
2018-03-02 | Remove unnecessary pmodels | Thomas White | |
2018-03-02 | Restore old scaling code | Thomas White | |
2018-03-02 | Don't calculate pobs if reference reflection is weak | Thomas White | |
2018-02-27 | Write logs for test program | Thomas White | |
2018-02-27 | Add --force-bandwidth and --force-radius | Thomas White | |
2018-02-27 | Move pgraph.dat to pr-logs folder | Thomas White | |
2018-02-27 | Add current value to grid plots | Thomas White | |
2018-02-27 | Trap very large profile radius values | Thomas White | |
2018-02-27 | partialator: Add -w and --operator options | Thomas White | |
2018-02-27 | Don't write pgraph.dat if --no-logs | Thomas White | |
2018-02-27 | partialator: Tidy up old log files, and add --no-logs | Thomas White | |
2018-02-27 | Update copyright date | Thomas White | |
2018-02-27 | Increase resolution of grid scan | Thomas White | |
Needed to see the minimum in profile radius | |||
2018-02-27 | Add indices to spectrum graph | Thomas White | |
2018-02-27 | Take modulus of profile radius | Thomas White | |
A bit nasty, but avoids lots of NANs | |||
2018-02-27 | Add units to grid scan axes | Thomas White | |
2018-02-27 | Don't write logs if --no-pr | Thomas White | |
It just takes too long. | |||
2018-02-27 | Reduce granularity of grid scans | Thomas White | |
The time taken was excessive. | |||
2018-02-27 | Save multiple grid maps | Thomas White | |