<?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=IXTdataset_4d</id>
	<title>IXTdataset 4d - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=IXTdataset_4d"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXTdataset_4d&amp;action=history"/>
	<updated>2026-04-30T22:09:54Z</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=IXTdataset_4d&amp;diff=2627&amp;oldid=prev</id>
		<title>Dean Whittaker at 10:29, 5 August 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXTdataset_4d&amp;diff=2627&amp;oldid=prev"/>
		<updated>2008-08-05T10:29:29Z</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;An IXTdataset_4d is an object that stores signal and error data against four independent dimensions. Title and label information is also stored. &lt;br /&gt;
&lt;br /&gt;
This object currently only exists in Fortran.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Fields==&lt;br /&gt;
&lt;br /&gt;
IXTdataset_3d objects contain the following fields&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| {{Tablestyle}}&lt;br /&gt;
|-&lt;br /&gt;
! {{Headcellstyle}} | Field&lt;br /&gt;
!{{Headcellstyle}} | Type&lt;br /&gt;
! {{Headcellstyle}} | Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;base&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTbase]]&lt;br /&gt;
| Object required for internal use &lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;title&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| char&lt;br /&gt;
| Title of the dataset used in [[Plot Commands|plotting]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;signal&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| Signal data &lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;error&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| Standard error&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;s_axis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTaxis]]&lt;br /&gt;
| object containing the signal axis label and units code information&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x1&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| First independent variable data (i.e. x data). If point data this will be the point positions in the x axis. If histogram data, this will be the bin boundaries in the x axis&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x1_axis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTaxis]]&lt;br /&gt;
| object containing the x axis label and units code information&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x1_distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| logical&lt;br /&gt;
| True if signal is a distribution on x (e.g. counts/microsecond) False if signal is not a distribution on x (e.g. counts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x2&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| Second independent variable data (i.e. y data). If point data this will be the point positions in the y axis. If histogram data, this will be the bin boundaries in the y axis&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x2_axis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTaxis]]&lt;br /&gt;
| object containing the y axis label and units code information&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x2_distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| logical&lt;br /&gt;
| True if signal is a distribution on y (e.g. counts/spectrum) False if signal is not a distribution on y (e.g. counts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x3&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| Third independent variable data (i.e. z data). If point data this will be the point positions in the z axis. If histogram data, this will be the bin boundaries in the z axis&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x3_axis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTaxis]]&lt;br /&gt;
| object containing the z axis label and units code information&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x3_distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| logical&lt;br /&gt;
| True if signal is a distribution on z (e.g. counts/spectrum) False if signal is not a distribution on z (e.g. counts)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x4&amp;#039;&amp;#039;&lt;br /&gt;
| real (ptr)&lt;br /&gt;
| Third independent variable data (i.e. z data). If point data this will be the point positions in the z axis. If histogram data, this will be the bin boundaries in the z axis&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x4_axis&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| [[IXTaxis]]&lt;br /&gt;
| object containing the z axis label and units code information&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;x4_distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| logical&lt;br /&gt;
| True if signal is a distribution on z (e.g. counts/spectrum) False if signal is not a distribution on z (e.g. counts)&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>