I searched PCdmis help menu & this forum and couldn't find the formula that the software is using for calculation the reported T-values. Does anybody have this information?
I have some historic XYZ data & current data. The current data has T-values reported but the historic data does not. The customer wants to know the difference in historic & current data based only on the T-values.
You can calculate T-Value like this :
ASSIGN/TVAL=DOT((PT1.XYZ-PT.TXYZ),PT1.TIJK)
T-Value is the projection of the measured point along the theoritical surface vector.
You can calculate T-Value like this :
ASSIGN/TVAL=DOT((PT1.XYZ-PT.TXYZ),PT1.TIJK)
T-Value is the projection of the measured point along the theoritical surface vector.