Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Un-export image_read_image_data | Thomas White | |
Not needed since f5b3c4db36fa. | |||
2020-08-07 | Remove image->avg_clen | Thomas White | |
Horrible API hack. | |||
2020-08-04 | Add image_write() | Thomas White | |
This is a one-to-one transfer of the old hdf5_write_image() | |||
2020-08-04 | Add image_create_for_simulation() | Thomas White | |
...and factorise common code | |||
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-07-29 | stream_read_chunk: Add option to load image data | Thomas White | |
2020-07-29 | Unify creation of blank image data arrays | Thomas White | |
2020-07-29 | Add --no-image-data and --no-mask-data | Thomas White | |
2020-07-29 | Create detgeom and data arrays when reading from stream | Thomas White | |
2020-07-29 | Remove events.c, part 1 | Thomas White | |
2020-07-29 | Remove unused imagefile_type | Thomas White | |
2020-07-29 | Reinstate mark_resolution_range_as_bad | 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 | Remove "struct detector" completely, part I | Thomas White | |
record_image has been moved to pattern_sim.c | |||
2020-07-29 | Remove image_reflection_closest | Thomas White | |
Not used anywhere! | |||
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 I | Thomas White | |
2020-07-29 | Add image_expand_frames() | Thomas White | |
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 | Add image_get_feature_const() and image_feature_list_copy() | Thomas White | |
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-07-29 | Create detgeom structure on image load | Thomas White | |
2020-07-29 | Basic image loading via new DataTemplate API | Thomas White | |
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-09-12 | Avoid duplication of beam and detector parameters for pinkIndexer | Thomas White | |
2019-05-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-14 | Remove image.num_peaks and num_saturated_peaks | Thomas White | |
These values were inconsistently set by different parts of the code, e.g. different peak search methods. num_saturated_peaks was even set during final integration. Now, the peak count is taken from the ImageFeatureList, so it's authoritative. | |||
2019-05-14 | Remove "valid" item from "struct imagefeature" | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2019-05-07 | Move spectrum type enum to pattern_sim.c | Thomas White | |
2018-09-27 | Write in stream whether crystal was selected as a "hit" or not | Thomas White | |
2018-09-20 | Handle gzipped CBF files | Thomas White | |
2018-09-10 | Fussiness / formatting | Thomas White | |
2018-09-10 | indexamajig: read pink beam spectrum from file | Alexandra Tolstikova | |
2018-09-10 | Change image.spectrum to image.spectrum0 to use a different structure for ↵ | Alexandra Tolstikova | |
spectrum. | |||
2018-09-10 | pattern_sim: read spectrum from file | Alexandra Tolstikova | |
2018-07-09 | Fix typo | Thomas White | |
2018-07-09 | Add number of indexing attempts to stream | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-02-27 | Update comment to clarify interpretation of bandwidth | Thomas White | |
2017-09-21 | Improve error message when using CBF files and a multi-event geometry | Thomas White | |
2017-09-07 | remove_flagged_crystals(): Return the number of crystals removed | Thomas White | |
2017-07-24 | Update docs | Thomas White | |
2017-07-05 | Update docs | Thomas White | |
2017-05-03 | Detect CBF files, interface bits | Thomas White | |
2017-05-02 | Skeleton image file API | Thomas White | |
2017-05-02 | Initial CBF stuff | Thomas White | |
2016-07-01 | Remove slab-relative coordinates from geoptimiser | Thomas White | |