diff options
author | Thomas White <taw@physics.org> | 2010-10-25 16:00:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 380ec553c04576fc3dc4c816127078d3c2cf9e32 (patch) | |
tree | 7f2e4a384bf1ed2285c15817fbbfe46c1add1d64 /src/facetron.c | |
parent | a1408ca8460ef486730b4e5ce11cfca2504edf3b (diff) |
Read beam parameters from file (where appropriate)
Diffstat (limited to 'src/facetron.c')
-rw-r--r-- | src/facetron.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/facetron.c b/src/facetron.c index 9bef1682..8d66d549 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -428,7 +428,8 @@ int main(int argc, char *argv[]) } /* Output results */ - write_reflections(outfile, obs, i_full, NULL, NULL, NULL); + write_reflections(outfile, obs, i_full, NULL, NULL, NULL, 1.0); + STATUS("Sigma(I) values in output file are not (yet) meaningful.\n"); /* Clean up */ free(i_full); |