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

Query._field_matching: add option to select all fields #415

Closed ddobie closed 1 year ago

ddobie commented 1 year ago

Currently Query will only match to a single field per epoch, which is sensible for most use cases.

However, people interested in short duration transients may want to search for all data available at a specific position, even if it is at the edge of another field. An option should be added to override the default behaviour and allow this. Option needs to be added to Query settings and to find_sources arguments.