<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Offsetting X and Y coordinates of wafer in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531285#M75445</link>
    <description>&lt;P&gt;I had to manually compare both maps to find the location of both dies in the map and the offset value. Is there a way to implement using jsl?&lt;/P&gt;</description>
    <pubDate>Sun, 07 Aug 2022 23:44:46 GMT</pubDate>
    <dc:creator>Jackie_</dc:creator>
    <dc:date>2022-08-07T23:44:46Z</dc:date>
    <item>
      <title>Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531168#M75432</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've two jmp table which has X and Y coordinates of the wafer. I would like to know if there's a way to align the coordinates of Wafer 1 with Wafer 2?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For examples: I want to align the following highlighted X and Y with the X and Y of wafer 2.&lt;/P&gt;&lt;P&gt;Wafer 1 : X, Y = 129, 372&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wafer 2: X, Y = -17, -15&lt;/P&gt;&lt;P&gt;I am not sure if there a way to recognize patterns in the graph builder and get the hover label information with JSL. Any suggestions would be much appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wafer 1 =&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1659881657253.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44618i5AF5606033C718D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1659881657253.png" alt="Jacksmith12_0-1659881657253.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wafer 2 =&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_1-1659881682065.png" style="width: 427px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44619i5B2D1D0F1D2C0AA6/image-dimensions/427x303?v=v2" width="427" height="303" role="button" title="Jacksmith12_1-1659881682065.png" alt="Jacksmith12_1-1659881682065.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:06:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531168#M75432</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-06-09T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531217#M75436</link>
      <description>&lt;P&gt;It appears that if you add 89 to the X Coord and 58 to the Y Coord in the Wafer 2 data table, the wafermaps will align&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 18:11:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531217#M75436</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-07T18:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531285#M75445</link>
      <description>&lt;P&gt;I had to manually compare both maps to find the location of both dies in the map and the offset value. Is there a way to implement using jsl?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 23:44:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531285#M75445</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-07T23:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531292#M75446</link>
      <description>&lt;P&gt;Yes!&lt;/P&gt;
&lt;P&gt;This is a simple thing for JMP to do.&amp;nbsp; In fact, this little problem is a perfect li a great little project as your first JSL project.&amp;nbsp; The solution is to either add or subtract the difference between the maximum value of X Coord from Wafer 1 data table and Wafer 2 data table.&amp;nbsp; And then to do the same for the Y coordinates.&lt;/P&gt;
&lt;P&gt;The script takes the following steps&lt;/P&gt;
&lt;P&gt;Open the data table.&amp;nbsp; Here is the actual code for that&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt1 = data table("Wafer 1");
dt2 = data table("Wafer 2");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Next, to determine the offset difference between the 2 wafers, you need to find the Absolute differeence between the maximum value in the wafer 1 X Coord column and the maximum value in the wafer 2 X Coord column.&lt;/P&gt;
&lt;P&gt;Now repeat the same for the Y Coord columns.&lt;/P&gt;
&lt;P&gt;The next step requires the conditional determination of whether to add or subtract the offset value. A new column needs to be created that&amp;nbsp; if the X Coord column's maximum value for wafer 1 is greater than the X Coord column's maximum value for wafer 2, the offset needs to be subtracted from wafer 1's X Coord values.&amp;nbsp; If that is not true, then the offset is added to the X Coord values.&lt;/P&gt;
&lt;P&gt;This step needs to be repeated for the Y Coord.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reading of the Scripting Guide will give you the information on the data structures a programming features available in JSL.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 01:38:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531292#M75446</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-08T01:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531498#M75461</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Clear Globals();
Clear Log();

dt1 = data table("Wafer 1");
dt2 = data table("Wafer 2");

dt1 &amp;lt;&amp;lt; New Column( "New_X", Numeric, "Continuous", Format( "Best", 12 ) );
dt1 &amp;lt;&amp;lt; New Column( "New_Y", Numeric, "Continuous", Format( "Best", 12 ) );
Max_X1= Col Maximum(dt1:X Coord);
Max_Y1= Col Maximum(dt1:Y Coord);

Max_X2= Col Maximum(dt2:X Coord);
Max_Y2= Col Maximum(dt2:Y Coord);


Offset_x = abs(	Max_X2 - Max_X1);
Offset_y = abs(Max_Y2 - Max_Y1);
For( i = 1, i &amp;lt;= N rows(dt1), i++, 

if( Max_X1 &amp;gt; Max_X2, 
		
		Column(dt1, 4)[i] =  Offset_x  - Column(dt1, 1)[i] ;,
		Column(dt1, 4)[i] =   Offset_x + Column(dt1, 1)[i];
		
)
		
		
	);
