25 lines
622 B
ReStructuredText
25 lines
622 B
ReStructuredText
========
|
|
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 http://heagit.cosmos.ru:3000/kea/arttools arttools/
|
|
|
|
Enter the repo and install it with::
|
|
|
|
cd <PATH_TO_ARTTOOLS>
|
|
pip intstall .
|
|
|
|
To invoke::
|
|
|
|
from arttools import arttime
|