diff options
Diffstat (limited to 'src/peaks.c')
-rw-r--r-- | src/peaks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peaks.c b/src/peaks.c index af17ba73..27e12910 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -482,6 +482,8 @@ void output_intensities(struct image *image, UnitCell *cell, printf("cstar = %+9.7f %+9.7f %+9.7f nm^-1\n", csx/1e9, csy/1e9, csz/1e9); + printf("f0 = %7.5f (arbitrary gas detector units)\n", image->f0); + for ( i=0; i<n_hits; i++ ) { float x, y, intensity; |