diff --git a/docs/catalogs/public/index.rst b/docs/catalogs/public/index.rst index f8bf72a..c618ed7 100644 --- a/docs/catalogs/public/index.rst +++ b/docs/catalogs/public/index.rst @@ -1,10 +1,13 @@ -Public Catalogs +Public Catalog Tips =============================================================================== The LINCC Frameworks team has built the import tool hoping to handle catalogs in various formats. We've learned some lessons in importing public data sets, and provide steps to import those catalogs in case these hints help anyone else. +If you would like to use some public datasets that have already been imported +into HATS format, see data.lsdb.io. + .. note:: These are datasets that our team has data rights to. We make no guarantees about the data rights of others, the quality of the datasets, or their @@ -21,8 +24,8 @@ and provide steps to import those catalogs in case these hints help anyone else. sdss tic zubercal - ZTF Bright Transient Survey and New General Catalogue - GAIA and DES + ZTF Bright Transient Survey and New General Catalogue + GAIA and DES .. tip:: Want to see more? diff --git a/src/hats_import/pipeline_resume_plan.py b/src/hats_import/pipeline_resume_plan.py index 449ab53..65b5353 100644 --- a/src/hats_import/pipeline_resume_plan.py +++ b/src/hats_import/pipeline_resume_plan.py @@ -172,7 +172,7 @@ def wait_for_futures(self, futures, stage_name, fail_fast=False): raise future.exception() if some_error: - raise RuntimeError(f"Some {stage_name} stages failed. See logs for details.") + raise RuntimeError(f"Some {stage_name} stages failed. See above Exceptions.") def print_progress(self, iterable=None, total=None, stage_name=None): """Create a progress bar that will provide user with task feedback.