Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VASTMOCs load_fields broken #489

Open
ddobie opened this issue Aug 31, 2023 · 0 comments
Open

VASTMOCs load_fields broken #489

ddobie opened this issue Aug 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ddobie
Copy link
Collaborator

ddobie commented Aug 31, 2023

@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.

@ddobie ddobie added the bug Something isn't working label Aug 31, 2023
@ddobie ddobie self-assigned this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant