Examples#

1. Pipeline#

Use pipe run command to execute pipeline steps.

bash#
avica pipe run --t TARGET_NAME --f example.idifits
out#
+--------------------+---------------+--------------+----------------------------+-----------------------------------+-----------------------------------+--------------+------------------+
| name               | success_count | failed_count | start_stamp                | detail                            | desc                              | success      | end_stamp        |
+==========================================================================================================================================================================================+
| preprocess_fitsidi | 1             | 0            | 2026-04-15 21:45:41.4 | {"example.idifits": "done"}       | ["fixed extra_byte"]              | [true]       | 2026-04-15 21:45:02.5 |
| fits_to_ms         | 1             | 0            | 2026-04-15 21:45:03.2 | {"VLBI.ms": "done"}               | ["Successfully completed con..."] | [true]       | 2026-04-15 21:49:02.5 |
| avica_avg          | 2             | 0            | 2026-04-15 21:49:02.8 | {"C": "done", "X": "done"}        | ["C", "X"]                        | [true, true] | 2026-04-15 21:50:22.4 |
| avicameta_ms       | 2             | 0            | 2026-04-15 21:50:22.6 | {"C": "done", "X": "done"}        | ["filled C", "filled X"]          | [true, true] | 2026-04-15 21:50:26.7 |
| avica_snr          | 2             | 0            | 2026-04-15 21:50:27.1 | {"C": "done", "X": "done"}        | ["refant=LA,FD,PT calibrarator... | [true, true] | 2026-04-15 21:58:22.1 |
| avica_fill_input   | 2             | 0            | 2026-04-15 21:58:22.2 | {"C": "done", "X": "done"}        | null                              | [true, true] | 2026-04-15 21:58:22.5 |
| avica_split_ms     | 2             | 0            | 2026-04-15 21:58:22.8 | {"C": "/data/avi/tests/avica_0... | ["..splitted J0852+2833,MJV234... | [true, true] | 2026-04-15 21:59:05.8 |
| rpicard            | 2             | 0            | 2026-04-15 21:59:06.2 | {"C": "/data/avi/tests/avica_0... | ["calibrated J0927+3902,J1215+... | [true, true] | 2026-04-15 22:09:47.2 |
+--------------------+---------------+--------------+----------------------------+-----------------------------------+-----------------------------------+--------------+------------------+