Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-07-29 | Add a FIXME | Thomas White | |
2020-07-29 | Add missing va_start/va_end | Thomas White | |
Needed even though we don't iterate the list | |||
2020-07-29 | Catch some error conditions | Thomas White | |
2020-07-29 | Add void pointer to log message functions | Thomas White | |
Also add LogMsgFunc typedef and move functions up in utils.c, because progress_bar() also needs the stderr_lock. | |||
2020-07-29 | Move stderr_lock prototype to utils.h | Thomas White | |
2020-07-29 | libcrystfel plumbing to allow ERROR/STATUS messages in GUI | Thomas White | |
2020-07-29 | Convert peakfinder8 to use new API | Thomas White | |
2020-07-29 | Actually run indexamajig | Thomas White | |
2020-07-29 | Add str_peaksearch() | Thomas White | |
Will be needed for passing peak search parameters to indexamajig from GUI | |||
2020-07-29 | Implement basic CBF loading via new API | Thomas White | |
2020-07-29 | Peak search stuff | Thomas White | |
2020-07-29 | Add image_get_feature_const() and image_feature_list_copy() | Thomas White | |
2020-07-29 | Convert peak detection to use detgeom | Thomas White | |
2020-07-29 | Remove badrow culling | Thomas White | |
Very old, not used at all, and better solved by masking bad regions. | |||
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-07-29 | Remove unused fields in struct detgeom | Thomas White | |
2020-07-29 | image_free(): Free more stuff | Thomas White | |
2020-07-29 | Use both APIs for pixbuf rendering (prefer new) | Thomas White | |
2020-07-29 | create_detgeom(): Set n_panels | Thomas White | |
2020-07-29 | image_read_hdf5(): Allocate bad maps | Thomas White | |
2020-07-29 | Create detgeom structure on image load | Thomas White | |
2020-07-29 | Move colour scale and pixbuf rendering to libcrystfel | Thomas White | |
Also, split into two files (colscale and render), and remove TIFF stuff. | |||
2020-07-29 | Basic image loading via new DataTemplate API | Thomas White | |