Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Get rid of hdfsee | Thomas White | |
Will be replaced by something better soon(ish)... | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-08-01 | hdfsee: Fix 0.5 Angstrom resolution ring | Thomas White | |
2019-07-29 | Formatting/comments | Thomas White | |
2019-07-16 | hdfsee: Disallow changing image if geometry file was given | Thomas White | |
2019-07-16 | Tidy up | Thomas White | |
2019-07-16 | hdfsee: Get rid of "multi_event" | Thomas White | |
2019-07-16 | hdfsee: Factorise setting of window title | Thomas White | |
2019-07-16 | hdfsee: Get rid of "simple" | Thomas White | |
2019-07-16 | hdfsee: Show HDF5 menu tree event for multi-event files | Thomas White | |
2019-04-03 | hdfsee: Fix crash with no geometry file | Thomas White | |
2019-03-18 | Formatting | Thomas White | |
2019-03-18 | hdfsee: Use a fresh detector geometry structure each time a new image is loaded | Thomas White | |
If the clen is a literal number, AND there's a coffset, the coffset will be added every time the image data is loaded. Now, it'll start from scratch. | |||
2019-01-29 | Add multi_event_geometry() function | Thomas White | |
2019-01-29 | hdfsee: Fix possible string truncation | Thomas White | |
2018-12-18 | make_pixelmap: Use <input>.h5 as default output filename | Thomas White | |
2018-09-11 | hdfsee: Fix a missing return value | Thomas White | |
2018-07-06 | Use either GTK2 or GTK3 | Thomas White | |
2018-07-06 | Switch to GTK3 | Thomas White | |
2018-06-26 | Embed diffraction.cl and hdfsee.ui into executables | Thomas White | |
Having to install these causes problems, e.g. you can't run from build directory nor run tests without installing. For hdfsee.ui, the XML is now embedded in the code just as it is for cell_explorer. diffraction.cl is a bit too long and complicated for that. There are a number of nasty ways to embed such files. This one seems to be the overall least nasty, although it requires data/gen-resources to be run whenever diffraction.cl is changed. | |||
2018-06-12 | hdfsee: Show image size at binning 1 | Thomas White | |
Used to be "raw image size", but that's meaningless since "de-slabbification". All the panels are stored separately. This commit also clarifies the meaning of "Smaller numbers". | |||
2018-06-12 | Whitespace fussiness | Thomas White | |
2018-06-10 | hdfsee: Fix statusbar snprintf() nonsense | Thomas White | |
2018-03-21 | Separate tests for gdk-pixbuf-2.0 and GDK | Thomas White | |
2017-11-23 | Avoid truncation with snprintf | Thomas White | |
Just something that came from new compiler warnings after upgrading my system. | |||
2017-11-15 | Use GDK_a/b instead of GDK_KEY_a/b | Thomas White | |
Some people using old libraries out there. | |||
2017-11-14 | hdfsee: Use a/b keys to change ring size | Thomas White | |
2017-10-12 | hdfsee: Add "peaks", "preds" or "rings" to export filename, as applicable | Thomas White | |
2017-10-12 | hdfsee: Add event ID to exported image filename | Thomas White | |
2017-09-21 | hdfsee: Increase ring thickness | Thomas White | |
2017-05-03 | hdfsee: Use new imagefile API | Thomas White | |
2017-05-03 | HDF5 reading under new API | Thomas White | |
2016-07-29 | hdfsee: Fix crash because of panel name | Thomas White | |
2016-07-29 | hdfsee: Fix coordinates | Thomas White | |
2016-07-01 | Fix dw-hdfsee.c | Thomas White | |
2016-02-23 | hdfsee: Fix panel/feature names in numbers window | Thomas White | |
2015-12-01 | hdfsee: Round panel transformations before passing them to Cairo | Thomas White | |
This prevents the slight blurring of image data which happened before. | |||
2015-11-03 | hdfsee: Restore TIFF output | Thomas White | |
2015-11-03 | hdfsee: Restore ADSC output | Thomas White | |
2015-11-03 | Merge branch 'tom/imagedata' | Thomas White | |
2015-10-30 | hdfsee: Fix crash when changing rigid group in calibration mode | Thomas White | |
The number of rigid groups overall is usually greater than the number of rigid groups in the current collection. Therefore, the "previous rg" function wrapped round to the wrong place. | |||
2015-10-07 | Merge branch 'master' into tom/imagedata | Thomas White | |
2015-10-07 | Formatting | Thomas White | |
2015-10-07 | Fix a small memory leak | Thomas White | |
2015-10-05 | hdfsee: Disable TIFF/ADSC output functions | Thomas White | |
Need a better solution here: fix them or delete them | |||
2015-10-05 | hdfsee: Remove image->data | Thomas White | |
2015-07-09 | Tidy up error handling when given dodgy data locations | Thomas White | |
2015-07-09 | hdfsee: Use "dp" for numbers view | Thomas White | |
2015-03-20 | hdfsee: Fix a typo | Thomas White | |
2015-03-19 | hdf5_read(): Create simple geometry | Thomas White | |
This allows unpack_panels() to be called, and hence the same data structures to be available in the simple and geometry cases. Some changes were necessary to hdfsee, which previously created the simple geometery itself |