Skip to content

Commit

Permalink
Updated README.md v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbertolez committed Mar 3, 2023
1 parent 39d2a1a commit e67385d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,14 @@ The main folder of the program contains 5+2 directories. Namely:
- Misc: some miscellaneous files to plot some interesting graphics, namely those of our paper.
All the Python files `.py` can be run with the `python3` command on your terminal.

__Note:__ All the programs here have been tested running the command in the same directory where the `.py` file is. That is, if one wants to run `NEOS/FitPlots.py`, the only procedure that has been tested is

```
user@user: ~/DayaBaySterileDecoherence$ cd NEOS
user@user: ~/DayaBaySterileDecoherence/NEOS$ python3 FitPlots.py
```

And not
or
```
user@user: ~/DayaBaySterileDecoherence$ python3 NEOS/FitPlots.py
```
This last command may (or may not) rise some errors. Sorry for the inconvenience.


## Experiment analysis directories
This section describes the content inside BEST, DayaBay, GlobalFit, NEOS and PROSPECT directories. For clarity, we will use NEOS as the example.
Expand Down

0 comments on commit e67385d

Please sign in to comment.