The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Volume and Shifting help

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tsleighbuilder Posted - 01/28/2015 : 4:31:18 PM
Hello so I have two issues that are giving me trouble. As a background I have 3D Scans of craters and these files are extremely large (22 million data points!). I want to do two things.
1. Shift the scans so that the deepest point is at 0,0,0 instead of whatever it turns out to be in the scan.
2. Determine the volume of the crater as in all of the stuff that was evacuated from the initial condition.
Any help on these issues would be greatly appreciated. Thanks.
3   L A T E S T    R E P L I E S    (Newest First)
lkb0221 Posted - 02/04/2015 : 5:32:26 PM
You can find the min value of the matrix by some simple LT code, for example:
range rr = 1;
list(min(rr), rr)=;

The result is the linear index of the cell. You can get the row and col index based on the size of the matrix.
Then you can use the X/Y start/end value to calculate the coordinate of this point, and then modified the start/end value of X/Y to offset the min point to (0,0,#).
After that, use set matrix value dialog to subtract the min value form the matrix. Then we got a new surface with min point at (0,0,0).
tsleighbuilder Posted - 01/30/2015 : 5:40:10 PM
quote:
Originally posted by lkb0221

Hi,

In what form are your data? XYZ? Matrix?
The 1st one will be easily done in XYZ and the 2nd can only be done from graph or matrix.
But considering the size of your data, it might be quite slow...

Zheng
OriginLab


Hello,
I made it in a matrix and created a surface with that.
Thanks
lkb0221 Posted - 01/29/2015 : 5:19:30 PM
Hi,

In what form are your data? XYZ? Matrix?
The 1st one will be easily done in XYZ and the 2nd can only be done from graph or matrix.
But considering the size of your data, it might be quite slow...

Zheng
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000