diff options
author | Thomas White <taw@physics.org> | 2022-06-02 11:04:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 11:04:35 +0200 |
commit | f2888e5a786041ef38de658579833600a3cefa43 (patch) | |
tree | c494dffb5a77c3002b714f61eb9d03318b9d426e /libcrystfel/src/image.h | |
parent | 13a36408f3b867938cb029a9d11d952113d9bf64 (diff) | |
parent | 6138de6b2cfa59d3b13a3170d865eb07d496fc0f (diff) |
Merge branch 'better-profiling'
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 78fd01cd..3746e115 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -45,7 +45,6 @@ struct image; #include "index.h" #include "spectrum.h" #include "datatemplate.h" -#include "time-accounts.h" /** * \file image.h @@ -221,12 +220,6 @@ extern struct image *image_read(const DataTemplate *dtempl, const char *event, int no_image_data, int no_mask_data); -extern struct image *image_read_with_time_accounting(const DataTemplate *dtempl, - const char *filename, - const char *event, - int no_image_data, - int no_mask_data, - TimeAccounts *taccs); extern struct image *image_create_for_simulation(const DataTemplate *dtempl); extern struct image *image_read_data_block(const DataTemplate *dtempl, @@ -235,8 +228,7 @@ extern struct image *image_read_data_block(const DataTemplate *dtempl, DataSourceType type, int serial, int no_image_data, - int no_mask_data, - TimeAccounts *taccs); + int no_mask_data); extern void image_free(struct image *image); extern int image_read_header_float(struct image *image, const char *from, |