OpSimSummaryV2
is a rework of the previous OpSimSummary
library. This code is developed to interact with the LSST Operations Simulator outputs available here. The OpSim output can be converted into simulation inputs: SNANA SIMLIB files or SNSim observations files.
See the ReadTheDoc page (under construction).
git clone https://github.com/LSSTDESC/OpSimSummaryV2.git
cd opsimsummaryv2
pip install .
If you want to use host matching feature install using
pip install .[hostmatch]