aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.c
AgeCommit message (Expand)Author
2020-07-29Actually get rid of hdf5-fileThomas White
2020-07-29Port indexamajig to new API, part IIThomas White
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
2020-04-03Break down hdfile_get_string_value()Thomas White
2020-03-31hdfile_get_string_value: Handle arrays of fixed length stringsThomas White
2020-03-31Catch NULL event in make_dataspacesThomas White
2020-03-31Improve error message in hdfile_get_string_value()Thomas White
2020-03-16hdfile_get_string_value: Handle arrays of variable length stringsThomas White
2020-02-28hdfile_get_value(): Check that ev->dim_length > 0 before looking in dim_entriesThomas White
2020-01-10Mass update of copyright datesThomas White
2019-07-16hdfile_get_string_value(): Detect non-scalar stringThomas White
2019-07-16hdfile_get_value(): Increase maximum number of dimensions to 64Thomas White
2019-07-16Remove warnings about non-scalar valuesThomas White
2019-07-16Generalise get_ev_based_value() to handle non-multievent caseThomas White
2019-05-29Use Spectrum API for simulationThomas White
2019-05-14Remove image.num_peaks and num_saturated_peaksThomas White
2019-05-07Update all source code comments to Doxygen formatThomas White
2019-04-03Consider pixel as bad if its value is NaN or infinityThomas White
2019-03-01Don't mask out entire image if bad pixel map can't be loadedThomas White
2019-01-29Fix some compiler warnings about string handlingThomas White
2019-01-29Fix a couple of memory leaksThomas White
2019-01-24Say what path was being opened when event enumeration failsThomas White
2018-11-14Fix error message about dimensionality of image dataThomas White
2018-09-10Change image.spectrum to image.spectrum0 to use a different structure for spe...Alexandra Tolstikova
2017-09-19get_ev_based_value(): Allow integer typesThomas White
2017-09-15Fix uninitialised peak counts (for info in stream only)Thomas White
2017-06-21Close more leftover HDF5 handlesThomas White
2017-06-21Close leftover HDF5 handlesThomas White
2017-06-21hdf5_read2(): Fix exit pathThomas White
2017-05-05Fill in photon energy, clen and adu for CBFsThomas White
2017-05-03hdfile_set_image(): Remove panel argumentThomas White
2017-04-13hdf5_read2(): Free buffers when read failsThomas White
2017-03-31Offset peak locations from HDF5 or CXI files by 0.5,0.5Thomas White
2017-02-16Fix mask path placeholder checkThomas White
2016-10-10Fix bad regionsThomas White
2016-10-06hdf5_write_image(): Write the correct dataThomas White
2016-10-06hdf5_write_image(): Use correct dataspace for writingThomas White
2016-09-12Restore loading of saturation mapThomas White
2016-09-12Restore loading of bad pixel mapThomas White
2016-07-29Set image->dp in hdf5_read()Thomas White
2016-07-01Provide dataspace when reading data, mask and satmapThomas White
2016-07-01No more slab-relative coordinates in libcrystfelThomas White
2016-04-21Use correct dataspace when reading HDF5 stringsThomas White
2016-04-13Fix event enumerationThomas White
2016-04-12Merge branch 'tom/testing'Thomas White
2016-04-01Add adu_per_photon (distinct from adu_per_eV)Thomas White
2016-04-01Fix silly bugs and tidy upThomas White
2016-03-31Handle placeholders in --hdf5-peaksThomas White
2016-03-24Fussiness/formattingThomas White
2016-03-24Simplify event enumeration a bitThomas White