aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-25 17:32:52 +0200
committerThomas White <taw@physics.org>2010-05-25 17:32:52 +0200
commitfdd3cd4aac0e6f69ec6f6c030af466a5e12bd40c (patch)
tree0fa91c42419ea9396b6af085c78140dc58d1e6f9 /src/image.h
parente4a0b2c4f00ad396abd3c5c7e8cb55e2f39bc2cc (diff)
Add gas detector value to output stream
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 4ba9e5f9..0479debc 100644
--- a/src/image.h
+++ b/src/image.h
@@ -85,6 +85,9 @@ struct image {
/* Wavelength must always be given */
double lambda; /* Wavelength in m */
+ /* Incident intensity (if unknown, put 1.0) */
+ double f0;
+
int width;
int height;