Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | s/job title/job name/ | Thomas White | |
2020-08-28 | Actually submit a SLURM job | Thomas White | |
2020-08-28 | Insist on a job name | Thomas White | |
2020-08-28 | Avoid GSL running statistics for CrystFELImageView auto-scale | Thomas White | |
This changes the meaning slightly (it assumes all the panels are at least roughly the same size), and the code isn't very nice. However, it's not "science-critical" and it's worth it to get back to compatability with old GSL versions. | |||
2020-08-28 | Make sure indexing_backend_selected is initialised | Thomas White | |
2020-08-27 | Drop GTK2 and GDK2 altogether | Thomas White | |
Only the main GUI and cell_explorer use GTK, and the GUI is completely bound to GTK3. | |||
2020-08-27 | TakeTwo: Remove internal declarations | Thomas White | |
2020-08-27 | Fix indentation | Thomas White | |
2020-08-27 | Only compile image-msgpack.c if MessagePack is found | Thomas White | |
2020-08-27 | Fix function prototypes and returns for focus-out-event | Thomas White | |
2020-08-27 | indexamajig: Hide --hdf5-peaks | Thomas White | |
This option is no longer used, and generates a warning. The peak location comes in the geometry file instead. | |||
2020-08-27 | Construct complete command line for indexamajig | Thomas White | |
2020-08-27 | Don't close indexing dialog if there is a problem | Thomas White | |
2020-08-27 | Local BE: run in working directory | Thomas White | |
2020-08-27 | Build system parts for SLURM library | Thomas White | |
2020-08-26 | Add job title and notes fields | Thomas White | |
This required a bit of callback re-wiring | |||
2020-08-26 | Set backend options on focus out event | Thomas White | |
See 76ff5be0 for more details. Fortunately, there is no speed problem this time. | |||
2020-08-26 | Only update peak search values if they have changed | Thomas White | |
This fixes the speed regression caused by the previous commit. | |||
2020-08-26 | Set peak search parameters on focus-out-event | Thomas White | |
This prevents the potentially surprising behaviour that the values do not get accepted unless Enter is pressed before clicking Confirm. Disadvantage: updating the peak detection is kind of slow. Ideally it would avoid calling update_peaks() unless a value has actually changed. | |||
2020-08-26 | Remove double assignment of indexing_backend_opts_box | Thomas White | |
A leftover from a previous experimental implementation | |||
2020-08-25 | Add missing fclose() | Thomas White | |
Whoops. | |||
2020-08-25 | Fix show peaks/refls logic | Thomas White | |
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-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 |