aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-05 11:57:55 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit75a494320e111fd33205c53abf228114ff073f06 (patch)
tree5b121c4b70d4c74ef08a9cddbc3a29b29218812a /src/partial_sim.c
parente26edd4e367c5425ee368d68e3c40e598e1e510f (diff)
Tweak PR parameters
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r--src/partial_sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c
index 15e46861..7d783f02 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -38,7 +38,7 @@ static void mess_up_cell(UnitCell *cell)
double cx, cy, cz;
/* Cell noise in percent */
- const double cnoise = 0.5;
+ const double cnoise = 0.2;
//STATUS("Real:\n");
//cell_print(cell);
@@ -267,7 +267,7 @@ int main(int argc, char *argv[])
image.lambda = ph_en_to_lambda(eV_to_J(beam->photon_energy));
image.div = beam->divergence;
image.bw = beam->bandwidth;
- image.profile_radius = 0.0001e9;
+ image.profile_radius = 0.003e9;
image.i0_available = 0;
image.filename = malloc(256);