diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 35bd5da9..d5d5bb9c 100644 --- a/src/image.h +++ b/src/image.h @@ -62,6 +62,7 @@ struct image { uint16_t *data; double *sfacs; struct threevec *qvecs; + double *phactors; /* Radians. Defines where the pattern lies in reciprocal space */ double tilt; @@ -78,7 +79,9 @@ struct image { double resolution; /* pixels per metre */ /* Wavelength must always be given */ - double lambda; + double lambda; /* Wavelength in m */ + double xray_energy; /* X-ray energy + * in J (per photon) */ int width; int height; |