askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Example in query docs inconsistent variable names #397

Closed ajstewart closed 1 year ago

ajstewart commented 1 year ago

In the docs the provided example has inconsistent variable declaration and usage

coords_to_query on line 249 should be my_coords, same problem for source_names, should be my_source_names.

https://github.com/askap-vast/vast-tools/blob/4f060bbb50cd9ffb7c70a099b78b49ff7234652e/docs/components/query.md?plain=1#L243-L250