Skip to content

prep is a recommendation pipeline for new Type Ia Supernovae and was made to recommend potential triggers for the HST Dust project.

Notifications You must be signed in to change notification settings

berres2002/prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photometric Recommender Pipeline (prep)

prep is a recommendation pipeline for new Type Ia Supernovae and was made to recommend potential triggers for the HST Dust project. It's data sources includes ANTARES, ALeRCE, and YSE. It has the ability to organize observations, perform as SALT3 fit and submit the information to a Slack channel or generate a csv file. This pipeline is currently in development.

Adding auth.py

You will need an auth.py file to access YSE-PZ and to post to Slack using their API. It should have the path ./prep/prep/auth.py and should have the format,

login = 'YOUR YSE-PZ LOGIN'
password = 'YOUR YSE-PZ PASSWORD'
toku = 'SLACK BOT/USER TOKEN'

You don't need the YSE-PZ credentials if you are just calling observations from ANTARES or ALeRCE. You can bypass this by setting login and password to None or ''.

Installation

To install prep just clone this repository and run the following command in the root directory,

python setup.py develop --no-deps

Note: Please run this command with develop since this is an ongoing project and will be updated frequently.

Installing Dependencies

To install required dependencies you can run in a terminal,

pip install -r requirements.txt

Note: Some packages may have their own dependencies that are not included in requirements.txt.

About

prep is a recommendation pipeline for new Type Ia Supernovae and was made to recommend potential triggers for the HST Dust project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published