aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
AgeCommit message (Collapse)Author
2015-02-12prof2d: Fix number of reference profilesThomas White
Thanks again to Takanori Nakane for spotting this
2015-02-12Show warning if CrystFEL was compiled without ncursesThomas White
2015-02-11Fix an infinite loop in the parsing of an event string.Takanori Nakane
2015-02-05Fixed hdfsee handling of rigid group collectionsValerio Mariani
2015-01-27Split nested code into separate functionsValerio Mariani
2015-01-27Add write_detector_geometry_2() to avoid changing APIValerio 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-27Fix some prototypesValerio Mariani
2015-01-27Introduce "rigid group collections"Valerio Mariani
2015-01-27FormattingValerio Mariani
2015-01-27Add image_reflection_closest()Valerio Mariani
2014-12-14Simplify and fix CXI peak extractionThomas White
2014-12-14Detect invalid eventThomas White
2014-12-14const-cleanlinessThomas White
2014-12-14hdfsee: Select the correct event at the startThomas White
2014-12-14FussinessThomas White
2014-12-14FussinessThomas White
2014-12-14Read cxidb peak infoValerio Mariani
2014-12-12Deep copy of dim_structure when neededValerio Mariani
2014-12-10Avoid strlen()Thomas White
2014-12-10FormattingThomas White
2014-12-09Fix reading of profile_radiusThomas White
2014-12-09Capitalise all warningsThomas 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-12-02Fix huge memory leak in hdfsee when re-loading events.Takanori Nakane
Probably we need image_free().
2014-12-01Improve MOSFLM feedbackThomas White
2014-11-28Check for rlow<rhigh only if reflection is excited and hits detectorThomas White
2014-11-28Remove twod_mapping functionValerio Mariani
2014-11-28indexamajig: Report implausibly negative reflections only after final ↵Thomas White
integration
2014-11-27Fix typo in error messageThomas White
2014-11-27Fix pre-merging Poisson error calculation for low photon countsThomas White
2014-11-26Do not predict reflections beyond the resolution limit in the first placeThomas White
This is significantly faster than predicting to the edge then applying the resolution cutoff. With the "new" way of estimating the resolution limit, there's no need to integrate first.
2014-11-26Fix conversion to Angstroms for diffraction_resolution_limit in stream (whoops!)Thomas White
2014-11-26Show panel name and correct coordinates in int-diagThomas White
2014-11-26Add find_intersections_to_res()Thomas White
2014-11-26Read unique axis from unit cell (.cell) filesThomas White
... and fix the MOSFLM logic again.
2014-11-26Fix for problems with dataspace creation in write_locationValerio Mariani
2014-11-25FormattingThomas White
2014-11-25Update mosflm logic for axis permutation warning, now that unit cell ↵Thomas White
parameters aren't compulsory
2014-11-25Add warning if the number of peaks is hugeThomas White
2014-11-25Tidy up after removing compressionThomas White
2014-11-24Fixed stream I/O across different versionsValerio Mariani
2014-11-21Moved fs ss rerrangement to get_detector_geometryValerio Mariani
2014-11-21Formatting, and fix a commentThomas White
2014-11-21Disable compression when writing HDF5 filesThomas White
Compression halves the processing speed when simulating realistic patterns (with background etc)
2014-11-21Fix indexing flags check for mosflmThomas White
2014-11-18pattern_sim: Save photon energy at specified locationThomas White