File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -74,37 +74,37 @@ The TNS is the official IAU-recognized distributor and maintainer of the naming
74
74
## Interacting with the frb-voe Server
75
75
76
76
```
77
- poetry run frb-voe voe [COMMAND] [OPTIONS]
77
+ poetry run frbvoe voe [COMMAND] [OPTIONS]
78
78
```
79
79
### Send a VOEvent
80
80
81
81
```
82
- poetry run frb-voe voe send --help
82
+ poetry run frbvoe voe send --help
83
83
```
84
84
85
85
## Interact with the Subscriber Database
86
86
87
87
```
88
- poetry run frb-voe subscriber [COMMAND] [OPTIONS]
88
+ poetry run frbvoe subscriber [COMMAND] [OPTIONS]
89
89
```
90
90
### Adding a subscriber
91
91
92
92
```
93
- poetry run frb-voe subscriber add --help
93
+ poetry run frbvoe subscriber add --help
94
94
```
95
95
96
96
## Interact with the TNS
97
97
98
98
```
99
- poetry run frb-voe tns [COMMAND] [OPTIONS]
99
+ poetry run frbvoe tns [COMMAND] [OPTIONS]
100
100
```
101
101
102
102
### Submit an FRB
103
103
104
104
When you have the event number of a FRB Candidate that needs to be submitted to the TNS, use the following command to acquire the TNS name.
105
105
106
106
```
107
- poetry run frb-voe tns submit --help
107
+ poetry run frbvoe tns submit --help
108
108
```
109
109
110
110
The help dialogue will explain what options are required and what data is needed from the user. These include:
Original file line number Diff line number Diff line change @@ -82,3 +82,6 @@ services:
82
82
- " 27017:27017"
83
83
volumes :
84
84
- ./frbvoe-data:/data/db
85
+ install :
86
+ image : python:3.8
87
+ command : ["poetry", "install"]
You can’t perform that action at this time.
0 commit comments