diff options
author | Thomas White <taw@physics.org> | 2014-01-20 17:20:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-01-20 17:20:10 +0100 |
commit | 8e2f2f44f46c18f7bd621a2ef9a3d0aa813d76d9 (patch) | |
tree | 80f8b99b1d37ac8357aeb3298838fb995403e300 /src/diffraction.h | |
parent | 2304299259c55be3726929f5537ad2eed3155086 (diff) |
pattern_sim: Overhaul and add SASE spectrum simulation
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index b7e34a0e..a903346e 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -3,11 +3,13 @@ * * Calculate diffraction patterns by Fourier methods * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * * Authors: - * 2009-2012 Thomas White <taw@physics.org> + * 2009-2014 Thomas White <taw@physics.org> + * 2013-2014 Chun Hong Yoon <chun.hong.yoon@desy.de> + * 2013 Alexandra Tolstikova * * This file is part of CrystFEL. * @@ -48,4 +50,8 @@ extern void get_diffraction(struct image *image, int na, int nb, int nc, const unsigned char *flags, UnitCell *cell, GradientMethod m, const SymOpList *sym); +extern struct sample *generate_tophat(struct image *image); + +extern struct sample *generate_SASE(struct image *image); + #endif /* DIFFRACTION_H */ |