aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.c
AgeCommit message (Expand)Author
2024-02-06Use libcrystfel memory allocation routines everywhereThomas White
2024-02-06image_add_feature: Remove "image" argumentThomas White
2023-07-27Fix some more memory leaksThomas White
2023-07-26Fix memory leaks in header cachingThomas White
2023-05-05Formatting (fussiness)Thomas White
2023-05-05Move is_{hdf5,cbf,cbfgz}_file() to image.cThomas White
2023-05-02Remove image_write() and image_hdf5_write()Thomas White
2022-09-21Avoid nan/inf check unless data was given in float formatThomas White
2022-09-20load_hdf5_hyperslab: Add missing cleanupThomas White
2022-08-18Restructure image data array creationThomas White
2022-05-04Add improved profilingThomas White
2022-04-20Recognise .nx5 as HDF5Thomas White
2022-03-09Meson: enable building without HDF5Thomas White
2022-03-08Fix slabbiness assumptionsThomas White
2022-03-02Move file_exists() check to right before opening the HDF5Thomas White
2022-03-02Formatting and increased verbosityThomas White
2021-10-20image_hdf5_read_peaks_cxi: Make sure array is big enoughThomas White
2021-10-20FussinessThomas White
2021-10-20image_hdf5_read_header_to_cache: Make space for terminatorThomas White
2021-09-17Handle headers from in-memory HDF5sThomas White
2021-09-17Handle in-memory HDF5sThomas White
2021-09-17Avoid pointless passing of image/eventThomas White
2021-09-07image_hdf5_read_header_to_cache: Remove double free on error pathThomas White
2021-07-23image_hdf5_write: Avoid weird pass-by-referenceThomas White
2021-07-23FormattingThomas White
2021-07-22Clean up shadowed variablesThomas White
2021-07-21image_hdf5_read_peaks_cxi: Fix error checksThomas White
2021-07-21Add missing cleanup on error pathsThomas White
2021-06-22Add string terminator for fixed-length HDF5 strings from arraysThomas White
2021-06-21Restore HDF5 string handlingThomas White
2021-05-28Pass errors back when retrieving values for wavelength etcThomas White
2021-05-17Resolve FIXMEs and TODOsThomas White
2021-05-12Rework header caching layerThomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-04-01Implement loading of saturation mapThomas White
2021-03-30Add header caching layerThomas White
2021-03-22Allow HDF5 path substitution when there are too many placeholder valuesThomas White
2021-03-09Add the ability to use multiple bad pixel masks at onceThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2020-09-16image_hdf5_read: Don't call image_freeThomas White
2020-09-16Fix incorrect logic in HDF5 expansionThomas White
2020-09-07Catch another "NULL" event -> //Thomas White
2020-08-04Add image_write()Thomas White
2020-07-30Add missing config.h includesThomas White
2020-07-30Eliminate duplicate symbolsThomas White
2020-07-29Fix a couple of memory bugs in event expansionThomas White
2020-07-29const-cleaningThomas White
2020-07-29Move image structure creation up to image_read()Thomas White
2020-07-29Add missing newlinesThomas White
2020-07-29Handle scalar values for HDF5 headersThomas White