Skip to content

heather999/sn_pipe

 
 

Repository files navigation

sn_pipe

A framework to run the Survey Strategy Support pipeline.

This software was developed within the LSST DESC using LSST DESC resources, and so meets the criteria 
given in, and is bound by, the LSST DESC Publication Policy for being a "DESC product". 
We welcome requests to access code for non-DESC use; if you wish to use the code outside DESC 
please contact the developers.

Release Status

Release Date
v1.0.0 2020/07/15

Feedback, License etc

If you have comments, suggestions or questions, please write us an issue.

This is open source software, available for re-use under the modified BSD license.

Copyright (c) 2020, the sn_pipe contributors on GitHub, https://github.com/LSSTDESC/sn_pipe/graphs/contributors.
All rights reserved.

Overview of the pipeline

Image description

Getting the package from github

 git clone https://github.com/lsstdesc/sn_pipe (master)
or
git clone -b <tag_name> https://github.com/lsstdesc/sn_pipe (release tag_name)

Environnement setup

  • The pipeline uses lsst_sim package
  • cernvmfs may be used to have some lsst_sim releases available.
  • to install cvmfs: https://sw.lsst.eu/installation.html
  • ls /cvmfs/sw.lsst.eu/linux-x86_64/lsst_sims/ -> provides a list of lsst_sim releases available.
  • Instruction to "setup" your environment here
**Important : you have to make this setup prior to any use of the pipeline**

Installation

Installation of sn_pipe: python pip_sn_pack.py --action install --package=sn_pipe

The Survey Strategy Support pipeline is supposed to be modular, in the sense that only needed git packages are installed for a given task. The current tasks that may be run are:

Task package command for installation
SN metrics sn_metrics python pip_sn_pack.py --action install --package=sn_metrics
LC simulations sn_simulation python pip_sn_pack.py --action install --package=sn_simulation
LC fit sn_fit python pip_sn_pack.py --action install --package=sn_fit
Plot sn_plotters python pip_sn_pack.py --action install --package=sn_plotters
all all python pip_sn_pack.py --action install --package=all

To uninstall the pipeline: python pip_sn_pack.py --action uninstall --package=all

How to

sn_pipe structure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 65.8%
  • Python 34.1%
  • Shell 0.1%