https://github.com/dmitryduev/pypride
PYthon tools for PRIDE (Planetary Radio Interferometry and Doppler Experiments)
https://github.com/dmitryduev/pypride
Last synced: about 2 months ago
JSON representation
PYthon tools for PRIDE (Planetary Radio Interferometry and Doppler Experiments)
- Host: GitHub
- URL: https://github.com/dmitryduev/pypride
- Owner: dmitryduev
- License: gpl-2.0
- Created: 2015-09-07T11:48:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T15:18:24.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T11:16:08.077Z (3 months ago)
- Language: Python
- Size: 137 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
PYPRIDE - PYthon tools for PRIDE (Planetary Radio Interferometry and Doppler Experiments)
##########################################################################################
For manuals, see doc/##########################################################################################
To install the package, run:python setup.py install --record files.txt
This will also record a list of installed files.
To uninstall the package, run:
cat files.txt | xargs rm -rf