Skip to content

Resources for the tutorial on LSDB, MWGaia-DN Introductory School, Coimbra, 2024

Notifications You must be signed in to change notification settings

lincc-frameworks/MWGaia-DN_Introductory_School

Repository files navigation

LSDB Demo at the MWGaia-DN Introductory School

Poster

Demonstration prepared for the MWGaia-DN Introductory School, Coimbra, 2024. This demo showcases working with HEALPix-partitioned survey catalogs via LSDB, and time domain analysis with nested-dask.

Main references

Getting Started

You can follow along with this demo by creating your own local environment, or accessing the LINCC-hub (a shared cloud-hosted JupyterHub). We recommend using LINCC-hub because of the close proximity to our servers hosting the survey data. Also, the code should run much quicker and smoother because the instances have powerful resources available.

Access LINCC Hub [RECOMMENDED]

  1. You'll need an account on LINCC-hub. You can sign up by completing this form, and following the steps. Please complete this prior to attending the demo. You will receive an invite to the GitHub group at the email that is registered with your GitHub acccount. You may need to accept the membership invite.
  2. BEFORE STARTING YOUR SERVER, note that you should not use the default size! On the "Server Options" page select "Need more CPU or memory...?" and choose a "Large" server.
  3. To get started, log into https://lsst.dirac.dev/ with your GitHub sign-on. If this fails, please reach out to [email protected].
  4. After your server has started up (it will take 3 minutes at least!), clone this repo in LINCC-hub ("New" > "Terminal")
git clone https://github.com/lincc-frameworks/MWGaia-DN_Introductory_School
  1. Open the notebooks with the "MWGaia-DN School" kernel. If next to the kernel name there is a label saying "Not Trusted", click it and "Trust" the notebook. Running, especially the first cells, should take a minute. Feel free to run it before the demo starts if you want to follow along.
  2. Work through the notebooks and have fun.
  3. Shutdown each notebook after you're done to use less memory.

Local installation

If installing in your own hardware, create a virtual environment and install the relevant packages:

>> conda create --name lincc python=3.11
>> conda activate lincc
>> pip install lsdb pyvo ipyaladin cesium scikit-learn aiohttp

Notebooks

In this notebook we will learn how to:

  • Load object and source catalogs (lazily)
  • Perform crossmatching with existing LSDB catalogs
  • Save the results of a science workflow to disk

In this notebook we will learn how to:

  • Query and filter catalog data
  • Compute time-series features for LSDB catalogs using nested-dask
  • Plot light curves and periodograms

In this notebook we will learn how to:

  • Use VizieR TAP query to access tables and store/handle them in LSDB
  • Use those catalogs to perform crossmatching with existing LSDB catalogs
  • Perform time-series analysis and exploration with nested-dask

LINCC Tech Talks

Watch the following LINCC Tech Talk to learn more about LSDB. Other relevant talks can be found in the LSST Discovery Alliance website.

Acknowledgements

This project is supported by Schmidt Sciences.

This project is based upon work supported by the National Science Foundation under Grant No. AST-2003196.

This project acknowledges support from the DIRAC Institute in the Department of Astronomy at the University of Washington. The DIRAC Institute is supported through generous gifts from the Charles and Lisa Simonyi Fund for Arts and Sciences, and the Washington Research Foundation.

About

Resources for the tutorial on LSDB, MWGaia-DN Introductory School, Coimbra, 2024

Resources

Stars

Watchers

Forks