aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-10Improve detection of error conditions when reading events in worker processesThomas White
2014-12-10Avoid strlen()Thomas White
2014-12-10FormattingThomas White
2014-12-10Don't shut down worker process just because main process takes a while to ↵Thomas White
produce an event Reported by Takanori Nakane
2014-12-10Add Pilatus geometry exampleThomas White
2014-12-09Fix reading of profile_radiusThomas White
2014-12-09Capitalise all warningsThomas White
2014-12-09Update warningThomas White
2014-12-09Avoid bottoming out precision for beam parameters in streamThomas White
2014-12-09partialator: Add --max-aduThomas White
2014-12-09read_stream_reflections_2_3(): set redundancy to 1Thomas White
2014-12-02Count very strong reflections instead of intensity when calculating profile ↵Thomas White
radius
2014-12-02Fix huge memory leak in hdfsee when re-loading events.Takanori Nakane
Probably we need image_free().
2014-12-01Fix for geometry savingValerio Mariani
2014-12-01Improve MOSFLM feedbackThomas White
2014-12-01Update docsThomas White
2014-12-01FussinessThomas White
2014-12-01process_hkl: Fix memory leak when --start-after= used.Keitaro Yamashita
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: Only do int-diag on second integration passThomas White
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-26FormattingThomas 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: State where the intensities came fromThomas White
2014-11-18pattern_sim: Save photon energy at specified locationThomas White
2014-11-17Break hdf5_write_image() down a bitThomas White
2014-11-17pattern_sim: Background is in photons, not ADUThomas White
2014-11-17FormattingThomas White
2014-11-17pattern_sim: Add saturationThomas White
2014-11-17hdf5_read2() should not call hdfile_close()Thomas White
2014-11-17FormattingThomas White
2014-11-17Tolerate having no wavelengthThomas White
2014-11-14Avoid strdup(NULL)Thomas White