aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2020-07-29Improve error messageThomas White
2020-07-29Set default dimensions (0=ss, 1=fs)Thomas White
2020-07-29Handle event expansion even for single-event filesThomas 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-29Remove dtempl->defaultsThomas White
This is 100% private to the parser
2020-07-29Add crystal_copy_deep()Thomas White
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-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 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
2020-07-29Fixup new Stream APIThomas White
2020-07-29Convert indexamajig to new Stream APIThomas White
2020-07-29Define new Stream APIThomas White
2020-07-29Replace largest_q for detgeomThomas White
2020-07-29Reinstate mark_resolution_range_as_badThomas White
2020-07-29Add a FIXMEThomas White
2020-07-29Remove old in_bad_region_dtemplThomas White
2020-07-29Convert photon energy to wavelengthThomas White
2020-07-29Add is_hdf5_fileThomas White
Avoids using HDF5 API calls all over the code
2020-07-29Remove more references to old detector structureThomas White
2020-07-29Move MessagePack stuff to separate fileThomas White
Note the nicer separation: ZMQ is in indexamajig only, whereas MessagePack becomes something generally accessible through libcrystfel.
2020-07-29Remove references to old headersThomas White
2020-07-29Convert filters.c to detgeomThomas White
2020-07-29Actually get rid of hdf5-fileThomas White
2020-07-29Convert make_pixelmap to DataTemplateThomas White
NB The coffset is no longer written to the HDF5 file. This was a terrible hack anyway. The resolution field is just as bad, but as least easy to get from the detgeom.
2020-07-29Remove "struct detector" completely, part IThomas White
record_image has been moved to pattern_sim.c