File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ lco_api_root: str = "https://observe.lco.global/api/"
129129
130130## SOAR
131131
132- SOAR is functionally the same as LCO, but has its own set of instruments and can be configured seperately .
132+ SOAR is functionally the same as LCO, but has its own set of instruments and can be configured separately .
133133
134134### Dependency group
135135SOAR requires no additional dependency groups to be installed.
@@ -143,6 +143,22 @@ soar_api_root: str = "https://observe.lco.global/api/"
143143```
144144Note: the soar API token will default to the same value as lco_token, if it is set.
145145
146+ ## BLANCO
147+
148+ BLANCO is functionally the same as LCO, but has its own set of instruments and can be configured separately.
149+
150+ ### Dependency group
151+ BLANCO requires no additional dependency groups to be installed.
152+
153+ ### Configuration Values
154+ See [ configuration] ( #configuration ) for instructions on setting these values.
155+
156+ ``` python
157+ blanco_token: str = " "
158+ blanco_api_root: str = " https://observe.lco.global/api/"
159+ ```
160+ Note: the blanco API token will default to the same value as lco_token, if it is set.
161+
146162## ESO (European Southern Observatory)
147163
148164Full documentation: TODO
You can’t perform that action at this time.
0 commit comments