Skip to content

kbarbary/dessn-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dessn-analysis

DES supernova light curve analysis using sncosmo.

Get light curve data

This example command retrieves 1000 candidate light curves from Y1 (starting at 2013-08-30) and saves them in FITS format:

get-des-lightcurves -n 1000 --format fits --mindate=2013-08-30 \
		    --bandnames=desg,desr,desi,desz -o output.fits

Run nested sampling

run_nest.py output.fits 0 100

This produces a Python pickle file for each of the first 100 candidates in the fits file. Each pickle contains the full nested sampling chain for each of the models compared.

Compile results

plot_results.py output.fits 0 100

About

DES supernova light curve analysis using sncosmo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages