ywx649999311 / ztf_summer_school_2022

Repository for the ZTF Summer School 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZTF Summer School 2022

Hosted hybrid by the University of Minnesota

July 25-29: 9 am - 12:30 pm (synchronous), group work in the afternoons (asynchronous)

Course materials for ZTF Summer School 2022

Purpose

This course will introduce key concepts and techniques used to work with large datasets, in the context of the field of astrophysics. In the first 3 days of the course, the focus will be on the modern approaches to creating and manipulating large data sets, with the focus on time series analyses and Bayesian methods applied to astrophysics survey data. The remaining part of the course will focus on a range of machine learning techniques for processing data: classification algorithms (supervised and unsupervised learning), clustering algorithms, regression problems, recommender systems, graphic models and others. The algorithms will first be introduced in lectures, and the emphasis will then be placed on homework worked as teams in which the students will apply the algorithms (and already available packages) to astrophysical data sets to answer specific astrophysics questions. The course will assume familiarity with basic concepts in astrophysics, but it will include brief reviews as needed to demonstrate the use of modern data analysis techniques.

Sample Syllabus

Day 1:

  • Talks: ZTF Introduction, LIGO / GW Follow-up
  • Tutorials: Alert Stream Access, Bayesian Inference

Day 2:

  • Talks: Searches for fast transients with ZTF, Gravitational-wave data products / observing scenarios
  • Tutorials: Fast transient case study, interacting with skymaps

Day 3:

  • Talks: Fermi-GBM Follow-up, Neutrino Follow-up
  • Tutorials: Gaussian Process kilonova grids, Neutrino searches

Day 4:

  • Talks: Introduction to Machine Learning for MMA, Introduction to Marshals
  • Tutorials: Introduction to Machine Learning, Kilonova / GRB sample case study

Day 5:

  • Talks: Introduction to Brokers, Automated spectral classification
  • Tutorials: Introduction to Deep Learning, Real-Bogus case study

How to use these materials

  • Fork this repo

  • The topics of each day's lectures are described in the schools' program

  • Lectures are in directories named XY/ where XY/ is the number of the day

  • Homework assignments are similarly in the homework/ directory

  • Solutions to homework assignments will be posted the day after they are due.

  • Various help cheat sheets are included in help/.

  • You should also review in-class notebooks and homework solutions to make sure you understand what is happening

  • The lecture notebooks have in-class exercises for you to work on

Related Material

Github

If you are new to github, we recommend watching:

Environments

If running locally, we suggest using anaconda: https://anaconda.org/

If you are on windows, use the windows subsystem for linux: https://docs.microsoft.com/en-us/windows/wsl/install-win10 plus the ubuntu anaconda.

After installing anaconda, you should (in a terminal):

  • clone the repository: git clone git@github.com:mcoughlin/ztf_summer_school_2022.git
  • change directories to the repository: cd ztf_summer_school_2022
  • use conda to create an environment
    • on mac osx: conda env create -f environment-osx.yml
    • on linux / windows wsl: conda env create -f environment-ubuntu.yml

Activate the environment with:

  • conda activate ztfsummer
    (if you are running an older version of conda you may need):
  • source activate ztfsummer and can test by opening the first lecture:
  • cd lectures/01
  • jupyter notebook lecture01.ipynb

Either way, you will need to pip install minimc this can be done using:

Otherwise, google colaboratory will work: https://colab.research.google.com/

Will need to create an IRSA account for data access: https://irsa.ipac.caltech.edu/frontpage/

ZTF useful links + QA

Question Answer
ztfquery documentation https://github.com/MickaelRigault/ztfquery
ZTF table content https://irsa.ipac.caltech.edu/onlinehelp/ztf
Alerts content https://zwickytransientfacility.github.io/ztf-avro-alert/schema.html
What is the "Redshift Completeness Factor" program? It's a program dedicated to determine the number of SN host galaxies with known spectroscopic redshift prior to the SN discovery divided by the total number of SN hosts. See https://arxiv.org/abs/1910.12973
What is the "Census of the Local Unverse" program? The Census of the Local Universe (CLU) aims to provide a galaxy catalog out to 200 Mpc that is as complete as possible. See https://arxiv.org/abs/1710.05016
How is the time allocation for each filter decided? ZTF uses a Integer Linear Programming approach, that optimizes an observing plan for an entire night by assigning targets to temporal blocks, enables strict control of the number of exposures obtained per field and minimizes filter changes. See https://arxiv.org/abs/1905.02209

About

Repository for the ZTF Summer School 2022

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%