Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 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 | Fixup new Stream API | Thomas White | |
2020-07-29 | Convert indexamajig to new Stream API | Thomas White | |
2020-07-29 | Define new Stream API | Thomas White | |
2020-07-29 | Replace largest_q for detgeom | Thomas White | |
2020-07-29 | Reinstate mark_resolution_range_as_bad | Thomas White | |
2020-07-29 | Add a FIXME | Thomas White | |
2020-07-29 | Remove old in_bad_region_dtempl | Thomas White | |
2020-07-29 | Convert photon energy to wavelength | Thomas White | |
2020-07-29 | Add is_hdf5_file | Thomas White | |
Avoids using HDF5 API calls all over the code | |||
2020-07-29 | Remove more references to old detector structure | Thomas White | |
2020-07-29 | Move MessagePack stuff to separate file | Thomas White | |
Note the nicer separation: ZMQ is in indexamajig only, whereas MessagePack becomes something generally accessible through libcrystfel. | |||
2020-07-29 | Remove references to old headers | Thomas White | |
2020-07-29 | Convert filters.c to detgeom | Thomas White | |
2020-07-29 | Actually get rid of hdf5-file | Thomas White | |
2020-07-29 | Convert make_pixelmap to DataTemplate | Thomas 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-29 | Remove "struct detector" completely, part I | Thomas White | |
record_image has been moved to pattern_sim.c | |||
2020-07-29 | Allow units in "clen" geometry file directive | Thomas White | |
2020-07-29 | chomp: Don't measure length of string every iteration | Thomas White | |
2020-07-29 | Less circuitous string lexxing in geometry parser | Thomas White | |
2020-07-29 | assplode_algebraic: Ignore spaces | Thomas White | |
2020-07-29 | Move HDF5 and CBF stuff into separate files | Thomas White | |
2020-07-29 | Add include guards and warning comment | Thomas White | |
2020-07-29 | image_free: Free detgeom as well | Thomas 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. | |||
2020-07-29 | Convert more bits to detgeom | Thomas White | |
2020-07-29 | Add detgeom_free | Thomas White | |
2020-07-29 | Fix dimension allocation in load_hdf5_hyperslab | Thomas White | |
2020-07-29 | Add missing initialisation | Thomas White | |
2020-07-29 | Convert stream to DataTemplate | Thomas White | |
2020-07-29 | Convert make_BgMask to detgeom | Thomas White | |
2020-07-29 | Remove image_reflection_closest | Thomas White | |
Not used anywhere! | |||
2020-07-29 | Convert prediction gradients to detgeom | Thomas White | |
2020-07-29 | Convert prediction and integration to detgeom | Thomas White | |
2020-07-29 | Convert map_all_peaks to detgeom | Thomas White | |
2020-07-29 | free_event_list: Handle NULL list | Thomas White | |
2020-07-29 | Convert estimate_peak_resolution to detgeom | Thomas White | |