<?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:2024:field_processing:arcsix</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-05T23:22:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:2024:field_processing:arcsix:javad_base_script&amp;rev=1716928831&amp;do=diff"/>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:2024:field_processing:arcsix:start&amp;rev=1729013404&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:2024:field_processing:arcsix:javad_base_script&amp;rev=1716928831&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-28T20:40:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>javad_base_script</title>
        <link>http://david.rabine.org/doku.php?id=code:work:lvisf:2024:field_processing:arcsix:javad_base_script&amp;rev=1716928831&amp;do=diff</link>
        <description>Script to wget new files into our ground nav archive.


#!/usr/bin/bash
#

JAVAD_ID=( &quot;j525&quot; &quot;j426&quot; )
JAVAD_IP=( &quot;192.168.0.25&quot; &quot;192.168.0.26&quot; )
JAVAD_PASS=( &quot;J525BASE&quot; &quot;J426BASE&quot; )

DEST_DIR=&quot;/mnt/archive/gndnav&quot;

for key in &quot;${!JAVAD_IP[@]}&quot;
do  # ping receiver, if it responds attempt the wget mirror
   ping &quot;${JAVAD_IP[$key]}&quot; -c 1 -q &gt; /dev/null 2&gt;&amp;1
   if [[ $? -eq 0 ]] ; then
      wget --directory-prefix=&quot;${DEST_DIR}/${JAVAD_ID[$key]}&quot; \
         --mirror \
         --no-host-directories …</description>
    </item>
    <item rdf:about="http://david.rabine.org/doku.php?id=code:work:lvisf:2024:field_processing:arcsix:start&amp;rev=1729013404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-15T17:30:04+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:2024:field_processing:arcsix:start&amp;rev=1729013404&amp;do=diff</link>
        <description>ARCSIX Field Processing

	*  ARCSIX-2 Data Summary
	*  ARCSIX-2 Alignment Summary
	*  Backup Drives “/media/lvis/A6_BACKUP01”
	*  Backup Drives “/media/lvis/A6_BACKUP02”

FIXME - Make the ingest log how much space is free on the disk each time it syncs

FIXME - TODO:

	*  Change the IMU names to 2024</description>
    </item>
</rdf:RDF>
