A set of python scripts used 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 | Date | packages |
---|---|---|
v1.0.0 | 2020/07/15 | sn_tools_v1.0.0 |
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) 2019, the sn_tools contributors on GitHub, https://github.com/LSSTDESC/sn_tools/graphs/contributors.
All rights reserved.
- docs : python documentation
- __init__.py
- LICENCE licence infos
- notebooks
- setup.py: setup file for pip installation
- README.md: README file
- doc_package: md files docs.
- sn_tools: set of python scripts
- tests: unit tests
- version.py: package version
|-- LICENCE
|-- README.md
|-- __init__.py
|-- doc_package
| |-- sn_tools.md
|-- docs
| |-- Makefile
| |-- api
| | |-- sn_tools.rst
| | |-- sn_tools.sn_analyze_simu.rst
| | |-- sn_tools.sn_cadence_tools.rst
| | |-- sn_tools.sn_calcFast.rst
| | |-- sn_tools.sn_clusters.rst
| | |-- sn_tools.sn_io.rst
| | |-- sn_tools.sn_lcana.rst
| | |-- sn_tools.sn_obs.rst
| | |-- sn_tools.sn_process.rst
| | |-- sn_tools.sn_rate.rst
| | |-- sn_tools.sn_telescope.rst
| | |-- sn_tools.sn_throughputs.rst
| | |-- sn_tools.sn_utils.rst
| | |-- sn_tools.sn_visu.rst
| |-- conf.py
| |-- index.rst
| |-- make.bat
|-- notebooks
| |-- Check_dist.ipynb
| |-- Display_LC.ipynb
| |-- SN_Analyze_Simu.ipynb
|-- setup.py
|-- sn_tools
| |-- __init__.py
| |-- sn_analyze_simu.py
| |-- sn_cadence_tools.py
| |-- sn_calcFast.py
| |-- sn_clusters.py
| |-- sn_io.py
| |-- sn_lcana.py
| |-- sn_obs.py
| |-- sn_process.py
| |-- sn_rate.py
| |-- sn_telescope.py
| |-- sn_throughputs.py
| |-- sn_utils.py
| |-- sn_visu.py
| `-- version.py
|-- tests
| |-- testSNtools.py
|-- version.py