Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | pattern_sim: Add --flat | Thomas White | |
2015-10-05 | pattern_sim: Remove image->data (CPU only) | Thomas White | |
2015-04-20 | pattern_sim: Normalise spectrum to avoid intensity decreasing with number of ↵ | Thomas White | |
samples | |||
2014-09-22 | Beam file removal, part I | Thomas White | |
2014-09-11 | Fix flag type | Thomas White | |
2014-09-09 | pattern_sim: Fix handling of centric reflections | Thomas White | |
2014-02-28 | pattern_sim: Add --no-fringes | Thomas White | |
2014-02-04 | Two colour fixes | Thomas White | |
2014-01-28 | Add two colour spectrum | Chun Hong Yoon | |
2014-01-20 | RNG overhaul | Thomas White | |
Previously, we were using random(), which is really really bad. | |||
2014-01-20 | pattern_sim: Overhaul and add SASE spectrum simulation | Thomas White | |
2013-12-17 | Fix a few compiler warnings | Thomas White | |
2012-06-28 | Formatting | Thomas White | |
2012-03-14 | Formatting | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | 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 | Remove unused line | Thomas White | |
2012-02-22 | Remove all bandwidth and divergence stuff, fix pattern_sim | Thomas White | |
Bandwidth and divergence didn't work very well | |||
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 | |
2012-02-22 | Formatting | Thomas White | |
2012-02-22 | Symmetry stuff | Thomas White | |
2012-02-22 | Compiles (with warnings) | Thomas White | |
2012-02-22 | Disable divergence simulation (for now) | Thomas White | |
2012-02-22 | Tidy up | Thomas White | |
2012-02-22 | Add divergence to CPU version as well | Thomas White | |
2012-02-22 | Add divergence to calculation | Thomas White | |
2012-02-22 | Remove all remaining PDB rendering stuff | Thomas White | |
2012-02-22 | Update copyrights | Thomas White | |
2012-02-22 | Fix aliasing issues in CPU simulation | Thomas White | |
2012-02-22 | Fix silly mistakes | Thomas White | |
2012-02-22 | Use LUTs for CPU simulation as well | Thomas White | |
2012-02-22 | Fix simulation progress bar | Thomas White | |
2012-02-22 | Set rounding mode | Thomas White | |
2012-02-22 | Make CPU simulation more similar to GPU version | Thomas White | |
2012-02-22 | More new geometry fixes | Thomas White | |
2012-02-22 | Remove water simulation stuff | Thomas White | |
It's not really useful - our dominant background is from elsewhere | |||
2012-02-22 | Use symmetry when simulating (on the CPU only) | Thomas White | |
2012-02-22 | Return zero if reflection is out of range | Thomas White | |
2012-02-22 | Fix wavelength | Thomas White | |
2012-02-22 | Update definition of bandwidth to match documentation | Thomas White | |
2012-02-22 | Add "bandwidth" to beam parameters file | Thomas White | |
Also, fix previous commit. | |||
2012-02-22 | Read beam parameters from file (where appropriate) | Thomas White | |
2012-02-22 | Single point of truth for which parameters we use | Thomas White | |
2012-02-22 | Move get_q() and get_tt() to detector.c | Thomas White | |
2012-02-22 | Reduce the scope of "count" | Thomas White | |
Lists of counts had pervaded every corner of CrystFEL, being used as markers for the presence of reflections. Now we have a better way of doing this, the ReflItemList, and few parts of the suite apart from process_hkl have any business knowing how many observations were made of a particular reflection. | |||
2010-06-11 | Get detector geometry from file | Thomas White | |
2010-06-05 | pattern_sim: Implement phased gradients | Thomas White | |
2010-06-05 | Fix/add exit paths | Thomas White | |