Skip to content

Commit

Permalink
removed not needed imports and cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
reed committed Apr 17, 2017
1 parent 0786860 commit 2e732c6
Show file tree
Hide file tree
Showing 34 changed files with 25 additions and 88 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@

# Debug files
*.dSYM/

DoxyGen/
Binary file added .vs/One_Sgp4/v14/.suo
Binary file not shown.
Binary file modified Documentation.pdf
Binary file not shown.
6 changes: 1 addition & 5 deletions One_Sgp4/Coordinate.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -15,10 +15,6 @@
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
8 changes: 1 addition & 7 deletions One_Sgp4/DeepSpaceObjects.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,12 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
class DeepSpaceObjects
Expand Down
8 changes: 1 addition & 7 deletions One_Sgp4/Enum.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,12 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
public class Enum
Expand Down
6 changes: 1 addition & 5 deletions One_Sgp4/EpochTime.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -15,10 +15,6 @@
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
7 changes: 1 addition & 6 deletions One_Sgp4/NearEarthObjects.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,11 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
4 changes: 1 addition & 3 deletions One_Sgp4/ParserTLE.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -17,8 +17,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Globalization;
using System.IO;

Expand Down
6 changes: 0 additions & 6 deletions One_Sgp4/Point3d.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
public class Point3d
Expand Down
6 changes: 1 addition & 5 deletions One_Sgp4/SatFunctions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -15,10 +15,6 @@
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
6 changes: 1 addition & 5 deletions One_Sgp4/Sgp4.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -16,10 +16,6 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;

namespace One_Sgp4
{
Expand Down
7 changes: 1 addition & 6 deletions One_Sgp4/Sgp4Data.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,11 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
7 changes: 1 addition & 6 deletions One_Sgp4/Sgp4Rec.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,11 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
8 changes: 1 addition & 7 deletions One_Sgp4/SpaceTrack.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -15,13 +15,7 @@
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Security;
using System.Net;
using System.IO;
using System.Collections.Specialized;

namespace One_Sgp4
Expand Down
8 changes: 1 addition & 7 deletions One_Sgp4/Tle.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,12 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
public class Tle
Expand Down
8 changes: 1 addition & 7 deletions One_Sgp4/WGS72.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,12 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
public class WGS_72
Expand Down
7 changes: 1 addition & 6 deletions One_Sgp4/Wgs84.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2015 Nikolai Reed <reed@1manprojects.de>
* Copyright 2017 Nikolai Reed <reed@1manprojects.de>
*
* Licensed under the GNU Lesser General Public License v3 (LGPL-3)
* you may not use this file except in compliance with the License.
Expand All @@ -14,11 +14,6 @@
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace One_Sgp4
{
Expand Down
Binary file modified One_Sgp4/bin/Debug/One_Sgp4.dll
Binary file not shown.
Binary file modified One_Sgp4/bin/Debug/One_Sgp4.pdb
Binary file not shown.
Binary file modified One_Sgp4/bin/Release/One_Sgp4.dll
Binary file not shown.
Binary file modified One_Sgp4/bin/Release/One_Sgp4.pdb
Binary file not shown.
Binary file modified One_Sgp4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
5 changes: 5 additions & 0 deletions One_Sgp4/obj/Debug/One_Sgp4.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ C:\Users\Reed-Laptop\git\one_Sgp4\One_Sgp4\bin\Debug\One_Sgp4.pdb
C:\Users\Reed-Laptop\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.csprojResolveAssemblyReference.cache
C:\Users\Reed-Laptop\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.dll
C:\Users\Reed-Laptop\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.pdb
E:\Programieren\git\one_Sgp4\One_Sgp4\bin\Debug\One_Sgp4.dll
E:\Programieren\git\one_Sgp4\One_Sgp4\bin\Debug\One_Sgp4.pdb
E:\Programieren\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.csprojResolveAssemblyReference.cache
E:\Programieren\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.dll
E:\Programieren\git\one_Sgp4\One_Sgp4\obj\Debug\One_Sgp4.pdb
Binary file not shown.
Binary file modified One_Sgp4/obj/Debug/One_Sgp4.dll
Binary file not shown.
Binary file modified One_Sgp4/obj/Debug/One_Sgp4.pdb
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions One_Sgp4/obj/Release/One_Sgp4.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
E:\Programieren\git\one_Sgp4\One_Sgp4\bin\Release\One_Sgp4.dll
E:\Programieren\git\one_Sgp4\One_Sgp4\bin\Release\One_Sgp4.pdb
E:\Programieren\git\one_Sgp4\One_Sgp4\obj\Release\One_Sgp4.dll
E:\Programieren\git\one_Sgp4\One_Sgp4\obj\Release\One_Sgp4.pdb
Binary file added One_Sgp4/obj/Release/One_Sgp4.dll
Binary file not shown.
Binary file added One_Sgp4/obj/Release/One_Sgp4.pdb
Binary file not shown.
Empty file.
Empty file.
Empty file.

0 comments on commit 2e732c6

Please sign in to comment.