diff options
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 4 |
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); |