From eb4bb2d227faf1cff7c78ca10d37e74d72bd730e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 17 Sep 2021 11:31:07 +0200 Subject: indexamajig(1): Mention ASAP::O --- doc/man/indexamajig.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index a9d80175..0660167e 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -185,10 +185,23 @@ Subscribe to ZeroMQ message type \fItag\fR. You can use this option multiple ti .PD Request new data over ZeroMQ by sending string \fImsg\fR. This will cause indexamajig's ZeroMQ socket to use REQ mode instead of SUB. This option and \fB--zmq-subscribe\fR are mutually exclusive. +.PD 0 +.IP \fB--asapo-endpoint=\fIendpoint\fR +.PD +Receive data via the specified ASAP::O endpoint. This option and \fB--zmq-input\fR are mutually exclusive. + +.PD 0 +.IP \fB--asapo-token=\fItoken\fR +.IP \fB--asapo-beamtime=\fIbeamtime\fR +.IP \fB--asapo-source=\fIsource\fR +.IP \fB--asapo-group=\fIgroup\fR +.PD +Authentication token, beamtime, data source and consumer group, respectively, for ASAP::O data. + .PD 0 .IP \fB--data-format=\fIformat\fR .PD -Specify the data format for data received over ZeroMQ. Possible values in this version are \fBmsgpack\fR and \fBhdf5\fR. +Specify the data format for data received over ZeroMQ or ASAP::O. Possible values in this version are \fBmsgpack\fR and \fBhdf5\fR. .PD 0 .IP \fB--basename\fR -- cgit v1.2.3 From 5a9ad6f30ea2ba5599d50e847d9e9e50b9fbbe1b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 3 May 2022 14:31:34 +0200 Subject: Seedee deserialization --- doc/man/indexamajig.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index 0660167e..fa108270 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -201,7 +201,7 @@ Authentication token, beamtime, data source and consumer group, respectively, fo .PD 0 .IP \fB--data-format=\fIformat\fR .PD -Specify the data format for data received over ZeroMQ or ASAP::O. Possible values in this version are \fBmsgpack\fR and \fBhdf5\fR. +Specify the data format for data received over ZeroMQ or ASAP::O. Possible values in this version are \fBmsgpack\fR, \fBhdf5\fR and \fBseedee\fR. .PD 0 .IP \fB--basename\fR -- cgit v1.2.3 From ffd98b770d6dfa7c1bef4b2ae54e0b637f2e7ac3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 4 May 2022 12:14:27 +0200 Subject: indexamajig: Add --asapo-stream --- doc/man/indexamajig.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index fa108270..25e025ac 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -198,6 +198,11 @@ Receive data via the specified ASAP::O endpoint. This option and \fB--zmq-input .PD Authentication token, beamtime, data source and consumer group, respectively, for ASAP::O data. +.PD 0 +.IP \fB--asapo-stream=\fIstream\fR +.PD +Name of ASAP::O stream to process. If this option is not given, indexamajig will start processing from the end of the current last stream. + .PD 0 .IP \fB--data-format=\fIformat\fR .PD -- cgit v1.2.3