From aab8403884c4731f7365796de8f53315f4a61616 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 May 2020 15:01:58 +0200 Subject: Get rid of imagefile_field_list and stuff_from_stream The only place this is used is in geoptimiser, to get the average_camera_length, itself a very bad solution. --- libcrystfel/src/datatemplate.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libcrystfel/src/datatemplate.c') diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c index f0e23ded..60c36358 100644 --- a/libcrystfel/src/datatemplate.c +++ b/libcrystfel/src/datatemplate.c @@ -1270,3 +1270,11 @@ void data_template_file_to_panel_coords(const DataTemplate *dt, *pfs = *pfs - dt->panels[pn].orig_min_fs; *pss = *pss - dt->panels[pn].orig_min_ss; } + + +void data_template_add_copy_header(DataTemplate *dt, + const char *header) +{ + /* FIXME: Add "header" to list of things to copy */ + STATUS("Adding %s\n", header); +} -- cgit v1.2.3