GithubHelp home page GithubHelp logo

zehaojin / ztf_summer_school_2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcoughlin/ztf_summer_school_2022

0.0 0.0 1.0 2.03 MB

Repository for the ZTF Summer School 2022

License: GNU General Public License v3.0

Python 0.48% Jupyter Notebook 99.52%

ztf_summer_school_2022's Introduction

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 [email protected]: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/overview.html
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

ztf_summer_school_2022's People

Contributors

davidjlaw avatar mcoughlin avatar

Forkers

wolffem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.