Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | Implement progress bar for indexing via generic interface | Thomas White | |
2020-08-25 | Widget spacing | Thomas White | |
2020-08-25 | Create a progress bar for each running job | Thomas White | |
2020-08-25 | Options for SLURM backend | Thomas White | |
2020-08-25 | Factor out convert_int | Thomas White | |
2020-08-25 | Local backend: read number of processes | Thomas White | |
2020-08-25 | Read/write backend options | Thomas White | |
2020-08-25 | Final (?) version of backend API | Thomas White | |
2020-08-21 | Redefine backend interface functions | Thomas White | |
2020-08-21 | Framework for backend parameters via GUI | Thomas White | |
2020-08-20 | Add image information popup | Thomas White | |
2020-08-20 | Disable cell tolerances when "check cell" is unchecked | Thomas White | |
2020-08-20 | Remove unused function | Thomas White | |
2020-08-20 | GUI: Implement automatic indexing method selection | Thomas White | |
2020-08-20 | Add default_method_options() | Thomas White | |
This allows the indexing method private options structures to be set up easily. | |||
2020-08-19 | Disable indexing method chooser when auto mode is selected | Thomas White | |
2020-08-19 | Replace potentially confusing "Use unit cell" checkbox | Thomas White | |
2020-08-19 | GUI: Refine the profile radius when indexing once | Thomas White | |
2020-08-19 | Set the same initial beam parameters as before | Thomas White | |
2020-08-19 | ambigator: Open input stream in the right mode | Thomas White | |
This fixes a (potentially data-deleting!) bug introduced by 9eec5930b. | |||
2020-08-19 | cell_explorer: Don't free crystals | Thomas White | |
The new Stream and DataTemplate APIs are much clearer on this: the crystals belong to the image. | |||
2020-08-19 | Update old comments | Thomas White | |
2020-08-19 | Remove STREAM_UNITCELL and STREAM_CRYSTALS | Thomas White | |
These flags weren't orthogonal at all, which was turning some routines into spaghetti-code. It's still possible to avoid read/write of peak lists, reflection data or image data. But that's it. | |||
2020-08-19 | Const-cleaning | Thomas White | |
2020-08-19 | Make Stream responsible for its own DataTemplate | Thomas White | |
It makes no sense for a different DataTemplate to be used for every frame in a stream. And this way makes everything much easier for users ot the API. | |||
2020-08-18 | Formatting/comments | Thomas White | |
2020-08-18 | predict-refine: Remove out-of-bounds GSL vector access | Thomas White | |
We got away with this because the GSL error handler is turned off in indexamjig.c, and invalid accesses are defined to return 0. However, these accesses should have been removed when the clen refinement was disabled in predict-refine | |||
2020-08-17 | Initial implementation of run_indexing_once() | Thomas White | |
2020-08-17 | Implement crystfel_indexing_opts_set_method_string() | Thomas White | |
2020-08-17 | Expose parse_indexing_methods and base_indexer_str | Thomas White | |
2020-08-17 | Formatting | Thomas White | |
2020-08-17 | Implement indexing method selection via GUI | Thomas White | |
2020-08-14 | Hook up (almost all) indexing parameters | Thomas White | |
2020-08-13 | GUI: Add some more task buttons | Thomas White | |
2020-08-13 | Add icon SVG and use for window icon | Thomas White | |
2020-08-13 | GUI: Sketch out indexing options etc | Thomas White | |
2020-08-12 | GUI: Better scrolling to end of text output | Thomas White | |
2020-08-12 | GUI: Set pgid before exec | Thomas White | |
See 870e4e5740. This is a better way of doing the same thing. | |||
2020-08-12 | Change colour of peak boxes to yellow | Thomas White | |
Shows up much better against the blue | |||
2020-08-11 | GUI: Add random image button | Thomas White | |
2020-08-11 | Formatting | Thomas White | |
2020-08-11 | GUI: Request image data when loading stream | Thomas White | |
2020-08-11 | image_read_image_data: Set zero values if file not found | Thomas White | |
2020-08-10 | image_read: Tolerate event==NULL | Thomas White | |
2020-08-10 | polarisation_check: Fit into timeout | Thomas White | |
However, this test doesn't actually test anything. A comparison against a reference image would be good. | |||
2020-08-10 | Disable pinkIndexer | Thomas White | |
Temporary, of course. But it needs some thought about how the interface should work. | |||
2020-08-10 | indexamajig: Do not set pgid | Thomas White | |
Bad idea. Prevents Ctrl-C from working at a normal terminal. The GUI will have to find another way to kill indexamajig properly. This reverts c03df15d71cf443f44a438f6d9dd99ab8259bcd5. | |||
2020-08-10 | Start on converting pinkIndexer to DataTemplate | Thomas White | |
2020-08-10 | pinkIndexer: Remove detector update | Thomas White | |
Overall detector offsets can now be done via the geometry file, and this is labelled as a hack. It doesn't actually do very much anyway, because the "updated" detector is thrown away for the next pattern. The updated detector is used only for subsequent indexing attempts on the same pattern. | |||
2020-08-07 | Set CL_TARGET_OPENCL_VERSION in a couple more places | Thomas White | |