Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed Nov 21, 2022
1 parent 9a03d8e commit c82d37f
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,28 @@
# Variable_Star_Research_Package
A Python project for Ball State University's Variable Star Research Group

## requirements.txt
--------------------------

## Dependencies
* astropy>=5.1.1
* astroquery>=0.4.6
* ccdproc>=2.4.0
* matplotlib>=3.3.1
* numpy>=1.19.1
* pandas>=1.1.0
* PyAstronomy>=0.18.0
* scipy>=1.5.2
* statsmodels>=0.13.5
* tqdm>=4.64.1

--------------------------

## Descriptions ![](https://github.com/kjkoeller/Variable_Star_Research_Package/releases)

### requirements.txt
Text file that displays what the minimum required python packages are for using these programs. To install directly off this file, please refer to the wiki https://github.com/kjkoeller/Variable_Star_Research_Package/wiki/Installation

## main.py
### main.py
The main program that can call all the other programs given a user's prompts. When using this package, always run the main.py first as this will connect to all the following programs.

### AIJ_Night_Filters.py
Expand Down

0 comments on commit c82d37f

Please sign in to comment.