Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-03 | SLURM: Remove unused stuff | Thomas White | |
2021-03-03 | SLURM: Add access to account and feature constraints | Thomas White | |
2021-03-03 | SLURM: Factorise common options even more | Thomas White | |
2021-03-03 | Add get_text_or_null | Thomas White | |
2021-03-03 | SLURM: Factorise widget creation for common backend options | Thomas White | |
2021-03-02 | GUI: Add menu item to clear log | Thomas White | |
2021-03-02 | CrystFELImageView: Set limits on zooming | Thomas White | |
2021-03-02 | GUI: Add tooltips to navigation buttons | Thomas White | |
2021-03-02 | GUI: Add tooltips for peak search parameters | Thomas White | |
2021-03-01 | GUI: Fix counting of processed frames during indexing | Thomas White | |
2021-03-01 | Local BE: Write a script and run it | Thomas White | |
This easily gives us the stdout.log and stderr.log needed for monitoring the job. | |||
2021-03-01 | GUI: Pass --peak-radius to indexamajig | Thomas White | |
Another one missed out before. | |||
2021-03-01 | GUI: Pass --int-radius to indexamajig | Thomas White | |
Whoops - this was missed out before. This also reduces the precision displayed in the dialog box to reflect what is actually passed to indexamajig. | |||
2021-03-01 | GUI: Add lots of tooltips | Thomas White | |
2021-03-01 | GUI: Reject job names containing path separators | Thomas White | |
2021-03-01 | GUI: Fix some command-line options for indexamajig | Thomas White | |
2021-03-01 | GUI: Add history list for random image selection | Thomas White | |
2021-02-26 | GUI: Automatically generate new job names | Thomas White | |
2021-02-26 | Remove unused variables | Thomas White | |
2021-02-26 | GUI: Delay connecting signals until entire import window is ready | Thomas White | |
2021-02-26 | CrystFELImageView: Set need_recentre at start | Thomas White | |
2021-02-25 | GUI: Factorise force_{peaks,refls}_on | Thomas White | |
This should help avoid them getting out of sync. Again. | |||
2021-02-25 | GUI: Make sure items under View menu are set correctly at the start | Thomas White | |
2021-02-25 | GUI: Improve image info bar | Thomas White | |
(...and work through horrific circular logic during creation) | |||
2021-02-25 | GUI: Complain more loudly if geometry can't be loaded | Thomas White | |
2021-02-25 | GUI: Geometry load/replace logic | Thomas White | |
2021-02-25 | GUI: Implement optional dumping of old results | Thomas White | |
2021-02-25 | GUI: Implement "load list of files" and "load single file" | Thomas White | |
Eventually, both of these should support selecting multiple files. This is currently not possible using GtkFileChooserButton. If someone wanted to write a GtkMultiFileChooserButton, it would become possible. | |||
2021-02-25 | CrystFELImageView: Fix first crystal colour | Thomas White | |
2021-02-24 | GUI: Move import stuff to separate file | Thomas White | |
2021-02-24 | GUI: Sketch out new data import window | Thomas White | |
2021-02-23 | Centre image at start (or on zoom reset) | Thomas White | |
This just sets the scroll bars to the middle position, which is not necessarily the middle of the detector. Still, it's better than starting at the edge every time. | |||
2021-02-23 | GUI: Add option for manual zoom reset | Thomas White | |
This is sometimes necessary, such as when switching between results with drastically different geometries (which obviously shouldn't happen much!). | |||
2021-02-23 | CrystFELImageView: Redraw even less | Thomas White | |
2021-02-23 | CrystFELImageView: Use different colours for multiple crystals | Thomas White | |
This adds a cycle of four colours. It seems difficult to choose colours that are always clearly visible, but maybe the list can be extended in the future. | |||
2021-02-23 | CrystFELImageView: Queue a redraw after changing settings | Thomas White | |
2021-02-23 | CrystFELImageView: Make peak/reflection markers slightly transparent | Thomas White | |
This allows the pixel values underneath to be read. | |||
2021-02-22 | Set peak and reflection radii after indexing one pattern | Thomas White | |
This ensures that the display matches the parameters that were last used. | |||
2021-02-22 | Add redraw_widget utility procedure | Thomas White | |
2021-02-22 | Fussiness (extreme) | Thomas White | |
2021-02-22 | CrystFELImageView: Re-render a bit less often | Thomas White | |
2021-02-22 | SLURM: Set 'running' properly | Thomas White | |
2021-02-22 | SLURM: Use a faster counting method when the number of sub-jobs is large | Thomas White | |
2021-02-22 | GUI: Fix merge option for B-factor scaling | Thomas White | |
2021-02-22 | Read job progress from written log files, even for local BE | Thomas White | |
This simplifies the backends somewhat, and makes them look more similar - e.g. there is now only one routine to find out how far along a merging job is. It has the added bonus of adding a log file for local jobs, which we would've had to add soon anyway. | |||
2021-02-19 | Local BE: Implement better progress bars for merging | Thomas White | |
2021-02-19 | GUI: Don't re-scan streams so often | Thomas White | |
It only makes sense to re-scan if there is a job running, but this also adds a manual re-scan button for rare exceptions. | |||
2021-02-18 | GUI: Add bangpath for process_hkl jobs | Thomas White | |
2021-02-18 | GUI: Avoid passing a few NULLs to GTK | Thomas White | |
2021-02-18 | SLURM: Show submitted job ID for non-indexing tasks | Thomas White | |