[Getdata-commits] SF.net SVN: getdata:[831] trunk/html
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-05-15 00:52:54
|
Revision: 831
http://sourceforge.net/p/getdata/code/831
Author: ketiltrout
Date: 2013-05-15 00:52:52 +0000 (Wed, 15 May 2013)
Log Message:
-----------
Update.
Modified Paths:
--------------
trunk/html/dirfile.html.in
trunk/html/download.html.in
trunk/html/index.html.in
Modified: trunk/html/dirfile.html.in
===================================================================
--- trunk/html/dirfile.html.in 2013-04-11 00:05:22 UTC (rev 830)
+++ trunk/html/dirfile.html.in 2013-05-15 00:52:52 UTC (rev 831)
@@ -596,7 +596,7 @@
(numbered from zero) of <span class="syntax"><input></span> (when
<span class="syntax"><input></span> is converted to an
endianness-corrected unsigned 64-bit integer). If <span class="syntax"
- ><bits></span> is omitted, it is assumed to be <b>1</b>.
+ ><num-bits></span> is omitted, it is assumed to be <b>1</b>.
Standards Version 0 doesn't recognise the <span
class="syntax"><num-bits></span> token.
<li><b>CARRAY</b>: The CARRAY scalar field type is an list of constants
@@ -672,7 +672,7 @@
sample rate. Syntax is:
<div class="syntax">
<fieldname> <b>MPLEX</b> <input> <index>
- <count> [<max>]
+ <count> [<period>]
</div>
where
<ul>
@@ -683,13 +683,12 @@
<li><span class="syntax"><count></span> is the value of the
multiplex index when the computed field is stored in <span
class="syntax"><input></span>, and
- <li><span class="syntax"><max></span> is the nominal maximum
- value which the multiplex index takes. If given and non-zero, the
- relation <span class="syntax"><count> ≤ <max></span>
- must hold.
+ <li><span class="syntax"><period></span> is the nominal period
+ (in samples) between successive occurances of <span
+ class="syntax"><count></span> in the index field. If not
+ given, or zero, the period is assumed to be unknown or non-constant.
+ If given, it must be non-negative.
</ul>
- Both <span class="syntax"><count></span> and <span
- class="syntax"><max></span> are non-negative integers.
<p>At every sample <i>n</i>, the derived field is computed as:
<div class="inset"><img class="math" src="mplex_computation.png"
alt="fieldname[n] = (index == count) ? input[n] : fieldname[n - 1]"
@@ -703,17 +702,15 @@
GetData searches backwards for its value, but see the
<span class="syntax">gd_mplex_lookback()</span> function.
<p>The values of <span class="syntax"><count></span> and <span
- class="syntax"><max></span> place no restrictions on values
+ class="syntax"><period></span> place no restrictions on values
contained in <span class="syntax"><index></span>. Specifically,
- samples of <span class="syntax"><index></span> may exceed <span
- class="syntax"><max></span>. Particular values of <span
- class="syntax"><index></span> (including <span
- class="syntax"><count></span>) need not be equally spaced
- (neither by <span class="syntax"><max></span> nor any other
- spacing); <span class="syntax"><index></span> need not ever take
- on the value <span class="syntax"><count></span> (in which case
- GetData will return 0 or NaN for the entirety of the output vector).
- MPLEX appeared in Standards Version 9.
+ particular values of <span class="syntax"><index></span>
+ (including <span class="syntax"><count></span>) need not be
+ equally spaced (neither by <span class="syntax"><period></span>
+ nor any other spacing); <span class="syntax"><index></span> need
+ not ever take on the value <span class="syntax"><count></span> (in
+ which case GetData will return 0 or NaN for the entirety of the output
+ vector). MPLEX appeared in Standards Version 9.
<li><b>MULTIPLY</b>: The MULTIPLY field type is the product of two
vector fields. Syntax is:
<div class="syntax"><fieldname> <b>MULTIPLY</b>
@@ -939,7 +936,7 @@
class="syntax">m</span><sub>i</sub> or
<span class="syntax">b</span><sub>i</sub>
<li><b>MPLEX</b>: <span class="syntax">count</span>,
- <span class="syntax">max</span>
+ <span class="syntax">period</span>
<li><b>PHASE</b>: <span class="syntax">shift</span>
<li><b>POLYNOM</b>: any of the <span
class="syntax">a</span><sub>i</sub>
@@ -1109,8 +1106,8 @@
</tr>
</table>
</div>
- <div class="foot"><div class="copy">© 2008, 2009, 2010, 2011, 2012
- D. V. Wiebe</div>
+ <div class="foot"><div class="copy">© 2008, 2009, 2010, 2011, 2012,
+ 2013 D. V. Wiebe</div>
<div class="w3c">
<a href="http://validator.w3.org/check?uri=referer"><img
src="valid_html.png" alt="Valid HTML 4.01 Strict" height="21"
Modified: trunk/html/download.html.in
===================================================================
--- trunk/html/download.html.in 2013-04-11 00:05:22 UTC (rev 830)
+++ trunk/html/download.html.in 2013-05-15 00:52:52 UTC (rev 831)
@@ -21,17 +21,17 @@
<h2><a name="source">Latest Release</a></h2>
<p>The complete source code for official releases of the GetData project
are available from SourceForge. The latest version of GetData, released
- 12 March, 2013, is:
+ 14 May, 2013, is:
<ul>
<li><a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/"
- >0.8.3</a>. Four packages are available:
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/"
+ >0.8.4</a>. Four packages are available:
<dl>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/getdata-0.8.3.tar.bz2/download">getdata-0.8.3.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/getdata-0.8.3.tar.gz/download">.gz</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/getdata-0.8.4.tar.bz2/download">getdata-0.8.4.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/getdata-0.8.4.tar.gz/download">.gz</a>:</dt>
<dd>The full source code to the library, with bindings. This package
uses the GNU autotools build system, and is designed for POSIX systems
(UNIX, Linux, BSD, MacOS X, Cygwin, MSys, &c.)</dd>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/getdata_win-0.8.3.zip/download">getdata_win-0.8.3.zip</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/getdata_win-0.8.4.zip/download">getdata_win-0.8.4.zip</a>:</dt>
<dd>A reduced source code package, with the CMake build system
designed to be built on Microsoft Windows, either using the free MinGW
compiler, or else Microsoft's Visual C++ compiler. (The full source
@@ -41,14 +41,14 @@
compressed dirfiles, the Legacy API, and a few other features. This
build is used in native Microsoft Windows builds of <a
href="http://kst.kde.org/">kst-2</a>.</dd>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/idl_getdata-0.8.3.tar.bz2/download">idl_getdata-0.8.3.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/idl_getdata-0.8.3.tar.gz/download">.gz</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/idl_getdata-0.8.4.tar.bz2/download">idl_getdata-0.8.4.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/idl_getdata-0.8.4.tar.gz/download">.gz</a>:</dt>
<dd>The Interactive Data Language (IDL) bindings, packaged separately
with an autotools build system, designed to be built against an
already installed version of GetData. Due to licensing restrictions,
<a href="#distro">pre-built packages</a> rarely come with these
bindings, and this package allows end-users to add support for IDL
without having to recompile the whole GetData package.</dd>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/matlab_getdata-0.8.3.tar.bz2/download">matlab_getdata-0.8.3.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/matlab_getdata-0.8.3.tar.gz/download">.gz</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/matlab_getdata-0.8.4.tar.bz2/download">matlab_getdata-0.8.4.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/matlab_getdata-0.8.4.tar.gz/download">.gz</a>:</dt>
<dd>The MATLAB bindings, packaged separately with an autotools build
system, designed to be built against an already installed version of
GetData. Due to licensing restrictions, <a href="#distro">pre-built
@@ -136,8 +136,8 @@
<p>Older getdata releases available include the following:
<ul>
<li><a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.8.2/"
- >0.8.2</a>—<i>December 2012</i>
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/"
+ >0.8.3</a>—<i>March 2013</i>
<li><a
href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/"
>0.7.3</a>—<i>April 2011</i>
Modified: trunk/html/index.html.in
===================================================================
--- trunk/html/index.html.in 2013-04-11 00:05:22 UTC (rev 830)
+++ trunk/html/index.html.in 2013-05-15 00:52:52 UTC (rev 831)
@@ -59,9 +59,9 @@
<p>The complete source code for official releases of the GetData project
are available from SourceForge.
<ul><li>
- The latest version of GetData, released 12 March, 2012, is <a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.8.3/"
- >GetData 0.8.3</a>.</ul>
+ The latest version of GetData, released 14 May, 2013, is <a
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.8.4/"
+ >GetData 0.8.4</a>.</ul>
See:
<ul><li><a href="download.html">Get GetData</a></ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|