<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXFintegrate_y_dataset_2d</id>
	<title>IXFintegrate y dataset 2d - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXFintegrate_y_dataset_2d"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFintegrate_y_dataset_2d&amp;action=history"/>
	<updated>2026-04-30T21:02:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>http://libisis.org/index.php?title=IXFintegrate_y_dataset_2d&amp;diff=2333&amp;oldid=prev</id>
		<title>Dean Whittaker at 09:15, 4 April 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFintegrate_y_dataset_2d&amp;diff=2333&amp;oldid=prev"/>
		<updated>2008-04-04T09:15:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function will integrate the signal array of an [[IXTdataset_2d]] object between two limits along the y dimension to give an [[IXTdataset_1d]] object result. It will integrate distribution/non-distribution data, but it will &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;NOT&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; integrate point data. The limits can exceed the data boundaries and error flags are raised if inapplicable limits are specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===F90 syntax===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;use IXMdataset_2d&lt;br /&gt;
&lt;br /&gt;
type(IXTdataset_2d):: dataset_2d&lt;br /&gt;
type(IXTdataset_1d):: result&lt;br /&gt;
real(dp)::low_limit,high_limit&lt;br /&gt;
type (IXTstatus)::status&lt;br /&gt;
&lt;br /&gt;
low_limit=10.0&lt;br /&gt;
high_limit=20.0&lt;br /&gt;
&lt;br /&gt;
call IXFintegrate_y_dataset_2d(result,low_limit,high_limit,dataset_2d,status)&lt;br /&gt;
&lt;br /&gt;
!limits can be implicitly defined in the function call&lt;br /&gt;
&lt;br /&gt;
call IXFintegrate_y_dataset_2d(result,13.6_dp,23.5_dp,dataset_2d,status)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>