diff --git a/php/makeOrbits.php b/php/makeOrbits.php deleted file mode 100644 index e49c76a..0000000 --- a/php/makeOrbits.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - require_once "config.php"; - - $locBasesDom = new DomDocument("1.0"); - $locBasesDom->load(missionXml); - $locBases = $locBasesDom->getElementsByTagName("MissionID"); - - $postProcessing = new PostProcessing(); - $postProcessing->createOrbites(paramXml); - $postProcessing->createOrbites(LocalDataParam.'InternalParams.xml'); - $postProcessing->createOrbitesInfoFiles($locBases); - -?> \ No newline at end of file -- libgit2 0.21.2