Spaces:
Running
Running
File size: 15,770 Bytes
b7edb67 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<title>Monte Auxilliary Data — Monte Documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=284a2d1d" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=284a2d1d" />
<link rel="stylesheet" type="text/css" href="_static/mdocbase.css?v=d3d4abf6" />
<script src="_static/documentation_options.js?v=0c6b0622"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Monte UI System" href="ui/index.html" />
<link rel="prev" title="Third-Party Tools" href="tools.html" />
<script type="text/javascript" src="_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript">
var adjustNavbar = function() {
$('body').css('padding-top', parseInt($('#navbar').css("height"))+10);
}
var patchTables = function() {
$("table.table").removeClass("table").removeAttr("border").addClass("monte-table").attr("border", 0);
}
var addScrollSpy = function() {
$('body').attr( "data-spy", "scroll" ).attr( "data-target", "#sidebar" ).attr( "data-offset", 75 );
}
$(window).resize( adjustNavbar );
$(window).on( 'load', adjustNavbar );
$(window).on( 'load', patchTables );
$(window).on( 'load', addScrollSpy );
</script>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
</head><body>
<!-- MDNAV: We want to redo the majority of the navigation bar. Since the
'bootstrap' theme does not do a good job putting it into blocks, we
need to overrite it in its entirety. We copy over the original and
add in our stuff, creating blocks where necessary for our various
sub-themes to override.
-->
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
MONTE-171.1-project</a>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="divider-vertical"></li>
<li><a class="navbar-drop" href="refguide.html">Documentation</a></li>
<li><a class="navbar-drop-menu dropdown-toggle" href="#" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="source/Monte/index.html">Monte Module</a></li>
<li><a href="source/mpy/index.html">mpy Module</a></li>
<li><a href="#">Auxilliary Data</a></li>
<li><a href="http://monte.jpl.nasa.gov/data/current">Default Data</a></li>
<li><a href="extensions/index.html">Extensions</a></li>
<li><a href="math/index.html">Algorithms</a></li>
<li><a href="http://monte.jpl.nasa.gov/doc/sis">SIS</a></li>
<li><a href="tools.html">Tools</a></li>
</ul>
</li>
<li><a href="applications/index.html">Applications</a></li>
<li><a class="navbar-drop" href="ui/index.html">Ops UI</a></li>
<li>
<a class="navbar-drop-menu dropdown-toggle" href="#" data-toggle="dropdown"><span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ui/index.html">Overview</a></li>
<li><a href="ui/setup/index.html">Data Setup</a></li>
<li><a href="ui/command/index.html">Commands</a></li>
</ul>
</li>
<li><a href="recipes/index.html">Recipes</a></li>
<li><a class="navbar-drop" href="help.html">Help</a></li>
</ul>
<!-- MDNAV: We override the searchbox to use our custom search engine
-->
<!-- MDNAV: Do not show the search bar on any search-related page
(they will already have one).
-->
<!-- MDNAV: optionally switch on the original search vs ours -->
<!-- MDNAV: This is the original bootstrap theme code -->
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div id="sidebar" class="bs-sidenav affix-top" role="complementary" data-spy="affix">
<div class="nav-heading">Navigation</div>
<div style="float: left;">
<a class="reference internal" href="tools.html" title="Third-Party Tools">⇐ Prev</a>
</div>
<div style="float: right;">
<a class="reference internal" href="ui/index.html" title="Monte UI System">Next ⇒</a>
</div>
<br>
<ul>
<li><a class="reference internal" href="index.html">⇓ Home</a></li>
</ul>
<div class="nav-heading">Page Contents</div>
<ul>
<li><a class="reference internal" href="#">Monte Auxilliary Data</a><ul>
<li><a class="reference internal" href="#components">Components</a><ul>
<li><a class="reference internal" href="#eop">EOP</a></li>
<li><a class="reference internal" href="#gram">GRAM</a></li>
<li><a class="reference internal" href="#iers">IERS</a></li>
<li><a class="reference internal" href="#marsgram-legacy">MarsGram (legacy)</a></li>
<li><a class="reference internal" href="#radiation">Radiation</a></li>
<li><a class="reference internal" href="#sparq">SparQ</a></li>
<li><a class="reference internal" href="#troposphere">Troposphere</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="body col-md-9 content" role="main">
<span class="target" id="monte-auxdata"></span><section id="monte-auxilliary-data">
<h1>Monte Auxilliary Data<a class="headerlink" href="#monte-auxilliary-data" title="Link to this heading">¶</a></h1>
<p>Data Version: 002</p>
<p>This is a set of data needed to run various features of Monte. The data files
can be quite large and do not change very often, so they are packaged and
managed separately.</p>
<p>The software will access these data via the <code class="docutils literal notranslate"><span class="pre">MONTE_AUX_DATA</span></code> environment
variable.</p>
<section id="components">
<h2>Components<a class="headerlink" href="#components" title="Link to this heading">¶</a></h2>
<blockquote>
<div><ul class="simple">
<li><p><a class="reference internal" href="#monte-auxdata-eop"><span class="std std-ref">EOP</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-gram"><span class="std std-ref">GRAM</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-iers"><span class="std std-ref">IERS</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-marsgram-legacy"><span class="std std-ref">MarsGram (legacy)</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-radiation"><span class="std std-ref">Radiation</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-sparq"><span class="std std-ref">SparQ</span></a></p></li>
<li><p><a class="reference internal" href="#monte-auxdata-trop"><span class="std std-ref">Troposphere</span></a></p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
<section id="eop">
<span id="monte-auxdata-eop"></span><h3>EOP<a class="headerlink" href="#eop" title="Link to this heading">¶</a></h3>
<p>EOP v1 file format:</p>
<blockquote>
<div><ul class="simple">
<li><p>eop 2009</p></li>
<li><p>eop 2010</p></li>
<li><p>eop 2011</p></li>
<li><p>eop 2012</p></li>
<li><p>eop 2013</p></li>
<li><p>eop 2014</p></li>
<li><p>eop 2015</p></li>
<li><p>eop 2016</p></li>
<li><p>eop 2017</p></li>
<li><p>eop 2018</p></li>
<li><p>eop 2019</p></li>
<li><p>eop 2020</p></li>
<li><p>eop 2021</p></li>
<li><p>eop 2022</p></li>
</ul>
</div></blockquote>
<p>EOP v2 file format:</p>
<blockquote>
<div><ul class="simple">
<li><p>eop2 2019</p></li>
<li><p>eop2 2020</p></li>
<li><p>eop2 2021</p></li>
<li><p>eop2 2022</p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="gram">
<span id="monte-auxdata-gram"></span><h3>GRAM<a class="headerlink" href="#gram" title="Link to this heading">¶</a></h3>
<p>Atmospheric Modelling support data.:</p>
<blockquote>
<div><ul class="simple">
<li><p>Earth/</p></li>
<li><p>Mars/</p></li>
<li><p>Titan/</p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="iers">
<span id="monte-auxdata-iers"></span><h3>IERS<a class="headerlink" href="#iers" title="Link to this heading">¶</a></h3>
<p>IERS Support data:</p>
<blockquote>
<div><dl class="simple">
<dt>iers2010_nut_1990_2040.boa</dt><dd><p>Nutation data for the IERS2010 coordinate frames.</p>
</dd>
</dl>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="marsgram-legacy">
<span id="monte-auxdata-marsgram-legacy"></span><h3>MarsGram (legacy)<a class="headerlink" href="#marsgram-legacy" title="Link to this heading">¶</a></h3>
<p>Legacy MarsGram support data:</p>
<blockquote>
<div><ul class="simple">
<li><p>marsgram2001</p></li>
<li><p>marsgram2005</p></li>
<li><p>marsgram2010</p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="radiation">
<span id="monte-auxdata-radiation"></span><h3>Radiation<a class="headerlink" href="#radiation" title="Link to this heading">¶</a></h3>
<p>Jupiter radiation modeling data:</p>
<blockquote>
<div><ul class="simple">
<li><p>gire2p.boa</p></li>
<li><p>gire3.boa</p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="sparq">
<span id="monte-auxdata-sparq"></span><h3>SparQ<a class="headerlink" href="#sparq" title="Link to this heading">¶</a></h3>
<p>Data files related to the SparQ 3D rendering features.</p>
<p>data/:</p>
<blockquote>
<div><dl class="simple">
<dt>ucac2-10K.starcat</dt><dd><p>Star catalog optimized for rendering of the top 10,000 brightest stars.</p>
</dd>
<dt>ucac2-1M.starcat</dt><dd><p>Star catalog optimized for rendering of the top 1 million brightest stars.</p>
</dd>
</dl>
</div></blockquote>
<p>textures/:</p>
<blockquote>
<div><p>Various texture files for bodies in the solar system.</p>
<ul class="simple">
<li><p>Callisto.png</p></li>
<li><p>Callisto-sm.png</p></li>
<li><p>Charon-offset.png</p></li>
<li><p>Earth.200401-lg.png*</p></li>
<li><p>Earth-bump-offset.jpg</p></li>
<li><p>Earth-bump-offset.png</p></li>
<li><p>earth_lights_lrg.png*</p></li>
<li><p>Earth-night-offset.jpg</p></li>
<li><p>Earth-night-offset.png</p></li>
<li><p>Earth-normal-8k.dds*</p></li>
<li><p>Earth-normal-8k.png</p></li>
<li><p>Earth-normal-offset-8k.png*</p></li>
<li><p>Earth-normal-offset.png</p></li>
<li><p>Earth-normal-offset-sm.png</p></li>
<li><p>Earth-offset.png</p></li>
<li><p>Earth-specular-offset.jpg</p></li>
<li><p>Earth-specular-offset.png</p></li>
<li><p>Earth-topo-offset.png</p></li>
<li><p>Earth-topo-offset-sm.png</p></li>
<li><p>Europa.png</p></li>
<li><p>Europa-sm.png</p></li>
<li><p>Ganymede.png</p></li>
<li><p>Ganymede-sm.png</p></li>
<li><p>Io.png</p></li>
<li><p>Io-sm.png</p></li>
<li><p>Jupiter.png</p></li>
<li><p>Jupiter-sm.png</p></li>
<li><p>mars_1k_color.png*</p></li>
<li><p>Mars_2k-050104.png*</p></li>
<li><p>Mars_4k-050104.dds*</p></li>
<li><p>Mars_4k-050104.png</p></li>
<li><p>Mars-bump-offset.jpg</p></li>
<li><p>Mars-bump-offset.png</p></li>
<li><p>Mars-normalmap_2k.png*</p></li>
<li><p>Mars-normalmap_4k.dds*</p></li>
<li><p>Mars-normalmap_4k.png</p></li>
<li><p>Mars-normal-offset.jpg</p></li>
<li><p>Mars-normal-offset.png</p></li>
<li><p>Mars-offset.png</p></li>
<li><p>Mars-offset-sm.png</p></li>
<li><p>Mercury-offset.png</p></li>
<li><p>Mercury-offset-sm.png</p></li>
<li><p>Moon-gridded-offset.png</p></li>
<li><p>Moon.png</p></li>
<li><p>Neptune.png</p></li>
<li><p>Neptune-sm.png</p></li>
<li><p>Pluto-offset.png</p></li>
<li><p>sat_ring_color.png</p></li>
<li><p>sat_ring_color-sm.png</p></li>
<li><p>Saturn.png</p></li>
<li><p>Saturn-sm.png</p></li>
<li><p>Sun.png</p></li>
<li><p>texture_test.png</p></li>
<li><p>Uranus-offset.png</p></li>
<li><p>Venus.png</p></li>
<li><p>Venus-sm.png</p></li>
<li><p>Venus-topo.png</p></li>
<li><p>Venus-topo-sm.png</p></li>
</ul>
</div></blockquote>
<hr class="docutils" />
</section>
<section id="troposphere">
<span id="monte-auxdata-trop"></span><h3>Troposphere<a class="headerlink" href="#troposphere" title="Link to this heading">¶</a></h3>
<p>Troposphere modeling data:</p>
<blockquote>
<div><p>2004 -> 2022</p>
</div></blockquote>
</section>
</section>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© Copyright 2024, Caltech / Jet Propulsion Laboratory..<br/>
The technical data in this document is controlled under the U.S.
Export Regulations; release to foreign persons may require an
export authorization.<br>
Last updated on Nov 08, 2024.<br/>
</p>
</div>
</footer>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.monte.jpl.nasa.gov"]);
_paq.push(["setDomains", ["*.monte.jpl.nasa.gov"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://monte/analytics/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 2]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="http://monte.jpl.nasa.gov/analytics/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html> |