aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-05Merge branch 'master' into simple-searchThomas White
2008-11-05Zaefferer peak search: don't duplicate reflections so muchThomas White
2008-11-05Line wrapping and tidy-up in itrans-zaefferer.cThomas White
2008-11-04Reprojection improvementsThomas White
New line-sphere intersection mathematics (Slightly) more numerically stable quadratic formula
2008-11-04Merge branch 'master' into simple-searchThomas White
2008-11-04Correct scale bar length for FORMULATION_CLENThomas White
2008-11-04Merge branch 'master' into simple-searchThomas White
2008-11-04Don't draw a scale bar on the summed image stackThomas White
2008-11-04Line wrapping in prealign.cThomas White
2008-11-04Set formulation mode for QDRP series in a more sensible placeThomas White
2008-11-04qdrp_parseline() has no business setting ctx->reflectionlistThomas White
2008-11-04Line wrapping and comment fussinessThomas White
2008-11-04Fix crashiness when not using cached reflectionsThomas White
2008-10-15Tidy up and actually remove debugging stuff from reproject.cThomas White
2008-10-15Use dot product projection for reprojectionThomas White
The refinement code uses a projection based on taking dot products with the x and y directions. Do the same thing for reprojection to find the azimuth of the scattered beam, instead of the NASTY stuff currently used.
2008-10-15Remove debugging stuffThomas White
2008-10-15Fix debuggingThomas White
2008-10-15Don't add omega to reprojected point azimuth (!)Thomas White
2008-10-15Us mapping_rotate to get 'n' (and hence 'k')Thomas White
2008-10-15Use mapping_rotate to get 'up' directionThomas White
2008-10-15Enable debugging visualisationThomas White
2008-10-13Merge branch 'master' into simple-searchThomas White
2008-10-13Line wrapping and comments in prealign.{c,h}Thomas White
2008-10-03Put basic refinement debugging messages in the Messages tabThomas White
2008-10-03Merge branch 'master' into simple-searchThomas White
2008-10-03(Temporarily) ignore all images during refinement, apart from the firstThomas White
2008-10-03Tidy up confidence stuffThomas White
2008-10-03Show final deviations after refinementThomas White
Fix some debugging comments
2008-10-03Don't complain about negative ImageDisplayMark weightsThomas White
2008-10-03Merge branch 'master' into simple-searchThomas White
2008-10-03Update displaywindow_switch_page() for new tab numberingThomas White
2008-10-02Test confidence before refinementThomas White
2008-10-02Merge branch 'master' into simple-searchThomas White
2008-10-02Add a new tab for messagesThomas White
2008-10-02Merge branch 'master' into simple-searchThomas White
2008-10-02Refuse to continue if no cache filename provided (don't just exit)Thomas White
2008-10-02Merge branch 'master' into simple-searchThomas White
Conflicts: src/refine.c
2008-10-02Update copyright date in src/displaywindow.hThomas White
(cherry picked from commit 6f0d677b94371a834a695b97cdab19eb2e6adb43)
2008-10-02Display modulus of deviationTom White
Conflicts: src/refine.c
2008-10-02Remove the pointless status barTom White
2008-10-02Tarmac over more redraw problemsTom White
Redraw was still broken (see aa283fe34) when bringing the window to the top of the stack at the same time as focussing the 3D display tab. This adds a further extra redraw to fix it.
2008-10-02Fatter scale barTom White
2008-10-02Update 'About' window copyright datesTom White
2008-10-02Change background colourTom White
(Old green colours were making me feel ill)
2008-10-02Force glbits to redraw when switching tabs in the DisplayWindowTom White
(works around tab switching issues)
2008-10-02Add a scale bar to the diffraction patternsTom White
2008-10-02Line wrapping in src/imagedisplay.{c,h}Tom White
2008-10-02Line wrapping and copyright in mapping.cTom White
2008-10-02Line wrapping in src/displaywindow.cTom White
2008-10-02Process ALL images in refinetest3d3Tom White