Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add missing header installation | 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 | |
2020-07-29 | Get rid of imagefile_field_list and stuff_from_stream | Thomas White | |
The only place this is used is in geoptimiser, to get the average_camera_length, itself a very bad solution. | |||
2020-07-29 | Port indexamajig to new API, part II | Thomas White | |
This also removes a large chunk of legacy code | |||
2020-07-29 | Port indexamajig to new API, part I | Thomas White | |
2020-07-29 | Deprecation markers | Thomas White | |
2020-07-29 | initialize_filename_plus_event: Check for NULL | Thomas White | |
2020-07-29 | Fix CXI peak loading in new API | Thomas White | |
2020-07-29 | Pass HDF5 path down to load_hdf5_hyperslab() | Thomas White | |
2020-07-29 | Allow skipping placeholders when loading from HDF5 | Thomas White | |
This allows a static mask as a multi-dimensional array in a multi-event file, for example: data: { 148, 124, 1000, 16 } = { fs, ss, eventnum, panelnum } mask: { 148, 124, 16 } = { fs, ss, panelnum } | |||
2020-07-29 | Add image_expand_frames() | Thomas White | |
2020-07-29 | Split off parse_peaksearch() | Thomas White | |
2020-07-29 | Add a missing semicolon | Thomas White | |
2020-07-29 | Fussiness | Thomas White | |
2020-07-29 | Implement CXI peak lists | Thomas White | |
Can't test just yet | |||
2020-07-29 | Add image_read_peaks() | Thomas White | |
Automatically detects file type, including HDF5 vs CXI | |||
2020-07-29 | Remove "parent" from struct imagefeature | Thomas White | |
It's not used anywhere, and removing it means that the image structure is no longer needed to search peaks | |||
2020-07-29 | Catch a NULL pointer | Thomas White | |
2020-07-29 | Add data_template_find_panel() and data_template_file_to_panel_coords() | Thomas White | |
2020-07-29 | hdf5_peak_location -> peak_list | Thomas White | |
2020-07-29 | Factorise filename_extension() | Thomas White | |
2020-07-29 | DS9K compatibility | Thomas White | |
2020-07-29 | Actually load the mask | Thomas White | |
2020-07-29 | Add missing cast | Thomas White | |
2020-07-29 | Factorise HDF5 hyperslab loading | Thomas White | |
2020-07-29 | Use bad regions, no_index and NaN/inf flags in new image loading API | Thomas White | |
2020-07-29 | Add a couple of FIXMEs | Thomas White | |
2020-07-29 | Check that dp/mask/sat exist before freeing | Thomas White | |
2020-07-29 | Push CBF/GZ split point further down | Thomas White | |
2020-07-29 | Remove bad pixel mask stuff from unpack_panels_dtempl and image_read_hdf5 | Thomas White | |
Will be replaced shortly by dedicated routines |