aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-07-29Convert whirligig to new Stream APIThomas White
2020-07-29Convert ambigator to new Stream APIThomas White
2020-07-29Convert partialator to new Stream APIThomas White
2020-07-29Fixup new Stream APIThomas White
2020-07-29Convert indexamajig to new Stream APIThomas White
2020-07-29Convert cell_explorer to new Stream APIThomas White
2020-07-29Convert process_hkl to new Stream APIThomas White
2020-07-29Define new Stream APIThomas White
2020-07-29Replace largest_q for detgeomThomas White
2020-07-29Fix ambigator (add include, remove image.det)Thomas 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
2020-07-29Allow units in "clen" geometry file directiveThomas White
2020-07-29chomp: Don't measure length of string every iterationThomas White
2020-07-29Less circuitous string lexxing in geometry parserThomas White
2020-07-29assplode_algebraic: Ignore spacesThomas White
2020-07-29Move HDF5 and CBF stuff into separate filesThomas White
2020-07-29Add include guards and warning commentThomas White
2020-07-29Add missing header installationThomas White
2020-07-29image_free: Free detgeom as wellThomas White
NB Don't free the old "detector" struct. This has different semantics: Detgeom is allocated when the image is created (e.g. by loading a file). Detector is usually owned by someone else.