Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prajwel/curvit
Create light curves from UVIT data.
https://github.com/prajwel/curvit
astronomy astrosat instrument-coordinate light-curves lightcurves python science ultraviolet uvit uvit-data variability
Last synced: about 1 month ago
JSON representation
Create light curves from UVIT data.
- Host: GitHub
- URL: https://github.com/prajwel/curvit
- Owner: prajwel
- License: apache-2.0
- Created: 2019-12-24T13:10:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T07:45:55.000Z (9 months ago)
- Last Synced: 2024-11-04T04:20:58.307Z (about 2 months ago)
- Topics: astronomy, astrosat, instrument-coordinate, light-curves, lightcurves, python, science, ultraviolet, uvit, uvit-data, variability
- Language: Python
- Homepage:
- Size: 870 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Curvit**
> Create light curves from UVIT data.
[![Documentation Status](https://readthedocs.org/projects/curvit/badge/?version=latest)](https://curvit.readthedocs.io/en/latest/?badge=latest)### **Curvit documention is at https://curvit.readthedocs.io**
Curvit is an open-source python package to generate light curves from UVIT (Ultraviolet Imaging Telescope) data.
The software paper manuscript is accessible at https://arxiv.org/abs/2101.06377
## Installation
Curvit is on the Python Package Index (PyPI) and you can install the package using [pip](https://pip.pypa.io/en/stable/) as follows:
```sh
pip install curvit --user
```## Report bugs and contribute
If you come across any bugs or mistakes, please report them on the GitHub issue tracker. If you have a solution or a new feature in mind, we welcome you to submit a pull request! Your contributions are greatly appreciated in making Curvit even better.