aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-19 16:43:50 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit3af9e9412f58b38112471dea0f5a8a5cc2712359 (patch)
tree836bd425212ca5a09d827751b39cde0b9e3c0f94 /libcrystfel
parent80457174459a48f1a073820582c964dcf65ab54b (diff)
Add a couple of FIXMEs
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 00688f3e..341a9598 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -1786,9 +1786,11 @@ static double get_value(struct image *image, const char *from)
return get_value_hdf5(from, image->filename, image->ev);
} else if ( is_cbf_file(image->filename) > 0 ) {
+ /* FIXME: From headers */
return NAN;
} else if ( is_cbfgz_file(image->filename) ) {
+ /* FIXME: From headers */
return NAN;
} else {