03-26-2025 10:35 AM
Thank you for your reply.
Is there a function or something that swaps the values of two cluster elements?
I have not studied enough and do not understand the ArrayToCluster function very well... sorry!
03-26-2025 10:54 AM
@ikeda_kaoru wrote:
Thank you for your reply.
Is there a function or something that swaps the values of two cluster elements?
I have not studied enough and do not understand the ArrayToCluster function very well... sorry!
You could just reverse the array before converting to a cluster or you can rewrite the earlier logic so the elements are in the correct order already
(When using "array to cluster", it is also important to define the number of elements of the output. If you don't understand a function, read the help! Is there anything not clear?)
03-26-2025 11:02 AM
@altenbach wrote:
... or you can rewrite the earlier logic so the elements are in the correct order already
For example, if you swap the inputs to the two "built array" nodes as follows, the cluster element values would be swapped.
03-31-2025 03:34 AM
Data is taken at intervals of 1 μs while moving the tip of the scanning tunneling microscope.
The number of data is 198 x 256 x 256 = 12976128.
From this data, I want to extract data from this data at intervals of 198, such as 1,199,397,595....
Then 65536 data should be extracted.
I want to create an image by placing this at 256 x 256 pixels.
The first step is to place the image from 0 pixel to 255 pixels in the x-axis direction. Next, move 1 pixel in the y-axis direction and place. Then, from 255 pixels back to 0 pixels in the x-axis direction. Then move 1 pixel in the y-axis direction and repeat the process. Please refer to the file(scan1.pdf).
03-31-2025 03:35 AM
Thank you very much.
It worked.
04-04-2025 02:27 PM
Moved to another board
04-04-2025 02:31 PM
Moved to another board