-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alberto Fabrizio
committed
Jul 23, 2020
1 parent
fbea05f
commit 827693e
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
EPSim | ||
============ | ||
Energy Profile Similarity Maps | ||
|
||
EPsim is a python program that allows to construct the Energy Profile Similarity maps, based on a de. | ||
|
||
Requirements | ||
------------ | ||
* Python_ 3.5 or later | ||
* Anaconda_ 3 | ||
|
||
Installation | ||
------------ | ||
Add ``~/EPSim`` to your $PYTHONPATH environment variable. | ||
|
||
Example | ||
------- | ||
python epsim.py -i ./example\_data/mydata.txt -f 1,2,3,4,5,6 -r -30.738 -s 6 -d ./example\_data/descript.dat -c 1 | ||
|
||
|
||
.. _Python: http://www.python.org/ | ||
.. _Anaconda : https://www.anaconda.com/ | ||
|