Skip to content

Replace SEGYScan/SEGYUpload with a SEGYImport tool that has options to do both operations

Morten Ofstad requested to merge feature/morten.ofstad/SEGYImport into master

The SEGYScan/SEGYUpload tools would always require a two-step process to import a SEG-Y file. This quickly becomes tiresome, so a new SEGYImport tool has been added that can scan and upload in one process, alternatively with the --scan option it can do only the scanning part and with the --fileInfo option it can use the result of a previous scan operation.

Merge request reports