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
/
reflist-utils.c
Age
Commit message (
Expand
)
Author
2021-10-20
Remove unused parameter
Thomas White
2021-10-20
Fix column types for plain MTZ output
Thomas White
2021-10-20
Add "plain" MTZ file layout, distinct from "Bijvoet" layout
Thomas White
2021-10-20
Set crystal name in MTZ files
Thomas White
2021-08-20
write_to_xds: Add missing 'S' (!)
Thomas White
2021-07-23
Add field widths to all sscanf("%s")
Thomas White
2021-07-22
Clean up shadowed variables
Thomas White
2021-07-21
Reduce variable scope where possible
Thomas White
2021-05-17
Resolve FIXMEs and TODOs
Thomas White
2021-04-30
write_to_mtz: Fix column names and types
Thomas White
2021-04-27
Rename libcrystfel's config.h to libcrystfel-config.h
Thomas White
2021-03-16
Move MTZ and XDS export to libcrystfel
Thomas White
2021-03-05
Mass update of copyright dates in source code comments
Thomas White
2020-10-27
Fix a possibly overrun string
Thomas White
2020-07-29
New way of injecting version information
Thomas White
2020-01-10
Mass update of copyright dates
Thomas White
2019-05-07
Update all source code comments to Doxygen format
Thomas White
2018-09-10
Make sure reflection contribution list gets freed
Thomas White
2018-03-13
Nicer way of getting Git revision
Thomas White
2017-10-19
Add read_reflections_2() to API
Thomas White
2017-10-12
Remove write_reflections_to_file() from API
Thomas White
2017-03-13
Ask for C99 in configure.ac, remove weird C99 declarations
Thomas White
2016-08-16
Add reflist_add_command_and_version()
Thomas White
2016-08-16
Read and write RefList notes to reflection list files
Thomas White
2015-04-20
Make panel assignments invariant during prediction- and post-refinement
Thomas White
2014-11-14
Revert update of old deprecated reflection list format
Thomas White
2014-09-05
Updated author lists
Valerio Mariani
2014-09-05
Refactoring of peaks and reflections I/O
Valerio Mariani
2014-03-03
Formatting fussiness
Thomas White
2014-03-03
New reflection list format
Thomas White
2013-01-04
Tidy up documentation
Thomas White
2012-10-02
Move unit cell utility stuff to separate module
Thomas White
2012-07-03
Fix the detection of an actual phase value in a reflection list
Thomas White
2012-03-12
Remove unused variables
Thomas White
2012-03-12
Update copyright notices to show actual contribution years
Thomas White
2012-03-09
Update licence notices in line with recommendations from TT
Thomas White
2012-03-09
process_hkl: Add polarisation correction and improved scaling
Thomas White
2012-03-09
Fix documentation
Thomas White
2012-03-07
Fix bug in reflection list loading
Thomas White
2012-03-06
Don't include 1/d in reflection lists, because it's pointless
Thomas White
2012-03-06
Rename old array functions to get them out of the way of API consistency
Thomas White
2012-02-22
GPLv3 boilerplate comments
Thomas White
2012-02-22
Hooks for estimation of maximum resolution for each image
Thomas White
2012-02-22
Fussiness
Thomas White
2012-02-22
Add _GNU_SOURCE to get M_PI as well
Thomas White
2012-02-22
Add #define _ISOC99_SOURCE to get INFINITY and NAN
Thomas White
2012-02-22
Move the "indexed reflection array" thing to where it can't do any harm
Thomas White
2012-02-22
Move a load more stuff into libcrystfel
Thomas White