diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2014-03-25 17:35:07 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 18:01:52 +0200 |
commit | c194bf7746e3635571808856f29434499eec55b7 (patch) | |
tree | 6e52ae148b10bf46c4ca97badb06b2cfd44a55ed /libcrystfel/src/image.h | |
parent | c7e4b7acbd624723c5973431c0101fe92bc3089d (diff) |
Refactoring of peaks and reflections I/O
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 69edb768..c3fe4505 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -69,6 +69,7 @@ struct imagefeature { struct image *parent; double fs; double ss; + char *pn; double intensity; /* Reciprocal space coordinates (m^-1 of course) of this feature */ |