aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05data_template_get_2d_detgeom_if_possible: Avoid segfault with adu_per_eVThomas White
2022-10-05indexamajig: Improve accuracy of speed reportsThomas White
2022-10-05ASAP::O: Add timestamps to errorsThomas White
2022-10-05peakfinder8: Allocate big structures on heap instead of stackAlexandra Tolstikova
2022-10-05Merge branch 'pf8_faster'Thomas White
2022-09-22Add fast mode for peakfinder8Alexandra Tolstikova
2022-09-22all_panels_reference_same_clen: Handle missing unitsThomas White
2022-09-22Add missing prototypeThomas White
2022-09-22speed.rst: Add a note about static detector geometryThomas White
2022-09-22Implement data_template_get_2d_detgeom_if_possibleThomas White
2022-09-21create_detgeom: Return detgeom structure rather than altering image argumentThomas White
2022-09-21Move create_detgeom to DataTemplate moduleThomas White
2022-09-21speed.rst: Mention --asdf-fastThomas White
2022-09-21indexamajig(1): Add --asdf-fastThomas White
2022-09-21asdf: Add fast modeAlexandra Tolstikova
2022-09-21Avoid nan/inf check unless data was given in float formatThomas White
2022-09-20load_hdf5_hyperslab: Add missing cleanupThomas White
2022-09-08Stream: don't open stream if headers aren't understoodThomas White
2022-09-08speed.rst: Add more adviceThomas White
2022-09-02RefList: assert that a Reflection can only be on one listThomas White
2022-08-26GUI: Refuse to open "Index all frames" without a geometry filenameThomas White
2022-08-25INSTALL.md: Add a note about M1 MacsThomas White
2022-08-25CMake: remove unnecessary SVG installationThomas White
2022-08-25GUI: Get icons via a GResourceThomas White
2022-08-24GUI: Add options for detector-shift and peakogram-streamThomas White
2022-08-24scripts/peakogram-stream: Better handling of multiple streamsThomas White
2022-08-24detector-shift: Better handling of multiple input streamsThomas White
2022-08-24Install detector-shift and peakogram-stream under 'bin'Thomas White
2022-08-24GUI: Add custom task iconsThomas White
2022-08-23GUI: Add resolution ringsThomas White
2022-08-22image_create_dp_bad_sat: Initialise saturation array to infinityThomas White
2022-08-22Update ChangeLogThomas White
2022-08-18Restructure image data array creationThomas White
2022-07-12Zero-weight negative intensity peaks in prediction refinementThomas White
2022-07-07indexamajig: Remove separate waitpid() calls when cleaning up last processesThomas White
2022-07-07indexamajig: --asapo-wait-for-stream doesn't require an argumentThomas White
2022-07-07indexamajig: Make sure data format is initialisedThomas White
2022-07-06indexamajig: Reset z->request_sent after receiving ZMQ replyThomas White
2022-07-06indexamajig: Add timeout for ZMQ socketThomas White
2022-07-06indexamajig: Add profiling and last_task info for ZMQ fetchThomas White
2022-07-06GUI: Invoke programs without pathThomas White
2022-07-06Merge branch 'container-test'Thomas White
2022-07-06CI: Build "latest" container only on master branchThomas White
2022-06-23indexamajig: Add --asapo-wait-for-streamThomas White
2022-06-22indexamajig: Wrap ZMQ parameters into separate structureThomas White
2022-06-22indexamajig: Wrap ASAP::O parameters up inside separate structureThomas White
2022-06-20tests/file-wait: Use older type of function definitionThomas White
2022-06-20Simplify DockerfileThomas White
2022-06-20Add Dockerfile and CI config for building imageThomas White
2022-06-17ASAP::O: Simplify by removing stream switching logicThomas White