T_value is the projection of the vector between theo and measured hit along the theo vector.
If the scan has theo values, then just :
ASSIGN/V1=DOT(SCN1.HIT[1..SCN1.NUMHITS].XYZ-SCN1.HIT[1..SCN1.NUMHITS].TXYZ,SCN1.HIT[1..SCN1.NUMHITS].TIJK)
Then loop on SCN1.NUMHITS :
T_value is the projection of the vector between theo and measured hit along the theo vector.
If the scan has theo values, then just :
ASSIGN/V1=DOT(SCN1.HIT[1..SCN1.NUMHITS].XYZ-SCN1.HIT[1..SCN1.NUMHITS].TXYZ,SCN1.HIT[1..SCN1.NUMHITS].TIJK)
Then loop on SCN1.NUMHITS :
Would I need to adjust the scan code specifically if between ID and OD I only want a specific number of hits to be reported or can I adjust the loop code to only report specific hit numbers (i.e. 5, 10, 15 etc.)?
Additionally how would this data be seen by datapage+? (I've been informed by my company's Dir of Quality and department manager to start pushing all data into datapage+)