aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2020-07-29Increase spacing in "Find files" windowThomas White
2020-07-29Hooks for peak search via GUIThomas White
2020-07-29Show frame info at top of image viewThomas White
2020-07-29Implement loading of imagesThomas White
2020-07-29Add "Find data" dialogue boxThomas White
2020-07-29Add buttons in icon regionThomas White
2020-07-29Redraw CrystFELImageView after reloading imageThomas White
2020-07-29Clean up image on destruction of CrystFELImageViewThomas White
2020-07-29Preserve view position and zoom across image reloadThomas White
2020-07-29Load image list and implement stepping back/forwardThomas White
2020-07-29Add toolbarThomas White
2020-07-29Remove debugThomas White
2020-07-29Set non-NAN initial valuesThomas White
2020-07-29Remove axis linesThomas White
2020-07-29Centre zoom motion on pointerThomas White
2020-07-29Make scrolling work properlyThomas White
2020-07-29Render panels correctlyThomas White
2020-07-29Remove error_boxThomas White
2020-07-29Remove debugThomas White
2020-07-29Panel drawingThomas White
2020-07-29Move colour scale and pixbuf rendering to libcrystfelThomas White
Also, split into two files (colscale and render), and remove TIFF stuff.
2020-07-29GUI image loading stuffThomas White
2020-07-29Skeleton GUI and CrystFELImageViewThomas White
2020-07-29Get rid of hdfseeThomas White
Will be replaced by something better soon(ish)...
2020-03-05partialator: Gracefully handle negative and NaN sigma valuesThomas White
Of course, these should never happen.
2020-02-11indexamajig: Fix incorrect units of default cell toleranceThomas White
2020-02-05indexamajig: Hide --spectrum-file and add a warningThomas White
2020-01-10Mass update of copyright datesThomas White
2019-11-15get_hkl: Fix resolution cutoffThomas White
The units needed to be clarified.
2019-11-15Add partiality model GGPMWolfgang Brehm
2019-10-29bug fix: rename peakFinder9 argumentYaroslav Gevorkov
2019-10-24get_hkl: Clean up resolution cutoffs and add --lowresThomas White
2019-10-18indexamajig: Fix incorrect timeout logicThomas White
2019-10-17indexamajig: Shut down gracefully after failed image loadThomas White
2019-09-23Add missing initialisationThomas White
2019-09-23indexamajig: Stop program on option parsing errorThomas White
2019-09-23Get rid of "rescut" integration flagThomas White
Its behaviour is 100% covered by the push-res parameter, which can be set to infinity for no cutoff.
2019-09-23Merge branch 'tom/pinkindexer'Thomas White
2019-09-23indexamajig: Move 'profile' flag out of iargsThomas White
2019-09-23indexamajig: Restore --min-gradientThomas White
2019-09-20Add missing 'break'Thomas White
2019-09-20Delegate option processing for indexing methodsThomas White
Involves switching from getopt_long to argp. A big improvement!
2019-09-16Fix cell comparison logicThomas White
2019-09-12indexamajig: Get rid of --fix-bandwidth / use bandwidth from geometry fileThomas White