diff options
author | Thomas White <taw@physics.org> | 2018-05-04 13:46:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-04 15:21:13 +0200 |
commit | bda480005b278f82800d830d133d4cdba4ea5d97 (patch) | |
tree | 983af8c7469ffbf8bed714bd8fc78c570f959012 /libcrystfel/src/stream.h | |
parent | d3bcb1e80cded372399c8afa3611799f7af093ad (diff) |
Put list of indexing methods into stream header
Needed for when the methods are auto-determined.
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index b50da832..a8e3e2ee 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -99,6 +99,9 @@ extern Stream *open_stream_for_write_2(const char *filename, extern Stream *open_stream_for_write_3(const char *filename, const char* geom_filename, UnitCell *cell, int argc, char *argv[]); +extern Stream *open_stream_for_write_4(const char *filename, + const char *geom_filename, UnitCell *cell, + int argc, char *argv[], const char *indm_str); extern Stream *open_stream_fd_for_write(int fd); extern int get_stream_fd(Stream *st); extern void close_stream(Stream *st); |