aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-cbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image-cbf.c')
-rw-r--r--libcrystfel/src/image-cbf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcrystfel/src/image-cbf.c b/libcrystfel/src/image-cbf.c
index 2ea5f0a5..19b38607 100644
--- a/libcrystfel/src/image-cbf.c
+++ b/libcrystfel/src/image-cbf.c
@@ -630,3 +630,13 @@ int image_cbf_read(struct image *image,
return 0;
}
+
+
+int image_cbf_read_header_to_cache(struct image *image,
+ const char *from)
+{
+ /* FIXME: Implementation
+ * https://gitlab.desy.de/thomas.white/crystfel/-/issues/10 */
+ ERROR("Reading headers from CBF files is not currently supported.\n");
+ return 1;
+}