SNflows / flows

Flows Pipeline
https://flows.phys.au.dk
GNU General Public License v3.0
3 stars 4 forks source link
hacktoberfest photometry

============== Flows Pipeline

.. image:: https://zenodo.org/badge/241705955.svg :target: https://zenodo.org/badge/latestdoi/241705955 .. image:: https://github.com/SNflows/flows/actions/workflows/tests.yml/badge.svg?branch=devel :target: https://github.com/SNflows/flows/actions/workflows/tests.yml .. image:: https://codecov.io/github/SNflows/flows/branch/devel/graph/badge.svg?token=H8CQGPG0U6 :target: https://codecov.io/github/SNflows/flows .. image:: https://hitsofcode.com/github/SNflows/flows?branch=devel :alt: Hits-of-Code :target: https://hitsofcode.com/view/github/SNflows/flows?branch=devel .. image:: https://img.shields.io/github/license/SNflows/flows.svg :alt: license :target: https://github.com/SNflows/flows/blob/devel/LICENSE

Installation instructions

How to run tests

You can test your installation by going to the root directory where you cloned the repository and run the command::

pytest

Full configuration file

Text coming soon...

.. code-block:: ini

[api]
token =
photometry_cache =

[photometry]
archive_local =
output =

[casjobs]
wsid =
password =

[TNS]
api_key =
bot_id =
bot_name =
user_id =
user_name =

[ztf]
output_photometry =

[database]
username =
password =

Making a release
================