Commit 7a638918bf9a07b9a1898f81d6fbb884c7baeeb2
1 parent
c7337caa
Exists in
master
all project
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -8,4 +8,7 @@ and set the PY3 python virtual environment: '. PY3/bin/activate' |
8 | 8 | |
9 | 9 | 3) Finally, go to the footprints project and to the |
10 | 10 | bin.py directory (PATH-TO-PROJECT/FOOTPRINTS/bin.py) and run the code: |
11 | -'python runFootprints.py (XML_mission_file)' (see an example in missions dir) | |
11 | +'python runFootprints.py (XML_mission_file)' (see an example in missions dir) | |
12 | + | |
13 | +4) Access to SW/Dst data (input data) by DDClient - DDServer communication | |
14 | +is forbidden from outside of IRAP. (inet socket connection!!!) | ... | ... |