Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | add stable inline mean variance function | Wolfgang Brehm | |
2019-08-16 | Add intmat_zero | Thomas White | |
2019-08-16 | Add rtnl_mtx_is_identity() and rtnl_mtx_is_perm() | Thomas White | |
2019-08-16 | rtnl_mtx_print and intmat_print: Handle NULL matrix | Thomas White | |
2019-08-16 | Use LIBRARIES instead of LDFLAGS | Thomas White | |
2019-08-16 | cell_print{_full}: Handle NULL cell | Thomas White | |
2019-08-16 | cell_volume: Give answer in m^3, not m^3 | Thomas White | |
2019-08-16 | Fix typo in comment | Thomas White | |
2019-08-16 | rtnl_list: Accept gdc(num,den) = -1 as well | Thomas White | |
2019-08-02 | Fix a small memory leak | Thomas White | |
2019-08-01 | hdfsee: Fix 0.5 Angstrom resolution ring | Thomas White | |
2019-07-31 | copy_geom: Tidy up logic some more | Thomas White | |
2019-07-31 | copy_geom: Fix order of operations | Thomas White | |
2019-07-30 | Stream: don't skip over first chunk if there's no geometry file | Thomas White | |
2019-07-30 | Spectrum: Define Gaussian using area, not height | Thomas White | |
2019-07-29 | Re-implement copy_geom() | Thomas White | |
The old version assumed that the rigid groups appeared in the new list in the same order as the old one. Note the use of subscript "i" for both arrays here: if ( rigid_group_is_in_collection( in->rigid_group_collections[rgci], in->rigid_groups[i]) ) [....] add_to_rigid_group_coll(rgcoll, out->rigid_groups[i]); However, the new list of rigid groups, out->rigid_groups, was constructed not by copying the old list (in->rigid_groups), but rather by iterating over the panels and adding the groups as they were encountered. Therefore, the assumption of same ordering was invalid, and the new rigid group collection incorrect. | |||
2019-07-29 | panel_number(): Make args const | Thomas White | |
2019-07-29 | Formatting/comments | Thomas White | |
2019-07-29 | Remove old rg_delta stuff | Thomas White | |
2019-07-24 | indexamajig: Free spectrum if it was generated for this image | Thomas White | |
2019-07-24 | indexamajig: Set Gaussian spectrum if one is not provided | Thomas White | |
2019-07-24 | compare_cell_parameters_and_orientation(): Fix documentation and variable names | Thomas White | |
2019-07-22 | ambigator: Use three pre-defined resolution bins if no resolution limits are ↵ | Thomas White | |
given | |||
2019-07-19 | peakFinder9: remove references to image.num_peaks etc | Thomas White | |
2019-07-19 | Increase maximum geometry length from stream | Thomas White | |
It's already too small | |||
2019-07-17 | zmq: Remove reference to image.num_peaks | Thomas White | |
See 636eb6116961296791bae35c40fd9438aa946827 | |||
2019-07-17 | Merge branch 'tom/zmq' | Thomas White | |
2019-07-17 | partialator: Add "offset" model (Ewald sphere offset assuming monochromatic ↵ | Thomas White | |
beam) | |||
2019-07-17 | partialator: Allow refinement of any partiality model | Thomas White | |
2019-07-17 | Don't repeat scaling when refining | Thomas White | |
This seems to be a major cause of "going off the rails", and the surfaces look reasonable (in fact, better) without it. Plus, if the user says --no-scale, there should be no scaling at all. | |||
2019-07-17 | partialator: Use Spectrum API | Thomas White | |
2019-07-17 | Comment out debug | Thomas White | |
2019-07-17 | Really Simple Minimiser | Thomas White | |
2019-07-17 | Fix grid scan boundaries to put plot-pr-contourmap's red dot in the right place | Thomas White | |
2019-07-17 | Improve column headings in logs | Thomas White | |
2019-07-17 | Don't re-scale when calculating FoM during PR | Thomas White | |
2019-07-17 | Modify residual some more | Thomas White | |
2019-07-17 | Modify residual to give clearer minimum, particularly as function of profile ↵ | Thomas White | |
radius | |||
2019-07-17 | partialator: WIP on new minimiser | Thomas White | |
2019-07-17 | partialator: Only strong reflections in specgraph, and remove resolution ↵ | Thomas White | |
limit for pgraph Rationale for pgraph: the viewer already has a resolution selector. | |||
2019-07-17 | partial_sim: Use Spectrum API | Thomas White | |
2019-07-17 | scripts/plot-pr: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-07-17 | Weight reflections according to how much they need to be scaled up | Thomas White | |
2019-07-17 | Allow correct_reflection() to correct anything, not just intensities | Thomas White | |
2019-07-16 | Add matrix notation doc | Thomas White | |
2019-07-16 | hdfsee: Disallow changing image if geometry file was given | Thomas White | |
2019-07-16 | hdfile_get_string_value(): Detect non-scalar string | Thomas White | |
Handling strings in HDF5 is already a complete pain. Eventually we should handle an array of strings, but it's too hard for now. | |||
2019-07-16 | hdfile_get_value(): Increase maximum number of dimensions to 64 | Thomas White | |
3 might be too low for a hypothetical file format with, say, two wildcard dimensions. | |||
2019-07-16 | Remove warnings about non-scalar values | Thomas White | |
Already handled by return codes. | |||
2019-07-16 | Tidy up | Thomas White | |