Skip to content

sumedhabiswas/TSS

 
 

Repository files navigation

The Transient Sky Simulator

This is the Transient Sky Simulator, which provides the user with a way to estimate transient numbers and brightnesses for synoptic sky surveys.

ATTENTION: TSS works on Python 2.7. Python 3.6 is not yet supported.

Prerequisites

The following Python (2.7) packages are required:

  • numpy
  • scipy
  • matplotlib
  • time
  • glob
  • h5py
  • csv
  • astropy
  • astLib
  • itertools
  • Cosmolopy
  • dustmaps
  • astroplan (recommended for observation plan creation)
  • sncosmo (Only necessary if you want to add extragalactic transients to the preexisting ones)

For the creation of observation plans you will also want to install Jupyter Notebooks.

It is strongly recommended to use the online version of the dustmaps package. For the purpose of TSS this is much faster. In case you don't have an internet connection while running TSS, you can also use the off-line version of dustmaps. Before first time off-line usage one needs to download the dust maps 'bayestar' and 'sfd' for the dustmaps package as described here

Installation

Simply download the repository from this GitHub.

Manual

A manual is available as Manual.pdf. If you have any questions, please email one of us (b.p.j.jacobs@uva.nl or jlb2331@columbia.edu)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.2%
  • Python 7.8%