Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-14 | Remove image.num_peaks and num_saturated_peaks | Thomas White | |
These values were inconsistently set by different parts of the code, e.g. different peak search methods. num_saturated_peaks was even set during final integration. Now, the peak count is taken from the ImageFeatureList, so it's authoritative. | |||
2019-05-14 | Remove old "statistics" module with R factors etc | Thomas White | |
compare_hkl does all of these, much better than these functions. | |||
2019-05-13 | Fussiness | Thomas White | |
2019-05-13 | gpu_sim_check: Succeed if GPU not available | Thomas White | |
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present. | |||
2019-05-08 | check_hkl: Report overall completeness and redundancy | Thomas White | |
2019-05-08 | check_hkl: Use unsigned long for reflection counts | Thomas White | |
2019-05-08 | Formatting | Thomas White | |
2019-05-08 | Add new xgandalf options | Yaroslav Gevorkov | |
2019-05-07 | Move spectrum type enum to pattern_sim.c | Thomas White | |
2019-04-10 | cell_explorer: Exclude cells when centering type is set to grey | Thomas White | |
This is more useful than just changing the colours. Fixes CRYS-224. | |||
2019-04-09 | cell_explorer: Initialise scd.enforced_cell to NULL | Thomas White | |
2019-04-05 | cell_tool: Add --csl | Thomas White | |
2019-04-05 | cell_explorer: Add enforcement of lattice type restrictions on cell parameters | Thomas White | |
2019-04-04 | cell_explorer: Remove accelerator from "Save histogram data" menu item | Thomas White | |
2019-04-03 | Fix typo | Thomas White | |
2019-04-03 | cell_explorer: Complain about unknown centering | Thomas White | |
2019-04-03 | hdfsee: Fix crash with no geometry file | Thomas White | |
2019-04-02 | zmq: Consider pixel as bad if its value is NaN or infinity | Thomas White | |
2019-03-22 | cell_explorer: Add option to save histogram data | Thomas White | |
2019-03-20 | Merge branch 'tom/transformations' | Thomas White | |
2019-03-18 | Formatting | Thomas White | |
2019-03-18 | hdfsee: Use a fresh detector geometry structure each time a new image is loaded | Thomas White | |
If the clen is a literal number, AND there's a coffset, the coffset will be added every time the image data is loaded. Now, it'll start from scratch. | |||
2019-03-15 | Set msgpack_obj to NULL when not in use | Thomas White | |
2019-03-15 | Add a couple more set_last_task calls | Thomas White | |
2019-03-15 | Add documentation | Thomas White | |
2019-03-15 | Set proper size for blank data | Thomas White | |
2019-03-14 | indexamajig: Add --no-image-data | Thomas White | |
2019-03-14 | Process ZMQ data inside main loop | Thomas White | |
2019-03-14 | Tweak ZMQ messages | Thomas White | |
2019-03-14 | More ZMQ/MsgPack logic fixes | Thomas White | |
2019-03-14 | Fix variable initialisation and decision about data source | Thomas White | |
2019-03-14 | Compile cleanly without Msgpack or ZMQ | Thomas White | |
2019-03-14 | More MessagePack tidy up / error checking | Thomas White | |
2019-03-14 | Fix typo | Thomas White | |
2019-03-14 | Clean up MessagePack stuff | Thomas White | |
2019-03-14 | Connect up hooks for unpacking MsgPack data | Thomas White | |
2019-03-14 | Don't always dereference filename_p_e | Thomas White | |
2019-03-14 | Exit cleanly if connection fails | Thomas White | |
2019-03-14 | ZMQ connection and setup stuff | Thomas White | |
2019-03-14 | Initial zmq.c | Thomas White | |
2019-03-13 | cell_tool: Reject singular transformation matrix | Thomas White | |
2019-03-13 | cell_tool --transform: Write output cell | Thomas White | |
2019-03-13 | cell_tool: Accept unconventional cell | Thomas White | |
2019-03-12 | Rename intmat_intvec_mult to transform_indices | Thomas White | |
2019-03-11 | cell_tool: Improve messages | Thomas White | |
2019-03-11 | cell_tool: Add documentation for --transform | Thomas White | |
2019-03-11 | cell_tool: Implement --cell-choices | Thomas White | |
2019-03-11 | cell_tool: Add --transform | Thomas White | |
2019-03-11 | Keep track of the "un-centering" matrix, as well as the "centering" | Thomas White | |
This makes it easy to reverse the transformation, if required, which it is when comparing centered cells. |