aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-29Basic project persistenceThomas White
2020-07-29Split off parse_peaksearch()Thomas White
2020-07-29Add brightness sliderThomas White
This can be improved a lot...
2020-07-29get_peaks_msgpack(): Convert to new APIThomas White
2020-07-29Add DataTemplate to iargsThomas White
2020-07-29Actually start cell_explorerThomas White
2020-07-29Info/progress bar stuffThomas White
2020-07-29Add cell_explorer buttonThomas White
2020-07-29Actually kill indexamajig process when "Cancel" pressedThomas White
2020-07-29Show actual percentage processed in progress barThomas White
2020-07-29wait() on indexamajig childrenThomas White
2020-07-29Add info bar / progress barThomas White
2020-07-29Implement peak search radii in GUIThomas White
2020-07-29Implement hdf5/cxi peak "revalidation" in GUIThomas White
2020-07-29Simplify peak search parametersThomas White
2020-07-29Remove duplicate codeThomas White
2020-07-29Implement peak list from file in GUIThomas White
2020-07-29Factorise filename_extension()Thomas White
2020-07-29Add crystfel_image_view_get_datatemplate()Thomas White
2020-07-29Add half pixel shift checkbox for CXI/HDF5 peaksThomas White
2020-07-29Scroll to end of report with each new messageThomas White
2020-07-29Strip newlines from indexamajig output in GUIThomas White
This will be going away soon, anyway.
2020-07-29Put report region in scrolled windowThomas White
2020-07-29Initialise unitcell_comboThomas White
2020-07-29Display messages in the GUI!Thomas White
2020-07-29Add void pointer to log message functionsThomas White
Also add LogMsgFunc typedef and move functions up in utils.c, because progress_bar() also needs the stderr_lock.
2020-07-29libcrystfel plumbing to allow ERROR/STATUS messages in GUIThomas White
2020-07-29Add a couple of missing semicolonsThomas White
Not previously noticed because ERROR and STATUS were macros
2020-07-29Set current algorithm initially in peak search dialogThomas White
2020-07-29Pass through parameters for peakfinder8Thomas White
2020-07-29Convert peakfinder8 to use new APIThomas White
2020-07-29Set method for remaining peak search algorithmsThomas White
2020-07-29Actually run indexamajigThomas White
2020-07-29Pass indexing algorithm to backendThomas White
2020-07-29Skeleton indexing and backend stuffThomas White
2020-07-29Split off GUI peak search stuff to separate fileThomas White
2020-07-29Add View->Peak detection resultsThomas White
2020-07-29Peak search stuffThomas White
2020-07-29Draw pixel values on zoomThomas White
2020-07-29Don't round the panel vectorsThomas White
This was necessary before to keep pixel alignment. Now that we can easily zoom, it's not as important to keep pixel-for-pixel correspondence.
2020-07-29Use configure-event instead of size-allocateThomas White
2020-07-29Show error if image loading failsThomas White
2020-07-29Fix .cbf.gzThomas White
2020-07-29Number frames from 1Thomas White
2020-07-29Don't update peaks if no image is loadedThomas White
2020-07-29Show the peaks in the image viewThomas White
2020-07-29indexamajig: Create detgeom structure from old detectorThomas White
Intermediate solution on the path to DataTemplate everywhere.
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
This makes the conversion to DataTemplate/detgeom MUCH easier.
2020-07-29Add new functions to CrystFELImageViewThomas White
2020-07-29Ignore left and right scroll directionsThomas White