diff --git a/README.rst b/README.rst index e69de29..e480fff 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,26 @@ +# Author: Kuznetsova E. , 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 +pip intstall . + +To invoke:: + +from arttools import arttime diff --git a/arttools/__pycache__/__init__.cpython-311.pyc b/arttools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ecd7a1a..0000000 Binary files a/arttools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/arttools/__pycache__/arttime.cpython-311.pyc b/arttools/__pycache__/arttime.cpython-311.pyc deleted file mode 100644 index e677acb..0000000 Binary files a/arttools/__pycache__/arttime.cpython-311.pyc and /dev/null differ