aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-09-20 15:10:53 +0200
committerThomas White <taw@physics.org>2018-09-20 15:10:53 +0200
commitf2f18a07828d5299c082b84f8bdb7efee8144699 (patch)
tree15a8ffadfc061056f705a0ee8aefb37de7951ae1 /libcrystfel/src/image.h
parent9178dce739cbfe1c14e105751778a0f7e61abad3 (diff)
Handle gzipped CBF files
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 3e46575e..2909e401 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -116,7 +116,8 @@ struct imagefeature {
enum imagefile_type
{
IMAGEFILE_HDF5,
- IMAGEFILE_CBF
+ IMAGEFILE_CBF,
+ IMAGEFILE_CBFGZ
};