<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://david.rabine.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://david.rabine.org/feed.php">
        <title>david.rabine - code:work:lvisf:2021:rtp</title>
        <description></description>
        <link>http://david.rabine.org/</link>
        <image rdf:resource="http://david.rabine.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T15:14:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:gridding&amp;rev=1640266809&amp;do=diff"/>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:server&amp;rev=1643841546&amp;do=diff"/>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:start&amp;rev=1640043018&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://david.rabine.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>david.rabine</title>
        <link>http://david.rabine.org/</link>
        <url>http://david.rabine.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:gridding&amp;rev=1640266809&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-23T13:40:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gridding</title>
        <link>http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:gridding&amp;rev=1640266809&amp;do=diff</link>
        <description>Gridding with GMT

Online Resources

	*  &lt;https://youtu.be/D7do_whEkI0&gt;
	*  &lt;https://developers.google.com/kml/articles/raster&gt;
	*  &lt;https://www.geologie.ens.fr/~ecalais/teaching/maps-and-graphs-with-gmt/gmt_6.pdf&gt; &lt;- just great GMT examples
	*  &lt;https://www.aviso.altimetry.fr/fileadmin/documents/OSTST/2009/oral/Scharroo_GMT_GE.pdf&gt; another good example

GMT OPenMP

FYI, OpenMP on GMT can be enabled by compiling from scratch, but it isn&#039;t in the nearneighbor module, so it doesn&#039;t speed up what I…</description>
    </item>
    <item rdf:about="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:server&amp;rev=1643841546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-02T22:39:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server</title>
        <link>http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:server&amp;rev=1643841546&amp;do=diff</link>
        <description>RTP Airborne Server Build

	*  FIXME Need to start with ubuntu server, not desktop so the IP address stuff is fixed / static
	*  OR figure out how to fix this desktop install

Try this as your netplan file:


# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager
  ethernets:
    eno1:
      renderer: networkd
      match:
        name: eno1
      addresses: [10.4.1.10/24]
      gateway4: 10.4.1.254
      nameservers:
        search: [nasa.gov]
  …</description>
    </item>
    <item rdf:about="http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:start&amp;rev=1640043018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-20T23:30:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://david.rabine.org/doku.php?id=code:work:lvisf:2021:rtp:start&amp;rev=1640043018&amp;do=diff</link>
        <description>Gridding with GMT

RTP High Level

Scripts Running

	*  rtp_raw2ql.sh - every 20 seconds, look for a new md5sum
	*  rtp_grid.sh - one for each thread so multiple grids can be happening at a time
	*  rtp_dem.sh - every 15 minutes build up a summary


###### VEGAS config settings ######
geolocation_only
obs_bias                 -137.807 0.0
instrument_roll_bias        1.9265100000000000 0.0
instrument_pitch_bias       -1.4537700000000000 0.0
instrument_yaw_bias         0.359650000000000 0.0
scan_a…</description>
    </item>
</rdf:RDF>
