Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | filter_noise_in_panel: Fix panel edge behaviour | Thomas White | |
2021-09-07 | lookup_panel: Check that panel name is not NULL | Thomas White | |
2021-09-07 | load_cell_from_file: Check fgets return value for first line | Thomas White | |
2021-09-06 | Meson: Get FDIP via a Wrap | Thomas White | |
2021-09-03 | Meson: Add libccp4c as a wrapped subproject | Thomas White | |
2021-09-03 | Fix typo and failing tests from previous commit | Thomas White | |
2021-09-03 | Reject geometry file if fs and ss directions are not specified | Thomas White | |
2021-08-20 | write_to_xds: Add missing 'S' (!) | Thomas White | |
2021-08-20 | Mosflm: Add -n option when probing | Thomas White | |
2021-08-13 | Increase threshold for integration warning | Thomas White | |
The warning about "XXX reflections couldn't be integrated" is tiresome - it appears for practically every indexed pattern because there are always some reflections that fall in bad regions or at panel edges. This suppresses the warning unless the number of integration failures is more than a quarter of the total number of reflections. | |||
2021-07-23 | image_hdf5_write: Avoid weird pass-by-reference | Thomas White | |
2021-07-23 | Add field widths to all sscanf("%s") | Thomas White | |
2021-07-23 | TakeTwo: Remove unused variables | Thomas White | |
2021-07-23 | TakeTwo: Avoid potential NULL dereference on error path | Thomas White | |
2021-07-23 | rtnl_cmp: Don't use rational type for intermediate result | Thomas White | |
See 4fbe2e349908a53032b3f23c2180a46e4f770c92. | |||
2021-07-23 | Formatting | Thomas White | |
2021-07-23 | do_op/get_matrix_name: Rename shadow variables | Thomas White | |
2021-07-23 | stream_make_index: Remove unused assignment | Thomas White | |
2021-07-23 | read_crystal: Remove unused varibales | Thomas White | |
2021-07-23 | spectrum_get_density_at_k: Switch order of checks | Thomas White | |
The old way could potentially read beyond the bounds of the array. | |||
2021-07-23 | rtnl_add: Don't use rational type for intermediate result | Thomas White | |
It's confusing and unnecessary. | |||
2021-07-23 | asdf: Rename shadow variable | Thomas White | |
2021-07-22 | Clean up shadowed variables | Thomas White | |
2021-07-21 | read_cbf_data: Fix types | Thomas White | |
'buf' has to be char *, otherwise "buf+len" isn't portable. 'len_read' has to be int, because that's the return type of gzread. If the value is immediately put into a size_t, the sign information is lost and we can no longer tell if gzread() failed. | |||
2021-07-21 | do_integral: Remove unnecessary assignments | Thomas White | |
These local variables were being assigned just before returning. | |||
2021-07-21 | safe_khalf: Use NAN instead of 0.0/0.0 | Thomas White | |
2021-07-21 | image_hdf5_read_peaks_cxi: Fix error checks | Thomas White | |
2021-07-21 | asdf: Remove unnecessary check | Thomas White | |
'changed' is initialised to zero, so there's no way this check can fail. | |||
2021-07-21 | Fix random_partiality() | Thomas White | |
2021-07-21 | Reduce variable scope where possible | Thomas White | |
2021-07-21 | Make sure that memory gets freed on realloc failure | Thomas White | |
2021-07-21 | Add missing cleanup on error paths | Thomas White | |
2021-07-19 | Bump API version to 14 | Thomas White | |
2021-07-16 | Rename DST_* to DATA_SOURCE_TYPE_* | Thomas White | |
On some systems, this conflicts with DST_NONE in sys/time.h. | |||
2021-07-15 | Fix an incorrect error message | Thomas White | |
2021-07-14 | Remove non-API headers from installation list | Thomas White | |
Just like the individual indexing methods, these aren't part of the API. peakfinder8.h was there twice, for some reason. | |||
2021-07-14 | PinkIndexer: replace long formula with modulus() | Thomas White | |
2021-07-14 | Make all the indexer-specific option structures non-opaque | Thomas White | |
Making them opaque seemed like a nice idea, because all the indexers could take care of their own command-line arguments. However, it doesn't work at all when indexing is run via the API. | |||
2021-07-08 | Revert "Bump stream version to 2.4" | Thomas White | |
Rationale: Although the format has technically changed, CrystFEL 0.9.1 and older do not read the "hdf5/" lines anyway. The new "header" lines are just noise, as far as they are concerned. However, increasing the version number causes older CrystFEL versions to reject streams written by newer CrystFEL versions. This is inconvenient, but will be a particular problem since CrystFEL 0.10.0 will most likely be released without a working "geoptimiser". We therefore need to be able to use older CrystFEL versions for refining geometry. Older versions are perfectly capable of reading newer streams. In general, the semantics of stream version numbers are a bit messed up, and we need to work out what they really mean. This reverts commit fdce01adf9fc5950904b644ea755760cb32ec5b2. | |||
2021-07-07 | Bump stream version to 2.4 | Thomas White | |
The format for storing headers has changed from hdf5/location to header/type/location. | |||
2021-07-07 | Interpret old-style stream header records as floating point | Thomas White | |
The old way of recording metadata in the stream unfortunately doesn't include any information about the data type. Most of the time, floating point is what's intended. Older CrystFEL doesn't know about integer headers at all, but there might be string values if --copy-hdf5-field was used. By interpreting "hdf5/something = val" as floating-point, most things will work, e.g. camera length from HDF5 header enabling stream to be loaded without access to the image data. Anything that can't be interpreted as floating-point will be noisily ignored when loading the stream. | |||
2021-07-01 | Meson: Fussiness | Thomas White | |
2021-07-01 | CMake: Remove vestigial line | Thomas White | |
2021-06-25 | Meson: Fix build without Doxygen | Thomas White | |
2021-06-22 | Add string terminator for fixed-length HDF5 strings from arrays | Thomas White | |
2021-06-21 | Restore HDF5 string handling | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/36 | |||
2021-06-21 | image_cache_header_str: Reject strings containing newlines | Thomas White | |
2021-06-16 | stream_read_chunk: Bail out if detgeom can't be created | Thomas White | |
2021-06-16 | Add DST_NONE for 'no data source' (e.g. image came from stream) | Thomas White | |
2021-05-28 | Pass errors back when retrieving values for wavelength etc | Thomas White | |
Big improvement on just sending NAN back. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/37 |