07-19-2018 08:59 AM
Hi all,
I have imported in DIAdem some height measurements I have taken with a laser profilometer. Each profile consists of 3 channels: X (position), Z (height) and I (laser intensity). I would like to discard (set to novalue) the Z value for those readings whose laser intensity is less than 100. Is there a quick way of doing this?
Thank you.
Regards
Andrea
Solved! Go to Solution.
07-19-2018 09:10 AM
Call Calculate("Ch(""filtered/Z"") = Ch(""unfiltered/Z"")*(1+CTNV(Ch(""unfiltered/l"")<100))")
07-19-2018 09:17 AM
Great thanks!