For( i = 1, i &amp;lt;= N rows(dt1), i++, 

if( Max_Y1 &amp;gt; Max_Y2, 
		
		Column(dt1, 5)[i] =  Offset_y  - Column(dt1, 2)[i] ;,
		Column(dt1, 5)[i] =   Offset_y + Column(dt1, 2)[i];
		
)
		
		
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;"A new column needs to be created that&amp;nbsp; if the X Coord column's maximum value for wafer 1 is greater than the X Coord column's maximum value for wafer 2, the offset needs to be subtracted from wafer 1's X Coord values.&amp;nbsp; If that is not true, then the offset is added to the X Coord values.&lt;/P&gt;&lt;P&gt;This step needs to be repeated for the Y Coord."&lt;BR /&gt;&lt;BR /&gt;Jim, would you mind sharing an example code for the above sentence? I was able to Find the Max values for X and Y and the abs difference&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 15:28:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531498#M75461</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-08T15:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531644#M75472</link>
      <description>&lt;P&gt;Good work getting as far as you did.&amp;nbsp; I strongly suggest you take the time to read the Scripting Guide.&lt;/P&gt;
&lt;P&gt;Below is a modification to your code that populates the new columns&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Clear Globals();
Clear Log();

dt1 = Data Table( "Wafer 1" );
dt2 = Data Table( "Wafer 2" );

dt1 &amp;lt;&amp;lt; New Column( "New_X", Numeric, "Ordinal", Format( "Best", 12 ) );
dt1 &amp;lt;&amp;lt; New Column( "New_Y", Numeric, "Ordinal", Format( "Best", 12 ) );
Max_X1 = Col Maximum( dt1:X Coord );
Max_Y1 = Col Maximum( dt1:Y Coord );

Max_X2 = Col Maximum( dt2:X Coord );
Max_Y2 = Col Maximum( dt2:Y Coord );


Offset_x = Abs( Max_X2 - Max_X1 );
Offset_y = Abs( Max_Y2 - Max_Y1 );

For( i = 1, i &amp;lt;= N Rows( dt1 ), i++,
	If( Max_X1 &amp;gt; Max_X2,
		//dt1:New_X[i] = Offset_x - dt1:XCoord[i],
		//dt1:New_X[i] = Offset_x + dt1:XCoord[i]&lt;BR /&gt;dt1:New_X[i] = dt1:XCoord[i] - Offset_x,&lt;BR /&gt;dt1:New_X[i] = dt1:XCoord[i] + Offset_x
	)
);

For( i = 1, i &amp;lt;= N Rows( dt1 ), i++,
	If( Max_Y1 &amp;gt; Max_Y2,
		//dt1:New_Y[i] = Offset_y - dt1:YCoord[i],
		//dt1:New_Y[i] = Offset_y + dt1:YCoord[i]&lt;BR /&gt;dt1:New_Y[i] = dt1:YCoord[i] - Offset_y,&lt;BR /&gt;dt1:New_Y[i] = dt1:YCoord[i] + Offset_y
	)
);

&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Aug 2022 21:13:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531644#M75472</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-08T21:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531666#M75473</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks, Jim. The code works but the results isn't what I expected. You see the X and Y axis don't align with the wafer 2 Map&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1659991878463.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44651i794AA76F7049C6BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1659991878463.png" alt="Jacksmith12_0-1659991878463.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 20:51:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531666#M75473</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-08T20:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531670#M75474</link>
      <description>&lt;P&gt;I did not notice this before....the issue is you need to subtract or add the Offset from the coordinate, not the coordinate from the offset.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1659992853090.png" style="width: 771px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44652i13A1E03BF78082ED/image-dimensions/771x371?v=v2" width="771" height="371" role="button" title="txnelson_0-1659992853090.png" alt="txnelson_0-1659992853090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Clear Globals();
Clear Log();

dt1 = Data Table( "Wafer 1" );
dt2 = Data Table( "Wafer 2" );

dt1 &amp;lt;&amp;lt; New Column( "New_X", Numeric, "Ordinal", Format( "Best", 12 ) );
dt1 &amp;lt;&amp;lt; New Column( "New_Y", Numeric, "Ordinal", Format( "Best", 12 ) );
Max_X1 = Col Maximum( dt1:X Coord );
Max_Y1 = Col Maximum( dt1:Y Coord );

Max_X2 = Col Maximum( dt2:X Coord );
Max_Y2 = Col Maximum( dt2:Y Coord );


Offset_x = Abs( Max_X2 - Max_X1 );
Offset_y = Abs( Max_Y2 - Max_Y1 );

For( i = 1, i &amp;lt;= N Rows( dt1 ), i++,
	If( Max_X1 &amp;gt; Max_X2,
		dt1:New_X[i] = dt1:XCoord[i] - Offset_x,
		dt1:New_X[i] = dt1:XCoord[i] + Offset_x
	)
);

For( i = 1, i &amp;lt;= N Rows( dt1 ), i++,
	If( Max_Y1 &amp;gt; Max_Y2,
		dt1:New_Y[i] = dt1:YCoord[i] - Offset_y,
		dt1:New_Y[i] = dt1:YCoord[i] + Offset_y
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the original version of the code that I undependably came up with.&amp;nbsp; It runs faster, but gives the same results.&amp;nbsp; Take a look at the code, and check out the different approach.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt1 = data table("Wafer 1");
dt2 = data table("Wafer 2");

xOffset = abs(col max(dt1:X Coord) - col max(dt2:X Coord));
yOffset = abs(col max(dt1:Y Coord) - col max(dt2:Y Coord));
If( Col Max( dt1:X Coord ) &amp;gt; Col Max( dt2:X Coord ),
	dt1 &amp;lt;&amp;lt; New Column( "New X Coord", set each value( :X Coord - xOffset ) ),
	dt1 &amp;lt;&amp;lt; New Column( "New X Coord", set each value( :X Coord + xOffset ) )
);
If( Col Max( dt1:Y Coord ) &amp;gt; Col Max( dt2:Y Coord ),
	dt1 &amp;lt;&amp;lt; New Column( "New Y Coord", set each value( :Y Coord - yOffset ) ),
	dt1 &amp;lt;&amp;lt; New Column( "New Y Coord", set each value( :Y Coord + yOffset ) )
);



&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 21:11:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531670#M75474</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-08T21:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531889#M75490</link>
      <description>&lt;P&gt;It doesn't work either Jim. See the results below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1660049777038.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44681iE2CDC23A668100C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1660049777038.png" alt="Jacksmith12_0-1660049777038.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:56:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531889#M75490</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-09T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531924#M75493</link>
      <description>&lt;P&gt;Your axes have been reversed on one of the charts&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:01:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531924#M75493</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-09T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531952#M75496</link>
      <description>&lt;P&gt;They do not match orientation wise. E.g. The top area at map 1 has Y coordinates between 0 to negative. However, in the wafer map 2 the same area is at 300 and above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_1-1660055754245.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44683iCB6D51C071E53DBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_1-1660055754245.png" alt="Jacksmith12_1-1660055754245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:38:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531952#M75496</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-09T14:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531980#M75498</link>
      <description>&lt;P&gt;I assumed that your wafers were measured in the same orientation, just with different xy origins. Apparently the total orientation can be different.&amp;nbsp; That makes the transposition more complex, but not impossible.&amp;nbsp; Do the files you read the wafers in from, contain the orientation information?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:48:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531980#M75498</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-09T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531993#M75499</link>
      <description>&lt;P&gt;No it doesn't contain orientation information. Can we implement transposition?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:10:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/531993#M75499</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-09T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/532015#M75504</link>
      <description>&lt;P&gt;The transposition is simple math.&amp;nbsp; The issue is the determination of the orientation. The current 2 wafers appear to need to be flipped top to bottom, however, they may need to be flipped left to right also.&amp;nbsp; Looking at the pattern of empty areas on the wafer, that seems to be the case. In both cases, The transposition is to subtract each value from the max value plus 1.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:33:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/532015#M75504</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-09T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/533095#M75589</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;The transposition is to subtract each value from the max value plus 1.&lt;/SPAN&gt;"&amp;nbsp;&lt;BR /&gt;You mean to say subtract each rows of X and Y with Max value of Wafer 2 or Wafer 1?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 17:35:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/533095#M75589</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-08-11T17:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting X and Y coordinates of wafer</title>
      <link>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/533096#M75590</link>
      <description>&lt;P&gt;It really doesn't matter.&amp;nbsp; However, in your examples, you have been transposing Wafer 1,&amp;nbsp; so I suggest that you continue using that wafer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am concerned from your question.&amp;nbsp; You need to be understanding why the subtraction from the Max +1 works, not just blindly putting in the code.&amp;nbsp; Make sure you examine where the die move to when the transformation is done.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 17:53:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Offsetting-X-and-Y-coordinates-of-wafer/m-p/533096#M75590</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-11T17:53:26Z</dc:date>
    </item>
  </channel>
</rss>

