-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/orbitalparameters transformation (#116)
* Convert equinoctial, conics and TLE to state vector * Minor fixes * Convert to right ascension and declination * Code cleanup
- Loading branch information
1 parent
10d8bbe
commit 2eb5978
Showing
1,497 changed files
with
20,504 additions
and
19,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectalign"> | ||
<div id="projectname">IO-SDK<span id="projectnumber"> 0.8.x</span> | ||
<div id="projectname">IO-SDK<span id="projectnumber"> 0.9.x</span> | ||
</div> | ||
<div id="projectbrief">Astrodynamics framework</div> | ||
</td> | ||
|
@@ -86,9 +86,9 @@ | |
<div class="headertitle"><div class="title">ApogeeHeightChangingManeuverDTO.h</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<a href="ApogeeHeightChangingManeuverDTO_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">//</span></div> | ||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Created by spacer on 3/27/23.</span></div> | ||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">//</span></div> | ||
<a href="ApogeeHeightChangingManeuverDTO_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div> | ||
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> Copyright (c) 2023. Sylvain Guillet ([email protected])</span></div> | ||
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> */</span></div> | ||
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div> | ||
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#ifndef IOSDK_APOGEEHEIGHTCHANGINGMANEUVERDTO_H</span></div> | ||
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#define IOSDK_APOGEEHEIGHTCHANGINGMANEUVERDTO_H</span></div> | ||
|
@@ -128,8 +128,8 @@ | |
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO_html_aaf2cdabc17f74fd91af3b9675748706b"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO.html#aaf2cdabc17f74fd91af3b9675748706b">IO::SDK::API::DTO::ApogeeHeightChangingManeuverDTO::maneuverOrder</a></div><div class="ttdeci">int maneuverOrder</div><div class="ttdef"><b>Definition:</b> ApogeeHeightChangingManeuverDTO.h:13</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO_html_ac0fdecbfd84df4bfb8fba33d24826827"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO.html#ac0fdecbfd84df4bfb8fba33d24826827">IO::SDK::API::DTO::ApogeeHeightChangingManeuverDTO::minimumEpoch</a></div><div class="ttdeci">double minimumEpoch</div><div class="ttdef"><b>Definition:</b> ApogeeHeightChangingManeuverDTO.h:16</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO_html_ae67c490c8093b1499c557b3cbec19f1a"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1ApogeeHeightChangingManeuverDTO.html#ae67c490c8093b1499c557b3cbec19f1a">IO::SDK::API::DTO::ApogeeHeightChangingManeuverDTO::attitudeHoldDuration</a></div><div class="ttdeci">double attitudeHoldDuration</div><div class="ttdef"><b>Definition:</b> ApogeeHeightChangingManeuverDTO.h:15</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1Vector3DDTO_html"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1Vector3DDTO.html">IO::SDK::API::DTO::Vector3DDTO</a></div><div class="ttdef"><b>Definition:</b> Vector3DDTO.h:8</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO_html"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO.html">IO::SDK::API::DTO::WindowDTO</a></div><div class="ttdef"><b>Definition:</b> WindowDTO.h:7</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1Vector3DDTO_html"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1Vector3DDTO.html">IO::SDK::API::DTO::Vector3DDTO</a></div><div class="ttdef"><b>Definition:</b> Vector3DDTO.h:12</div></div> | ||
<div class="ttc" id="astructIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO_html"><div class="ttname"><a href="structIO_1_1SDK_1_1API_1_1DTO_1_1WindowDTO.html">IO::SDK::API::DTO::WindowDTO</a></div><div class="ttdef"><b>Definition:</b> WindowDTO.h:11</div></div> | ||
</div><!-- fragment --></div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- start footer part --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.