<?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:processing:idl</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:02:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:processing:idl:examples&amp;rev=1649353869&amp;do=diff"/>
                <rdf:li rdf:resource="http://david.rabine.org/doku.php?id=code:work:lvisf:processing:idl:start&amp;rev=1646839776&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:processing:idl:examples&amp;rev=1649353869&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-07T17:51:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>examples</title>
        <link>http://david.rabine.org/doku.php?id=code:work:lvisf:processing:idl:examples&amp;rev=1649353869&amp;do=diff</link>
        <description>Code Examples

IDL example code to read raw data files and extract the digitizer header and trailer information


; load a raw file
mydir=&#039;/media/lvis/LVISF_EXTERNAL/59670/P3_NASA426/rtlvis/&#039;
myfilter=&#039;lvis_*.dat&#039;
myfiles = file_search(mydir,myfilter)

; set one
myfile = myfiles(0)
result = filename2meta( myfile, compress, filedate, galvdepth, version )
c = read_lvisf_fn( myfile, COMPRESS=compress, VERSION=version, /BIG )

shot = c(0)
; decode a sample digitzer header
h = lvisf_decode_fpga_meta_…</description>
    </item>
    <item rdf:about="http://david.rabine.org/doku.php?id=code:work:lvisf:processing:idl:start&amp;rev=1646839776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-09T15:29:36+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:processing:idl:start&amp;rev=1646839776&amp;do=diff</link>
        <description>IDL Installing 6.3

	*  Untar the idl_6.3_x86_64_linux.tar.gz program into /usr/local 

cd /usr/local
sudo tar -zxvf ~/down/idl/idl_6.3_x86_64_linux.tar.gz


	*  Install the package
		*  Run the install script 

cd /usr/local/rsi
sudo ./install


		*</description>
    </item>
</rdf:RDF>
