You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nhurleywalker has pointed out issues loading individual field MOCs for the full survey data.
from vasttools.survey import load_field_centres
FIELD_CENTRES = load_field_centres()
# set the field name as the index for convenience
FIELD_CENTRES = FIELD_CENTRES.set_index('field')
field_moc = vast_mocs.load_pilot_tile_moc('VAST_0950-50', itype='tiles')
field_moc_comb = vast_mocs.load_pilot_tile_moc('VAST_0950-50', itype='combined')
gives a FNF error.
The text was updated successfully, but these errors were encountered:
@nhurleywalker has pointed out issues loading individual field MOCs for the full survey data.
gives a FNF error.
The text was updated successfully, but these errors were encountered: