aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
AgeCommit message (Collapse)Author
2010-02-22Tidy some things up:Thomas White
s convention detector geometry comments, help messages
2010-02-20More logical name for powder patternThomas White
2010-02-19Fix various exciting (and otherwise) memory leaksThomas White
2010-02-19Split OpenCL initialisation into separate routing to avoid re-compiling all ↵Thomas White
the time
2010-02-19Push particle size display up to top levelThomas White
2010-02-17Fix obvious mapping bugsThomas White
2010-02-17Remove fmode stuffThomas White
Let's not pretend we can really do this.
2010-02-17WIP on per-panel detector geometryThomas White
2010-02-17One particle size (for now)Thomas White
2010-02-17Add --powder option for generating powder patterns directlyThomas White
2010-02-17Use OpenCL for much faster diffraction calculationThomas White
2010-02-08Stop after the right number (fix iteration counting again)Thomas White
2010-02-08Rework multisampling (remove Ewald module)Thomas White
2010-02-05Add (slow) bandwidth and multisamplingThomas White
2010-02-05Fix counting againThomas White
2010-02-05Fix counting of simulated images so that it worksThomas White
2010-02-05Add --no-sfac option for ignoring structure factorsThomas White
2010-02-04Improved framework for detector geometryThomas White
2010-02-02Match the unit cell to a model cell after indexingThomas White
2010-01-22Remove 'xray_energy' to leave a single point of truth for wavelengthThomas White
2010-01-15Update copyright datesThomas White
2010-01-15File handling fixesThomas White
2010-01-06Update simulation detailsThomas White
2009-12-16Update boilerplate commentsThomas White
2009-12-13Display particle size in nmThomas White
2009-12-07Random particle sizesThomas White
2009-12-07Typo in help messageThomas White
2009-12-04Fix referenceThomas White
2009-12-04Display orientationThomas White
2009-12-04Add --no-bloom optionThomas White
2009-12-03Add --no-noise optionThomas White
2009-12-02Lower camera length (5cm)Thomas White
2009-12-02Add option not to include water backgroundThomas White
2009-11-30Trivial formattingThomas White
2009-11-30Add --no-images option (and clean up --help)Thomas White
2009-11-30Add intensity outputThomas White
2009-11-27D'ohThomas White
2009-11-27Macros for status and error messagesThomas White
2009-11-27Improve help messagesThomas White
2009-11-2710cm camera lengthThomas White
5cm needs too many reflections...
2009-11-26Merge branch 'master' of ↵Thomas White
ssh://git-weiss@git.bitwiz.org.uk/srv/git-private/crystfel
2009-11-26A missing return value and a missing initialisationThomas White
2009-11-26CRYSTAL_SIZE is no longer used!Thomas White
2009-11-26Add more options, including random orientationsThomas White
2009-11-26Options processingThomas White
2009-11-25Move main.c to pattern_sim.cThomas White