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.
VASTMOCS.load_pilot_tile_moc
initially checks if the requested field is in the field_centres dataframe returned byload_field_centres
. That dataframe does not include fields that have anA
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 anA
suffix for that purpose when necessary.