From eede09ad65f6f1d4169215ca55e3fff137217294 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Dec 2017 15:44:22 +0100 Subject: partial_sim: Update parameter display --- src/partial_sim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/partial_sim.c') 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(); -- cgit v1.2.3