aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
AgeCommit message (Collapse)Author
2015-05-19Set panel when reading reflections from streamThomas White
2015-04-20Throw out crystals which could not be refinedThomas White
2015-04-20Make panel assignments invariant during prediction- and post-refinementThomas White
Reflections appearing and disappearing are problematic when trying to do a least-squares refinement. Therefore, assume that reflections stay on panel and keep them under consideration even if their partialities go to zero (i.e. they drift off Bragg). This should stabilise both refinements, and simplifies quite a lot of code. Collateral "damage": the old "select_intersection()" is now gone.
2015-04-20open_stream_for_read: read stream from stdin when filename is "-".Keitaro Yamashita
2015-04-20Fix a string overflow vulnerability, and banish extract_f_from_stuff()Thomas White
2015-03-18Record crystal notes in streamThomas White
2015-03-02Avoid duplication of last line of geometry file in streamThomas White
2015-01-27Split nested code into separate functionsValerio Mariani
2015-01-27FussinessValerio Mariani
2015-01-27Keep hold of HDF5 fields which came from the streamValerio Mariani
2015-01-27Fix type of add_{x,y}Valerio Mariani
2015-01-27FormattingValerio Mariani
2014-12-09Fix reading of profile_radiusThomas White
2014-12-09Avoid bottoming out precision for beam parameters in streamThomas White
2014-12-09read_stream_reflections_2_3(): set redundancy to 1Thomas White
2014-11-26Fix conversion to Angstroms for diffraction_resolution_limit in stream (whoops!)Thomas White
2014-11-25FormattingThomas White
2014-11-24Fixed stream I/O across different versionsValerio Mariani
2014-11-21Formatting, and fix a commentThomas White
2014-11-14Ensure initialisation of as,bs,csThomas White
This is mostly just to shut the compiler up about the lack of initialisation.
2014-11-13Remove unused variablesThomas White
2014-11-13WhitespaceThomas White
2014-11-13Fix stream readerTakanori Nakane
2014-11-10FussinessThomas White
2014-11-10Copy and Replace when saving geometryValerio Mariani
2014-11-09Record number of implausibly negative reflections in streamThomas White
2014-10-24Put write_stream_reflections_*() in the right orderThomas White
This changes nothing else, I promise
2014-10-24Restore peak and background to stream reflection format 2.3Thomas White
2014-10-24Fix/clarify peak coordinates for rearranged panelsThomas White
2014-10-23read_stream_reflections_2_3(): Fix detector positionsThomas White
2014-10-23Fix a load of memory leaksThomas White
2014-10-23Read back the event IDThomas White
2014-10-23Formatting / fussinessThomas White
2014-10-23Read image serial number backThomas White
2014-10-23FussinessThomas White
2014-10-23Add serial numbers to chunksThomas White
2014-09-11Tidy up a bitThomas White
2014-09-05More bugfixes for multi-event modeValerio Mariani
2014-09-05Multi-event modeValerio Mariani
2014-09-05Better alignment of stream file elementsValerio Mariani
2014-09-05Versioning of reflection and peak I/OValerio Mariani
2014-09-05Updated author listsValerio Mariani
2014-09-05Refactoring of peaks and reflections I/OValerio Mariani
2014-09-05FussinessThomas White
2014-09-05Update docsThomas White
2014-08-19Clean up a couple of warningsThomas White
2014-08-12Read number of peaks from streamTakanori Nakane
2014-08-12partial_sim: Fix free(geomfile)Thomas White
2014-08-04Fix number of (integrated) reflections in streamThomas White
2014-07-21Copy geometry file into streamValerio Mariani