Blame view

README.md 611 Bytes
7c02e6a3   Elena.Budnik   src
1
2
In order to use the footprints code:

68dc3ad5   Elena.Budnik   all project
3
4
1) At the footprints project root (PATH-TO-PROJECT/FOOTPRINTS), 
set the environment variables: '. env.sh'
7c02e6a3   Elena.Budnik   src
5

68dc3ad5   Elena.Budnik   all project
6
7
2) Go back to the projects directory (/usr/local/soft) 
and set the PY3 python virtual environment: '. PY3/bin/activate'
7c02e6a3   Elena.Budnik   src
8

68dc3ad5   Elena.Budnik   all project
9
3) Finally, go to the footprints project and to the 
c7337caa   Elena.Budnik   all project
10
bin.py directory (PATH-TO-PROJECT/FOOTPRINTS/bin.py) and run the code: 
7a638918   Elena.Budnik   all project
11
12
13
14
'python runFootprints.py (XML_mission_file)' (see an example in missions dir)

4) Access to SW/Dst data (input data) by DDClient - DDServer communication 
is forbidden from outside of IRAP. (inet socket connection!!!)