mwalmsley / galaxy-datasets

ML-friendly datasets of galaxy images and labels
GNU General Public License v3.0
30 stars 4 forks source link

could not find the internal_urls.py #26

Open Rh-YE opened 10 months ago

Rh-YE commented 10 months ago
import os

_expected_internal_urls_loc = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'shared/internal_urls.py')
INTERNAL_URLS_EXIST = os.path.isfile(_expected_internal_urls_loc)

I could not find the internal_urls.py so that I'm unable to download gz_rings, gz_cosmic_dawn and gz_hubble_euclidized. Is it available?

mwalmsley commented 10 months ago

No, it is not available - these datasets are not yet published and so are only available within the Galaxy Zoo collaboration (i.e. "internal").

If you have a specific piece of research that you'd like to use them for I'm happy to chat about sharing them.

Mike

On Sat, 4 Nov 2023, 23:38 Renhao Ye, @.***> wrote:

import os

_expected_internal_urls_loc = os.path.join(os.path.dirname(os.path.realpath(file)), 'shared/internal_urls.py') INTERNAL_URLS_EXIST = os.path.isfile(_expected_internal_urls_loc)

I could not find the internal_urls.py so that I'm unable to download gz_rings, gz_cosmic_dawn and gz_hubble_euclidized. Is it available?

— Reply to this email directly, view it on GitHub https://github.com/mwalmsley/galaxy-datasets/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3BY3U3VPGKMLRIJB36TA3YC4C2FAVCNFSM6AAAAAA66BABQKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TONRRGY3DMMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Rh-YE commented 10 months ago

Got it. Thanks!