<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Job_Jar%2FStreamline_statistics_program</id>
	<title>Job Jar/Streamline statistics program - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://vrl.cs.brown.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Job_Jar%2FStreamline_statistics_program"/>
	<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=Job_Jar/Streamline_statistics_program&amp;action=history"/>
	<updated>2026-04-18T04:33:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://vrl.cs.brown.edu/wiki/index.php?title=Job_Jar/Streamline_statistics_program&amp;diff=3989&amp;oldid=prev</id>
		<title>Jadrian Miles: New page: This Job Jar request is for a non-interactive command line program that reads in a collection of streamlines and the name of a streamline measurement, and op...</title>
		<link rel="alternate" type="text/html" href="http://vrl.cs.brown.edu/wiki/index.php?title=Job_Jar/Streamline_statistics_program&amp;diff=3989&amp;oldid=prev"/>
		<updated>2010-01-26T23:09:32Z</updated>

		<summary type="html">&lt;p&gt;New page: This Job Jar request is for a non-interactive command line program that reads in a &lt;a href=&quot;/wiki/index.php/Job_Jar/Streamline_library&quot; title=&quot;Job Jar/Streamline library&quot;&gt;collection of streamlines&lt;/a&gt; and the name of a streamline measurement, and op...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This Job Jar request is for a non-interactive command line program that reads in a [[Job Jar/Streamline library|collection of streamlines]] and the name of a streamline measurement, and optionally one or more relevant raster images, and computes statistics over the collection for the specified measurement.&lt;br /&gt;
&lt;br /&gt;
Example measurements of a given streamline might include:&lt;br /&gt;
* Length&lt;br /&gt;
* Distance between the ends of the streamline&lt;br /&gt;
* Average curvature&lt;br /&gt;
* Average value of the specified raster image along the streamline&lt;br /&gt;
* Total length, weighted by the value of the raster image at each point&lt;br /&gt;
&lt;br /&gt;
=== Output Formats ===&lt;br /&gt;
The final program should be able to create output in the following formats, chosen by a command line option:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Standard output&amp;#039;&amp;#039;&amp;#039;: print out the mean, standard deviation, median, quartiles, min, and max of the requested value.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CSV&amp;#039;&amp;#039;&amp;#039;: export values for each streamline to a CSV (comma-separated value) plain text file.  Such files can be imported by just about any software, such as Excel, SAS, or Matlab, for further analysis.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Streamline&amp;#039;&amp;#039;&amp;#039;: assign values, as appropriate, to the points of each streamline or to the streamlines themselves, and export these assignments as a [[Job Jar/Streamline library|streamline collection file]].&lt;br /&gt;
&lt;br /&gt;
=== Example Call ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
streamline_stats my_streamlines.trk -length -silent -csv lengthstats.csv -streamlines lengths.trk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This call would read in the streamline file &amp;lt;tt&amp;gt;my_streamlines.trk&amp;lt;/tt&amp;gt;, compute the lengths of the streamlines, and export them as a CSV file &amp;lt;tt&amp;gt;lengthstats.csv&amp;lt;/tt&amp;gt; as well as a streamline collection file &amp;lt;tt&amp;gt;lengths.trk&amp;lt;/tt&amp;gt;, but generate no output on the command line (as specified by the &amp;lt;tt&amp;gt;-silent&amp;lt;/tt&amp;gt; option).&lt;br /&gt;
&lt;br /&gt;
=== Dependencies ===&lt;br /&gt;
This job depends on the completion of [[Job Jar/Streamline library]].&lt;/div&gt;</summary>
		<author><name>Jadrian Miles</name></author>
	</entry>
</feed>