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

Suggested changes from science homework. #476

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/catalogs/public/index.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <https://lsdb.readthedocs.io/en/stable/tutorials/ztf_bts-ngc.html>
GAIA and DES <https://lsdb.readthedocs.io/en/stable/tutorials/des-gaia.html>
ZTF Bright Transient Survey and New General Catalogue <https://lsdb.readthedocs.io/en/stable/tutorials/pre_executed/ztf_bts-ngc.html>
GAIA and DES <https://lsdb.readthedocs.io/en/stable/tutorials/pre_executed/des-gaia.html>

.. tip::
Want to see more?
Expand Down
2 changes: 1 addition & 1 deletion src/hats_import/pipeline_resume_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading