<div dir="ltr"><div><div><div><div><div>that works like charm...thank you.<br><br></div>Well, we work with SC3000 and SC7000 cameras in the company, which produce *.img and *.ptw files.<br><br></div>But since the data format is - to my knowledge - still is not published by FLIR I'm not sure if I can share code to the public.<br><br></div>We did buy from FLIR the data description (and the SDK) ones, so I could make a small toolbox for handling these files at work.<br><br></div>BR<br></div>Philipp<br><div><div><br><br><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-19 9:38 GMT+01:00 Samuel Gougeon <span dir="ltr"><<a href="mailto:sgougeon@free.fr" target="_blank">sgougeon@free.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<span class=""><br>
<br>
Le 19/02/2016 08:58, Philipp Mühlmann a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
OK, here an example:<br>
<br>
all functions are within one and the same external module.<br>
<br>
The toolbox is named IR_TBX<br>
<br>
code sniplet from the help xml-file:<br>
<br>
<refsection role="see also"><br>
<title>See Also</title><br>
<simplelist type="inline"><br>
<member><br>
<link linkend="IR_TBX">FLIR_IMGGetFrame</link><br>
</member><br>
</simplelist><br>
</refsection><br>
<br>
<br>
that somehow does not link to the help page of FLIR_IMGGetFrame<br>
</blockquote></span>
Because your linkend tag does not specify the target:<br>
In the head of each XML page, the entry<br>
<refentry ... xml:id="the_page_id" xml:lang="en"><br>
specifies the id of the page, whatever is its language (specified with the xml:lang="en" for en_US here, or any other language)<br>
If you want to target this page, the linkend must indicate the proper xml id:<br>
So, in the XML file of your FLIR_IMGGetFrame() help page, you must specify<br>
<refentry ... xml:id="FLIR_IMGGetFrame" xml:lang="en"><br>
and in the "See also" of another page willing to target the FLIR_IMGGetFrame page, you must specify<br>
<link linkend="IR_TBX.help/FLIR_IMGGetFrame">FLIR_IMGGetFrame</link><br>
or more simply<br>
<link linkend="FLIR_IMGGetFrame">FLIR_IMGGetFrame</link><br>
<br>
HTH<span class="HOEnZb"><font color="#888888"><br>
Samuel Gougeon<br>
</font></span><br>
PS : By the way, i am as well working with a FLIR (S60), through its serial connection. So i am eager to discover your toolbox :)<br>
I should publish soon in 2016 a Scilab driver for the S60, on FileExchange, with other drivers i pushed there.<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">There we have the salad.</div>
</div>