aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.c
AgeCommit message (Expand)Author
2020-07-29Remove references to old headersThomas White
2020-07-29Allow units in "clen" geometry file directiveThomas White
2020-07-29Move HDF5 and CBF stuff into separate filesThomas White
2020-07-29image_free: Free detgeom as wellThomas White
2020-07-29Fix dimension allocation in load_hdf5_hyperslabThomas White
2020-07-29Add missing initialisationThomas White
2020-07-29Convert stream to DataTemplateThomas White
2020-07-29Remove image_reflection_closestThomas White
2020-07-29Get rid of imagefile_field_list and stuff_from_streamThomas White
2020-07-29Port indexamajig to new API, part IIThomas White
2020-07-29Port indexamajig to new API, part IThomas White
2020-07-29Fix CXI peak loading in new APIThomas White
2020-07-29Pass HDF5 path down to load_hdf5_hyperslab()Thomas White
2020-07-29Allow skipping placeholders when loading from HDF5Thomas White
2020-07-29Add image_expand_frames()Thomas White
2020-07-29FussinessThomas White
2020-07-29Implement CXI peak listsThomas White
2020-07-29Add image_read_peaks()Thomas White
2020-07-29Remove "parent" from struct imagefeatureThomas White
2020-07-29DS9K compatibilityThomas White
2020-07-29Actually load the maskThomas White
2020-07-29Add missing castThomas White
2020-07-29Factorise HDF5 hyperslab loadingThomas White
2020-07-29Use bad regions, no_index and NaN/inf flags in new image loading APIThomas White
2020-07-29Add a couple of FIXMEsThomas White
2020-07-29Check that dp/mask/sat exist before freeingThomas White
2020-07-29Push CBF/GZ split point further downThomas White
2020-07-29Remove bad pixel mask stuff from unpack_panels_dtempl and image_read_hdf5Thomas White
2020-07-29Catch some error conditionsThomas White
2020-07-29Implement basic CBF loading via new APIThomas White
2020-07-29Add image_get_feature_const() and image_feature_list_copy()Thomas White
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
2020-07-29image_free(): Free more stuffThomas White
2020-07-29create_detgeom(): Set n_panelsThomas White
2020-07-29image_read_hdf5(): Allocate bad mapsThomas White
2020-07-29Create detgeom structure on image loadThomas White
2020-07-29Basic image loading via new DataTemplate APIThomas White
2020-02-11Don't use gzbuffer if it's not availableThomas White
2020-01-10Mass update of copyright datesThomas White
2019-09-10sort_peaks(): Handle NULL peak listThomas White
2019-07-17Merge branch 'tom/zmq'Thomas White
2019-06-05Fix obvious bug in image_add_feature()Thomas White
2019-05-14Remove "valid" item from "struct imagefeature"Thomas White
2019-05-07Update all source code comments to Doxygen formatThomas White
2019-04-16Recognise (if not handle) all CBF formatsThomas White
2019-04-16Basic CBF reader with byte offset decompressionThomas White
2019-04-15Strip ouf CBFlib referencesThomas White
2019-04-03Consider pixel as bad if its value is NaN or infinityThomas White
2019-03-14Clean up MessagePack stuffThomas White
2019-01-03Use gzclose() instead of gzclose_r()Thomas White