Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Handle event expansion even for single-event files | Thomas White | |
2020-07-29 | Automatic colour scale | Thomas White | |
2020-07-29 | Avoid double iteration | Thomas White | |
2020-07-29 | Simplify image rendering for CrystFELImageView | Thomas White | |
2020-07-29 | render_scale -> colscale_lookup | Thomas White | |
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 | Avoid reloading image data when colour scale is changed | Thomas White | |
2020-07-29 | Remove dtempl->defaults | Thomas White | |
This is 100% private to the parser | |||
2020-07-29 | partialator/process_hkl: Fix stream reading logic | Thomas White | |
2020-07-29 | Add crystal_copy_deep() | Thomas White | |
2020-07-29 | Avoid compiling image-hdf5.c ten times | Thomas White | |
2020-07-29 | cellcompare_check: Reduce ntrials to 5 | Thomas White | |
Makes this test take 30 seconds instead of a minute | |||
2020-07-29 | prof2d_check: Decrease size of unit cell | Thomas White | |
It was taking multiple minutes to run, discouraging me from running the test suite at all. | |||
2020-07-29 | Implement dimension part of event expansion, and clean up tests | Thomas White | |
2020-07-29 | Path part of event expansion | Thomas White | |
2020-07-29 | Require mask/satmap paths to have fewer placeholders than data | Thomas White | |
2020-07-29 | Check that paths for all panels have the same number of placeholders | Thomas White | |
2020-07-29 | Fussiness | Thomas White | |
2020-07-29 | Fix image_hdf5_read_peaks_cxi | Thomas White | |
2020-07-29 | image_hdf5_get_value without 'struct event' | Thomas White | |
2020-07-29 | substitute_path: Special case for no placeholders | Thomas White | |
2020-07-29 | Remove events.c, part 2 | Thomas White | |
New event parsing, done at the last minute in image-hdf5.c | |||
2020-07-29 | Remove peak_info_location | Thomas White | |
peak_list already exists | |||
2020-07-29 | Remove events.c, part 1 | Thomas White | |
2020-07-29 | Set up adu_per_photon correctly | Thomas White | |
2020-07-29 | Units for wavelength/photon energy | Thomas White | |
2020-07-29 | Fix some memory bugs | Thomas White | |
2020-07-29 | Remove unused includes | Thomas White | |
2020-07-29 | Convert prediction_gradient_check to detgeom | Thomas White | |
2020-07-29 | Finish converting stream.c | Thomas White | |
2020-07-29 | Implement camera length units in data_template_to_detgeom | Thomas White | |
This is a special reduced version which cannot load metadata from an file, because no file is available in this case. | |||
2020-07-29 | Convert image-msgpack.c to DataTemplate/detgeom | Thomas White | |
2020-07-29 | Tidy up | Thomas White | |
Regarding check_path_existence: This was a very complicated procedure, for not very much gain. The attempt to open a dataset for real, which invariably follows, can still fail after this check. | |||
2020-07-29 | Convert predict-refine to detgeom | Thomas White | |
2020-07-29 | Update tests for detgeom | Thomas White | |
2020-07-29 | Update stream to new API | Thomas White | |
2020-07-29 | Const-cleaning | Thomas White | |
2020-07-29 | Add data_template_panel_name_to_number and rename data_template_panel_name | Thomas White | |
2020-07-29 | Remove unused imagefile_type | Thomas White | |
2020-07-29 | Update boilerplate | Thomas White | |
2020-07-29 | Convert a few more bits and pieces to detgeom | Thomas White | |
2020-07-29 | Felix: remove a useless call | Thomas White | |
2020-07-29 | Convert whirligig to new Stream API | Thomas White | |
2020-07-29 | Convert ambigator to new Stream API | Thomas White | |
2020-07-29 | Convert partialator to new Stream API | Thomas White | |
2020-07-29 | Fixup new Stream API | Thomas White | |
2020-07-29 | Convert indexamajig to new Stream API | Thomas White | |
2020-07-29 | Convert cell_explorer to new Stream API | Thomas White | |
2020-07-29 | Convert process_hkl to new Stream API | Thomas White | |
2020-07-29 | Define new Stream API | Thomas White | |