aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-29Actually load the maskThomas White
2020-07-29Add missing castThomas White
2020-07-29Factorise HDF5 hyperslab loadingThomas White
2020-07-29Use bad regions, no_index and NaN/inf flags in new image loading APIThomas White
2020-07-29Add a couple of FIXMEsThomas White
2020-07-29Check that dp/mask/sat exist before freeingThomas White
2020-07-29Push CBF/GZ split point further downThomas White
2020-07-29Remove bad pixel mask stuff from unpack_panels_dtempl and image_read_hdf5Thomas White
Will be replaced shortly by dedicated routines
2020-07-29Add a FIXMEThomas 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-29Add missing va_start/va_endThomas White
Needed even though we don't iterate the list
2020-07-29Catch some error conditionsThomas 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-29Move stderr_lock prototype to utils.hThomas White
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-29Add str_peaksearch()Thomas White
Will be needed for passing peak search parameters to indexamajig from GUI
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-29Implement basic CBF loading via new APIThomas 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-29Add image_get_feature_const() and image_feature_list_copy()Thomas White
2020-07-29Convert peak detection to use detgeomThomas White
2020-07-29indexamajig: Create detgeom structure from old detectorThomas White
Intermediate solution on the path to DataTemplate everywhere.
2020-07-29Remove badrow cullingThomas White
Very old, not used at all, and better solved by masking bad regions.
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
This makes the conversion to DataTemplate/detgeom MUCH easier.
2020-07-29Remove unused fields in struct detgeomThomas White
2020-07-29Add new functions to CrystFELImageViewThomas White
2020-07-29Ignore left and right scroll directionsThomas White
2020-07-29Increase spacing in "Find files" windowThomas White
2020-07-29Hooks for peak search via GUIThomas White