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

The check_before_download function in intro-tess_cpm notebook fails when not cached #8

Open
dfm opened this issue Feb 28, 2021 · 0 comments

Comments

@dfm
Copy link
Collaborator

dfm commented Feb 28, 2021

It looks like this function returns an astropy table rather than a list of filenames when it directly returns the TESSCut results. I think this can be fixed using:

        path_to_FFIs = Tesscut.download_cutouts(coordinates=coordinates, size=size, sector=sector, path=path, inflate=inflate, objectname=objectname)
        return list(path_to_FFIs["Local paths"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant