Example steps and commands to run the 2D SEGY to VDS converter utility; the command line terminal should be opened from the same directory that the un-zipped 2D SEGY utility is in:
1. 2D SEGY to VDS
- Simple conversion with patch length of 3500 traces:
convert2DSEGY.exe toVDS --folder C:\<2D-survey-directory> --inline-length 3500 --output C:\2D\<output>.vds
2. The 2.5D VDS generated in the step1 is now available to use in InteractivAI
3. 2.5D VDS to SEGY
Simple conversion of InteractivAI Probability Cube to 2D Probability SEGY lines:
convert2DSEGY.exe toSEGY --folder <pathToOutputFolder> -p <pathToProbabilityVDS> -i <pathToVDSfrom2DSEGY>
--folder: defines the output directory to write the back-converted probability lines to
-p: Defines the 2.5-D Probability VDS from InteractivAI
Please note that typing convert2DSEGY.exe toVDS -h or convert2DSEGY.exe toSEGY -h will display a full list of command line options in the terminal window.