index
:
CrystFEL
crystfel-0.3
crystfel-0.4
crystfel-0.5
master
pascal/electrons
tom/dtempl
Data processing for serial crystallography
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcrystfel
/
src
/
image-hdf5.c
Age
Commit message (
Expand
)
Author
2020-09-16
image_hdf5_read: Don't call image_free
Thomas White
2020-09-16
Fix incorrect logic in HDF5 expansion
Thomas White
2020-09-07
Catch another "NULL" event -> //
Thomas White
2020-08-04
Add image_write()
Thomas White
2020-07-30
Add missing config.h includes
Thomas White
2020-07-30
Eliminate duplicate symbols
Thomas White
2020-07-29
Fix a couple of memory bugs in event expansion
Thomas White
2020-07-29
const-cleaning
Thomas White
2020-07-29
Move image structure creation up to image_read()
Thomas White
2020-07-29
Add missing newlines
Thomas White
2020-07-29
Handle scalar values for HDF5 headers
Thomas White
2020-07-29
Set default event ID when reading from HDF5 with NULL event
Thomas White
2020-07-29
Avoid segfault if there are no panels in DataTemplate
Thomas White
2020-07-29
Recognise .cxi extension as HDF5
Thomas White
2020-07-29
Improve error message
Thomas White
2020-07-29
is_hdf5_file: Only check extension
Thomas White
2020-07-29
Avoid event enumeration if only one event is possible
Thomas White
2020-07-29
Factorise num_path_placeholders
Thomas White
2020-07-29
Improve error message when peak list is not given in DataTemplate
Thomas White
2020-07-29
Make sure all HDF5 resources are freed
Thomas White
2020-07-29
Improve error message
Thomas White
2020-07-29
Handle event expansion even for single-event files
Thomas White
2020-07-29
Implement dimension part of event expansion, and clean up tests
Thomas White
2020-07-29
Path part of event expansion
Thomas White
2020-07-29
Fix image_hdf5_read_peaks_cxi
Thomas White
2020-07-29
image_hdf5_get_value without 'struct event'
Thomas White
2020-07-29
substitute_path: Special case for no placeholders
Thomas White
2020-07-29
Remove events.c, part 2
Thomas White
2020-07-29
Remove events.c, part 1
Thomas White
2020-07-29
Tidy up
Thomas White
2020-07-29
Add is_hdf5_file
Thomas White
2020-07-29
Move HDF5 and CBF stuff into separate files
Thomas White