Skip to content

Code Samples

Reading NDE files

Some examples of reading codes are provided below so you can get a look at the file structure and gain a better understanding of the steps required.

  • Reading UT A-Scans


    ascan_ut_scan.png

    In this example, you will learn how to read A-scans from a manual weld scan using conventional ultrasonic testing (UT).

    Go to this example

  • Reading TFM Images


    tfm_image.png

    In this example, you will learn how to read images from a manual weld scan using the total focusing method (TFM).

    Go to this example

Writing NDE files

Some examples of writing codes are provided below to demonstrate the file structure and give you a better understanding of the steps required.

  • Writing UT A-Scans


    nde_ut_ascans.png

    In this example, you will learn how to write an .nde file from a collection of UT A-scans.

    Go to this example

  • Writing FMC A-Scans


    nde_fmc_ascans.png

    In this example, you will learn how to write an FMC to an .nde file.

    Go to this example