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

load_pilot_tile_moc breaks #451

Closed ddobie closed 1 year ago

ddobie commented 1 year ago

VASTMOCS.load_pilot_tile_moc initially checks if the requested field is in the field_centres dataframe returned by load_field_centres. That dataframe does not include fields that have an A suffix, so the code should be updated to check with/without the A suffix.

It then loads the epoch 1 MOC, which does use the A suffix, so the code also be updated to add an A suffix for that purpose when necessary.