aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-21Tidy up calibration mode a bitThomas White
2014-06-27Tweak partialator_merge_check_3 for small difference due to change of ↵Thomas White
scaling method
2014-06-27Add Thin Ewald Sphere modelThomas White
2014-06-26Rationalise counting of filtered eigenvaluesThomas White
2014-06-26Tidy up / fussinessThomas White
2014-06-26Add get_symopKenneth Beyerlein
2014-06-25Pass the partiality model down from the API levelThomas White
2014-06-24Add unlikely()Thomas White
2014-06-20indexamajig: Add --peak-radiusThomas White
2014-06-16partial_sim: Don't assume input reflection list is in asymmetric unitThomas White
2014-06-13Add extern "C" for C++ compatibilityChuck
2014-06-12Fix ReAx logicThomas White
2014-06-05partialator: Use reciprocal scale factors insteadThomas White
2014-06-05ambigator: Add --corr-matrixThomas White
2014-06-02Update docsThomas White
2014-06-02partialator: Remove --referenceThomas White
It's not a good idea, and PR works well enough now that we no longer need this for testing
2014-06-02try is a keyword in c++Chuck
2014-06-02process_hkl: Update docs (remove --reference)Chuck
2014-06-02process_hkl: Remove --sum and --max-onlyChuck
2014-05-30Update docsThomas White
2014-05-28hdfsee: Add ability to move all panels togetherThomas White
2014-05-26partialator: Restore minimum number of observations for PRThomas White
2014-05-23Refine radiusThomas White
2014-05-23Scale against strong reflections onlyThomas White
2014-05-23Add scripts/gen-sfs-expand to Makefile.amThomas White
2014-05-23get_hkl: Fix a FIXMEThomas White
2014-05-23Tidy up gen-sfs and gen-sfs-expandThomas White
2014-05-23gen-sfs didn't output the phases in the .hkl fileLorenzo Galli
2014-05-23Ensure flags are set to zero even if we aren't scalingThomas White
2014-05-23new reflection list formatChuck
2014-05-23Added script for expanding to P1Chuck
2014-05-23Fix flagsThomas White
2014-05-23Remove dump of scale factorsThomas White
2014-05-23Remove old errorThomas White
2014-05-23Further simplify scaling convergence criterionThomas White
2014-05-23Flag crystal as bad if scaling calculation goes wrongThomas White
2014-05-23Remove remnants of old convergence criterionThomas White
2014-05-23Remove redundant old stuffThomas White
2014-05-23Remove {get,set}_{scalable,refinable}()Thomas White
2014-05-23Simplify criteria for scaling, merging and PRThomas White
2014-05-23Outlier rejection and new convergence criterion for scalingThomas White
2014-05-22Rationalise and document stream "open for write" functionsThomas White
A nice side-effect is that streams now only have one set of headers
2014-05-22Fix permissions of newly created stream filesThomas White
The user's umask should prevent all the streams from being (eg) world writable.
2014-05-22partialator: Recalculate partialities after reverting crystalThomas White
2014-05-22partialator: Be less verbose about SVD failuresThomas White
2014-05-22partialator: Load data more quicklyThomas White
2014-05-22cell_explorer: Report number of loaded cells less oftenThomas White
2014-05-22cell_explorer: Use read_stream_2()Thomas White
2014-05-22Add read_chunk_2() for faster reading of streamsThomas White
2014-05-22Add average_camera_length to streamThomas White