diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 10e83905..52614d06 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -113,10 +113,6 @@ struct beam_params * <programlisting> * struct image * { - * float *data; - * uint16_t *flags; - * double *twotheta; - * * Crystal **crystals; * int n_crystals; * IndexingMethod indexed_by; @@ -163,11 +159,6 @@ struct image; struct image { - /* The following three fields will be going away in the future */ - float *data; - uint16_t *flags; - double *twotheta; - float **dp; /* Data in panel */ int **bad; /* Bad pixels by panel */ |