diff options
author | Thomas White <taw@physics.org> | 2017-12-04 15:44:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:41 +0100 |
commit | eede09ad65f6f1d4169215ca55e3fff137217294 (patch) | |
tree | fbbb047efe89df1a3fd2d193aaaa95616991a9be /src/partial_sim.c | |
parent | 96f88aabda73663c90b0249f8973b7765f6d71c8 (diff) |
partial_sim: Update parameter display
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index b2581096..fc7845c1 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -862,7 +862,7 @@ int main(int argc, char *argv[]) STATUS(" Background: none (no image " "output)\n"); } - STATUS(" Partiality model: scsphere (hardcoded)\n"); + STATUS(" Partiality model: xsphere (hardcoded)\n"); STATUS(" Noise standard deviation: %.2f detector units\n", noise_stddev); if ( random_intensities ) { @@ -874,6 +874,7 @@ int main(int argc, char *argv[]) input_file, sym_str); } STATUS(" Max error in cell components: %.2f %%\n", cnoise); + STATUS("Scale factor standard deviation: %.2f\n", osf_stddev); if ( random_intensities ) { full = reflist_new(); |