aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-29"Load stream" optionThomas White
2020-07-29Don't try to draw peaks without an image structureThomas White
2020-07-29Find data -> Load dataThomas White
This is a better name, because it includes loading a stream (and possibly more later).
2020-07-29Improve error messageThomas White
2020-07-29Set default dimensions (0=ss, 1=fs)Thomas White
2020-07-29Fix a typoThomas White
2020-07-29Remove unnecessary librariesThomas White
2020-07-29tests/ev_enum1: Use API functionThomas White
2020-07-29Handle event expansion even for single-event filesThomas White
2020-07-29Automatic colour scaleThomas White
2020-07-29Avoid double iterationThomas White
2020-07-29Simplify image rendering for CrystFELImageViewThomas White
2020-07-29render_scale -> colscale_lookupThomas White
2020-07-29Break render.c down and move to geoptimiser and CrystFELImageViewThomas 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-29Avoid reloading image data when colour scale is changedThomas White
2020-07-29Remove dtempl->defaultsThomas White
This is 100% private to the parser
2020-07-29partialator/process_hkl: Fix stream reading logicThomas White
2020-07-29Add crystal_copy_deep()Thomas White
2020-07-29Avoid compiling image-hdf5.c ten timesThomas White
2020-07-29cellcompare_check: Reduce ntrials to 5Thomas White
Makes this test take 30 seconds instead of a minute
2020-07-29prof2d_check: Decrease size of unit cellThomas White
It was taking multiple minutes to run, discouraging me from running the test suite at all.
2020-07-29Implement dimension part of event expansion, and clean up testsThomas White
2020-07-29Path part of event expansionThomas White
2020-07-29Require mask/satmap paths to have fewer placeholders than dataThomas White
2020-07-29Check that paths for all panels have the same number of placeholdersThomas White
2020-07-29FussinessThomas White
2020-07-29Fix image_hdf5_read_peaks_cxiThomas White
2020-07-29image_hdf5_get_value without 'struct event'Thomas White
2020-07-29substitute_path: Special case for no placeholdersThomas White
2020-07-29Remove events.c, part 2Thomas White
New event parsing, done at the last minute in image-hdf5.c
2020-07-29Remove peak_info_locationThomas White
peak_list already exists
2020-07-29Remove events.c, part 1Thomas White
2020-07-29Set up adu_per_photon correctlyThomas White
2020-07-29Units for wavelength/photon energyThomas White
2020-07-29Fix some memory bugsThomas White
2020-07-29Remove unused includesThomas White
2020-07-29Convert prediction_gradient_check to detgeomThomas White
2020-07-29Finish converting stream.cThomas White
2020-07-29Implement camera length units in data_template_to_detgeomThomas White
This is a special reduced version which cannot load metadata from an file, because no file is available in this case.
2020-07-29Convert image-msgpack.c to DataTemplate/detgeomThomas White
2020-07-29Tidy upThomas 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-29Convert predict-refine to detgeomThomas White
2020-07-29Update tests for detgeomThomas White
2020-07-29Update stream to new APIThomas White
2020-07-29Const-cleaningThomas White
2020-07-29Add data_template_panel_name_to_number and rename data_template_panel_nameThomas White
2020-07-29Remove unused imagefile_typeThomas White
2020-07-29Update boilerplateThomas White
2020-07-29Convert a few more bits and pieces to detgeomThomas White
2020-07-29Felix: remove a useless callThomas White