aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-08 14:25:29 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commit3d51461b84e8b64bf155ea3c992ddb59020cb85f (patch)
treef52b7259add3997c6fc78a4bea975ab14379f0c0
parent0cf65bb0dc64e83cfce994bfd3fda5f4326ea04d (diff)
Add a FIXME
-rw-r--r--libcrystfel/src/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 9712c7a6..e51878d9 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -609,5 +609,6 @@ ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
struct event_list *image_expand_frames(const DataTemplate *dtempl,
const char *filename)
{
+ /* FIXME: Dispatch to other versions, e.g. CBF files */
return image_hdf5_expand_frames(dtempl, filename);
}