<?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=IXFshift_dataset_2d</id>
	<title>IXFshift 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=IXFshift_dataset_2d"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFshift_dataset_2d&amp;action=history"/>
	<updated>2026-04-30T20:58:10Z</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=IXFshift_dataset_2d&amp;diff=2339&amp;oldid=prev</id>
		<title>Dean Whittaker at 09:20, 4 April 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=IXFshift_dataset_2d&amp;diff=2339&amp;oldid=prev"/>
		<updated>2008-04-04T09:20: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 routine will shift the x array and/or y array of an [[IXTdataset_2d]] object by an amount shift_x and/or shift_y respectively to give an [[IXTdataset_2d]] object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===F90 syntax===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;use IXMdataset_2d&lt;br /&gt;
&lt;br /&gt;
type(IXTdataset_2d):: input_d2d, result_d2d&lt;br /&gt;
real(dp)::shift_x,shift_y&lt;br /&gt;
&lt;br /&gt;
type(IXTstatus)::status&lt;br /&gt;
! the shift_x and shift_y are optional arguments, so need to be supplied with keywords&lt;br /&gt;
call IXFshift_dataset_2d(result_d2d,input_d2d,status,shift_x=shift_x)&lt;br /&gt;
call IXFshift_dataset_2d(result_d2d,input_d2d,status,shift_y=shift_y)&lt;br /&gt;
&lt;br /&gt;
! when all optional parameters are supplied keywords are not required&lt;br /&gt;
call IXFshift_dataset_2d(result_d2d,input_d2d,status,shift_x,shift_y)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>