Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.21 KB

GENERAL INFO

A project to convert few most common astronomy format data used in photometry. Program provides user with easy way to format data into two-column text format. It allows to create customizable graph, calculate periods and save it as .png files.

FEATURES

  • Converting from databases: Hipparcos, Integral, NSVS, ASAS, Munipack, Kepler, Catalina
  • Creating customizable graphs
  • Calculating periods
  • Multiconverting all files at once.

DEPENDENCIES

Installation

  1. Checkout the repo from git
  2. Install python dependencies by running pip install -r requirements.txt
  3. Run python astroConverter.py

Troubleshooting

  • In case of problems with running python astroConverter.py, instead of 'python' try using full path to your installation. For example: c:\python34\python.exe astroConverter.py
  • In case of problems with installing dependencies try using command pip3.4 install -r requirements.txt. Or path_to_your_python_executable -m pip install -r requirements.txt This problem may occur if you have installed multiple versions of python.