|
From: <jk...@us...> - 2008-03-23 00:03:13
|
Revision: 794
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=794&view=rev
Author: jkring
Date: 2008-03-22 17:03:18 -0700 (Sat, 22 Mar 2008)
Log Message:
-----------
added icon possibilities
Added Paths:
-----------
trunk/candidates/Average 1D Array/Icon Possibilities/
trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (1D).vi
trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (2D).vi
trunk/candidates/Average 1D Array/Icon Possibilities/Icon Possibilities - VI Tree.vi
trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (1D).vi
trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (2D).vi
trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (1D).vi
trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (2D).vi
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (1D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (1D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (2D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Array with Error IO (2D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Icon Possibilities - VI Tree.vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Icon Possibilities - VI Tree.vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (1D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (1D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (2D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric Primitive (2D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (1D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (1D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (2D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Icon Possibilities/Numeric with Error IO (2D).vi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jk...@us...> - 2008-03-25 16:43:42
|
Revision: 796
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=796&view=rev
Author: jkring
Date: 2008-03-25 09:43:40 -0700 (Tue, 25 Mar 2008)
Log Message:
-----------
Added Meetings/2008-03-25 (Functional Spec Discussion)
Added Paths:
-----------
trunk/candidates/Average 1D Array/Meetings/
trunk/candidates/Average 1D Array/Meetings/2008-03-25 (Functional Spec Discussion)/
trunk/candidates/Average 1D Array/Meetings/2008-03-25 (Functional Spec Discussion)/2008-03-25 (Functional Spec Discussion).txt
Added: trunk/candidates/Average 1D Array/Meetings/2008-03-25 (Functional Spec Discussion)/2008-03-25 (Functional Spec Discussion).txt
===================================================================
--- trunk/candidates/Average 1D Array/Meetings/2008-03-25 (Functional Spec Discussion)/2008-03-25 (Functional Spec Discussion).txt (rev 0)
+++ trunk/candidates/Average 1D Array/Meetings/2008-03-25 (Functional Spec Discussion)/2008-03-25 (Functional Spec Discussion).txt 2008-03-25 16:43:40 UTC (rev 796)
@@ -0,0 +1,60 @@
+-= Decisions =-
+
+* VI belongs in the Numeric Palette/Library (as opposed to the Array Palette/Library)
+
+* Will use the "Numeric Primitive-like" Icon (triangle with X-bar)
+
+* Show polymorphic selector, by default, to make it clear which member is being used and that there are other poly options. Users can easily hide this to save diagram realestate
+
+* 2D array in members should have icon with brackets around the X-bar to indicate that the output is an array of averages
+
+* Poly member labels and menus should use Title Case
+
+* Poly member labels should be "of Rows" and "of Columns"
+
+* 2D in - 1D out members should have an "arithmetic mean of rows" and "arithmetic mean of columns"
+
+* Use 3x3 icon to facilitate primitive-like icon/connector
+
+* VI Names: "Arithmetic Mean.vi" - "(2D Rows)", "(2D Columns)"
+
+* Code will be developed in 8.2. We'll see how much push-back we get.
+
+
+* Drop NaN/Inf filtering because this is easy done.
+
+* No error handling: Output NaN when empty array in
+
+* Drop "rows and columns" (2D in, scalar out) since there is really no practical use case for it. Also, there is no mathematical basis or experience for using it.
+
+* Drop integer, SGL, EXT types, so that we can use poly for selecting behavior. There is not enough demand for these types.
+
+
+-= Other Notes =-
+
+* This is a perfect candidate for XNodes. However, since XNodes are not officially supported by NI, this is a bad path for OpenG to go down. We want OpenG libraries to be rock-solid.
+
+* Users needing Fixed-point, EXT, 64-bit support users can be expected to have thier own analysis libraries.
+
+* Candidate page it should have:
+
+ ** indicator of what stage the candidate is in
+
+ ** history
+
+ ** information about who is working on it and what role they place
+
+* Numbered proposals are better than named proposals, because we might want to rename VIs (or the name might not even be know, at that point)
+
+
+-= Action Items =-
+
+1) Jim will send meeting notes to meeting participants to use for next steps (3/25)
+
+2) Justin should update the functional spec by early next week (EOD Monday, 3/31)
+
+3) Chris should update the candidate code (EOD Friday, 4/4)
+
+4) Justin will post to OpenG forum (Sat, 4/5)
+
+5) Jim will try to pull people into the discussion (Sat, 4/5)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cr...@us...> - 2008-03-27 22:51:32
|
Revision: 803
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=803&view=rev
Author: crelf
Date: 2008-03-27 15:51:36 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
Added Paths:
-----------
trunk/candidates/Average 1D Array/Arithmetic Mean (1D).vi
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
trunk/candidates/Average 1D Array/Arithmetic Mean.vi
trunk/candidates/Average 1D Array/Usage/Arithmetic Mean Usage Example 1.vi
Removed Paths:
-------------
trunk/candidates/Average 1D Array/Average 1D Array (DBL).vi
trunk/candidates/Average 1D Array/Average 1D Array (EXT).vi
trunk/candidates/Average 1D Array/Average 1D Array (I16).vi
trunk/candidates/Average 1D Array/Average 1D Array (I32).vi
trunk/candidates/Average 1D Array/Average 1D Array (I64).vi
trunk/candidates/Average 1D Array/Average 1D Array (I8).vi
trunk/candidates/Average 1D Array/Average 1D Array (SGL).vi
trunk/candidates/Average 1D Array/Average 1D Array (U16).vi
trunk/candidates/Average 1D Array/Average 1D Array (U32).vi
trunk/candidates/Average 1D Array/Average 1D Array (U8).vi
trunk/candidates/Average 1D Array/Usage/Average 1D Array Usage Example 1.vi
Added: trunk/candidates/Average 1D Array/Arithmetic Mean (1D).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Arithmetic Mean (1D).vi
___________________________________________________________________
Name: svn:needs-lock
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
___________________________________________________________________
Name: svn:needs-lock
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
___________________________________________________________________
Name: svn:needs-lock
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Arithmetic Mean.vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Arithmetic Mean.vi
___________________________________________________________________
Name: svn:needs-lock
+ *
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (DBL).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (EXT).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (I16).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (I32).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (I64).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (I8).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (SGL).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (U16).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (U32).vi
===================================================================
(Binary files differ)
Deleted: trunk/candidates/Average 1D Array/Average 1D Array (U8).vi
===================================================================
(Binary files differ)
Added: trunk/candidates/Average 1D Array/Usage/Arithmetic Mean Usage Example 1.vi
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Usage/Arithmetic Mean Usage Example 1.vi
___________________________________________________________________
Name: svn:needs-lock
+ *
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/candidates/Average 1D Array/Usage/Average 1D Array Usage Example 1.vi
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cr...@us...> - 2008-04-11 19:02:03
|
Revision: 813
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=813&view=rev
Author: crelf
Date: 2008-04-11 12:02:00 -0700 (Fri, 11 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
===================================================================
(Binary files differ)
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jk...@us...> - 2008-04-22 01:45:22
|
Revision: 815
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=815&view=rev
Author: jkring
Date: 2008-04-21 18:45:17 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Added input and output control description documentation from Functional Spec.
Modified Paths:
--------------
trunk/candidates/Average 1D Array/Arithmetic Mean (1D).vi
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
trunk/candidates/Average 1D Array/Arithmetic Mean - VI Tree.vi
trunk/candidates/Average 1D Array/Arithmetic Mean.vi
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean (1D).vi
===================================================================
(Binary files differ)
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Columns).vi
===================================================================
(Binary files differ)
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean (2D Rows).vi
===================================================================
(Binary files differ)
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean - VI Tree.vi
===================================================================
(Binary files differ)
Modified: trunk/candidates/Average 1D Array/Arithmetic Mean.vi
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jk...@us...> - 2008-04-22 01:51:21
|
Revision: 816
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=816&view=rev
Author: jkring
Date: 2008-04-21 18:51:27 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
added some documentation images to facilitate upload to wiki
Added Paths:
-----------
trunk/candidates/Average 1D Array/Docs/
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D) - Block Diagram.png
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D).png
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns) - Block Diagram.png
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns).png
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows) - Block Diagram.png
trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows).png
Property changes on: trunk/candidates/Average 1D Array/Docs
___________________________________________________________________
Name: svn:ignore
+ *.db
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D) - Block Diagram.png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D) - Block Diagram.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D).png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (1D).png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns) - Block Diagram.png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns) - Block Diagram.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns).png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Columns).png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows) - Block Diagram.png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows) - Block Diagram.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows).png
===================================================================
(Binary files differ)
Property changes on: trunk/candidates/Average 1D Array/Docs/Arithmetic Mean (2D Rows).png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|