Commit d4a25a814c440fb07d2ae2324b6870d2120fefa0
1 parent
4d4251da
Exists in
master
and in
112 other branches
new makeOrbits procedure
Showing
1 changed file
with
0 additions
and
13 deletions
Show diff stats
php/makeOrbits.php deleted
... | ... | @@ -1,13 +0,0 @@ |
1 | -<?php | |
2 | - require_once "config.php"; | |
3 | - | |
4 | - $locBasesDom = new DomDocument("1.0"); | |
5 | - $locBasesDom->load(missionXml); | |
6 | - $locBases = $locBasesDom->getElementsByTagName("MissionID"); | |
7 | - | |
8 | - $postProcessing = new PostProcessing(); | |
9 | - $postProcessing->createOrbites(paramXml); | |
10 | - $postProcessing->createOrbites(LocalDataParam.'InternalParams.xml'); | |
11 | - $postProcessing->createOrbitesInfoFiles($locBases); | |
12 | - | |
13 | -?> | |
14 | 0 | \ No newline at end of file |