aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.c
AgeCommit message (Collapse)Author
2014-07-21Swap loop order in unpack_panels()Thomas White
2014-03-03Add things to stream if they were mentioned in beam or geom, and remove ↵Thomas White
clen_ entries
2014-02-12partial_sim: Add --imagesThomas White
2014-01-20pattern_sim: Overhaul and add SASE spectrum simulationThomas White
2013-10-08Read scalar values from HDF5 files as 0d arraysThomas White
Historically, scalar values have been represented in our data files as 1d arrays with size=1. Now they are (more correctly) written as 0d arrays. This change allows CrystFEL to read both.
2013-09-05Remove vestigial get_wavelength()Thomas White
2013-06-01Complain if an HDF5 field doesn't existThomas White
2013-05-27hdfsee: Fix segfault on startupThomas White
2013-05-27Do the actual profile fittingThomas White
2013-05-27Individual panel arraysThomas White
2012-10-20Extreme fussinessThomas White
2012-10-04Fix a FIXMEThomas White
2012-09-27FormattingThomas White
2012-05-30Fix previous commitThomas White
2012-05-30FormattingThomas White
2012-03-23Fix hdf5_write_image()Thomas White
2012-03-23Remove unnecessary max_sizeThomas White
2012-03-23Add new function hdf5_write_image() to include all relevant information in ↵Thomas White
the file
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-03-09Compile libcrystfel with -Wall, fix warningsThomas White
2012-02-24Remove I0 stuffThomas White
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22FusinessThomas White
2012-02-22Reduce verbosityThomas White
2012-02-22Introduce "libcrystfel"Thomas White