Type Ia Supernova Light-curve fitting code
Project description
PISCOLA: Python for Intelligent Supernova-COsmology Light-curve Analysis
Type Ia Supernova Light-curve fitting code in python
Read the full documentation at: piscola.readthedocs.io. See below for a summary.
Installation
PISCOLA can be installed in the usual ways, via pip:
pip install piscola
or from source:
git clone https://github.com/temuller/piscola.git
cd piscola
pip install -r requirements.txt
python setup.py install
Using PISCOLA
PISCOLA can fit the supernova light curves and correct them in a few lines of code:
sn = piscola.call_sn(<sn_name>)
sn.normalize_data()
sn.fit_lcs()
sn.mangle_sed()
sn.calculate_lc_params()
or for a "quick" fit with the default parameters:
sn = piscola.call_sn(<sn_name>)
sn.do_magic()
You can find an example of input file in the data directory.
Contributing and raising an issue
The recommended way is to use the issues page. Otherwise, you can contact me directly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
piscola-0.1.0.dev7.tar.gz
(11.1 MB
view hashes)
Built Distribution
Close
Hashes for piscola-0.1.0.dev7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6d7294e87fe963cda795e2fa41846cf8e0b69b894dbc49a1c3d81ab19bc0e5c |
|
MD5 | 5715c3d636a4e975543ff70a5cfdb758 |
|
BLAKE2b-256 | 7e29dab9655dc201b2ba686baddd3751cb7adb15727265f32da80ce26e17e1a3 |