diff options
author | Thomas White <taw@physics.org> | 2011-06-30 12:10:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:30 +0100 |
commit | a7639bf3c053d0deee363d9780ff9bc2e643d1f2 (patch) | |
tree | bb7ae5819855b8e342cedcd450ea23275a9dc0c7 /src | |
parent | 388a397d1a04231064271037b7184204970a05e2 (diff) |
Match profile radius across programs
Diffstat (limited to 'src')
-rw-r--r-- | src/partial_sim.c | 2 | ||||
-rw-r--r-- | src/partialator.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 435f28ce..1c465608 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -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.005e9; + image.profile_radius = 0.0001e9; image.i0_available = 0; image.filename = malloc(256); diff --git a/src/partialator.c b/src/partialator.c index 17c2c6a2..48c26d0f 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -340,7 +340,7 @@ int main(int argc, char *argv[]) images[n_usable_patterns].width = det->max_fs; images[n_usable_patterns].height = det->max_ss; images[n_usable_patterns].osf = 1.0; - images[n_usable_patterns].profile_radius = 0.005e9; + images[n_usable_patterns].profile_radius = 0.0001e9; images[n_usable_patterns].pr_dud = 0; /* Muppet proofing */ |