Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Resolve FIXMEs and TODOs | Thomas White | |
Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects | |||
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-08-07 | geoptimiser: First part of conversion to DataTemplate | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Break render.c down and move to geoptimiser and CrystFELImageView | Thomas White | |
These two functions will diverge in the future. Also, this change removes the last remaining dependency of libcrystfel on Gdk/Gtk-anything. | |||
2020-07-29 | Get rid of imagefile_field_list and stuff_from_stream | Thomas White | |
The only place this is used is in geoptimiser, to get the average_camera_length, itself a very bad solution. | |||
2020-07-29 | Port indexamajig to new API, part I | Thomas White | |
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-07-29 | Move colour scale and pixbuf rendering to libcrystfel | Thomas White | |
Also, split into two files (colscale and render), and remove TIFF stuff. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-07-05 | Formatting | Thomas White | |
2019-07-05 | geoptimiser: Use geometry from stream, if present | Thomas White | |
Simply omit the -g option to use geometry from stream. | |||
2018-11-09 | geoptimiser: Fix ifdefs | Thomas White | |
2018-10-08 | geoptimiser: Fix incorrect calculation of displacement error | Oleksandr Yefanov | |
Fixed issue with incorrect calculation of the "displacement error" for some panels. Also fixed wrong "displacement error" in case of very small amount of patterns. | |||
2018-09-20 | geoptimiser: add a missing check | Oleksandr Yefanov | |
Fixes occasional silly values for one panel | |||
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-05-04 | geoptimiser: Add options for AGIPD | Oleksandr Yefanov | |
2018-05-04 | Formatting fussiness | Thomas White | |
2018-05-04 | geoptimiser: Add --no-rotation and --stretch-map | Oleksandr Yefanov | |
2018-05-04 | geoptimiser: Add --max-num-peaks-per-pixel | Oleksandr Yefanov | |
2018-04-30 | geoptimiser: Fix rotation | Oleksandr Yefanov | |
2018-04-30 | geoptimiser: Add MaxPeaksPerPixel | Oleksandr Yefanov | |
2018-03-21 | Separate tests for gdk-pixbuf-2.0 and GDK | Thomas White | |
2018-03-13 | Nicer way of getting Git revision | Thomas White | |
This will need a separate way to create the official releases (which shouldn't have Git revisions attached) | |||
2017-09-19 | geoptimiser: Remove deprecated option from --help | Thomas White | |
2017-07-06 | Temporary fix for the geomptimiser not being able to optimize whole quadrants | Valerio Mariani | |
2017-03-31 | geoptimiser: Show peak information when there is a problem | Thomas White | |
2017-03-31 | geoptimiser: Fix rounding of peak coordinates | Thomas White | |
Peak locations in CrystFEL are considered to be distances (in pixel units) from the corner of the detector panel. Therefore, simple truncation is needed here, not rounding. | |||
2017-03-03 | geoptimiser: Call g_type_init() only if GLib is old | Thomas White | |
2016-10-10 | Fixed bug with positioning of secondary ASICs | Valerio Mariani | |
2016-10-10 | Geoptimiser now uses detector shift information | Valerio Mariani | |
2016-10-10 | New default min peak distance for geoptimiser | Valerio Mariani | |
2016-07-15 | geoptimiser: Fix correction of average displacements | Thomas White | |
2016-07-15 | geoptimiser: Output angles were in radians, not degrees (!) | Thomas White | |
2016-07-08 | geoptimiser: Remove three more pointless data structures | Thomas White | |
2016-07-08 | Formatting | Thomas White | |
2016-07-08 | geoptimiser: Combine correction of corner coordinates | Thomas White | |
2016-07-05 | geoptimiser: Update avg_displ_{x,y} straight after adjusting panel | Thomas White | |
2016-07-01 | geoptimiser: More fixing of labels | Thomas White | |
They're x/y offsets, not fs/ss | |||
2016-07-01 | geoptimiser: Simplification/clarification | Thomas White | |
2016-07-01 | geoptimiser: Fix a FIXME | Thomas White | |
They're x/y coordinates, not fs/ss. Fixed the labelling as well. | |||
2016-07-01 | geoptimiser: Fix a typo | Thomas White | |
2016-07-01 | geoptimiser: Improve status indicator when loading patterns | Thomas White | |
Because the status message is only printed after possibly skipping over a non-indexed pattern, if n_chunks is used it might skip entire messages. Better to use n_images, which is always incremented just before possibly printing the message. | |||
2016-07-01 | Remove slab-relative coordinates from geoptimiser | Thomas White | |
2016-07-01 | geoptimiser: Use GSL median function | Thomas White | |
2016-05-12 | geoptimiser: Only do g_type_init() if HAVE_SAVE_TO_PNG | Thomas White | |
2016-01-08 | Replace incorrect label in geoptimiser | Valerio Mariani | |
2015-11-13 | Fussiness (extreme) | Thomas White | |
2015-11-13 | Avoid NULL dereference in some scenarios when there is no bad pixel mask | Thomas White | |
2015-11-03 | Merge branch 'tom/imagedata' | Thomas White | |