edited README.rst

This commit is contained in:
Екатерина Кузнецова 2023-03-14 17:25:51 +03:00
parent 44e235da05
commit acf12ed90c
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Author: Kuznetsova E. <eakuznetsova@cosmos.ru>, Shtykovsky A.
========
arttools
========
This package was created as a storage of tools for processing of ART-XC data. The package will be updated with other tools as they are created.
At the current moment artools contains only arttime module. The arttime tool allows to calculate artdays and/or mission time based on Mosckow time (and UTC) or MJD and convert them to each other.
----------
To install:
----------
Clone the repo to your computer::
git clone https://github.com/eblur/newdust.git newdust/
Enter the repo and install it with::
cd <PATH_TO_ARTTOOLS>
pip intstall .
To invoke::
from arttools import arttime