- 16 Apr, 2021 1 commit
-
-
Morten Ofstad authored
Fix the check for correct fold so it allows you to import unbinned prestack data (Shot/Receiver/CDP gathers).
-
- 13 Apr, 2021 3 commits
-
-
Jørgen Lind authored
and converted SEGYExport and SEGYImport to have the --json-output flag
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 09 Apr, 2021 2 commits
-
-
Morten Ofstad authored
Make the GetVolumeDataAccessManager function add the reference to the interface instead of doing it in the VolumeDataAccessManager constructor in order to align with commerical VDS. The main argument for doing it this way is that the operation can be 100% thread safe when you make sure to add the reference while you are holding a mutex preventing the interface from being destroyed.
-
Morten Ofstad authored
-
- 08 Apr, 2021 2 commits
-
-
Add throwing of ReadError exceptions from a VolumeDataAccessor when reading a page fails. Fix missing IndexOutOfRangeException for VolumeDataAccessor when indexing outside the volume.
-
-
- 07 Apr, 2021 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
Also improve the state handling in the different IO manager implementations with a RAII state handler
-
- 31 Mar, 2021 1 commit
-
-
Jørgen Lind authored
-
- 30 Mar, 2021 6 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 29 Mar, 2021 3 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 25 Mar, 2021 1 commit
-
-
Jørgen Lind authored
-
- 24 Mar, 2021 2 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
and generate function that throws exception if the C++ functions last argument is Error type
-
- 22 Mar, 2021 1 commit
-
-
Jørgen Lind authored
-
- 19 Mar, 2021 1 commit
-
-
Jørgen Lind authored
-
- 18 Mar, 2021 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 17 Mar, 2021 1 commit
-
-
Jørgen Lind authored
enable building of multiple python version and adding attributions file. Add rpath for tools to point to lib folder.
-
- 16 Mar, 2021 1 commit
-
-
- 15 Mar, 2021 1 commit
-
-
Jørgen Lind authored
-
- 12 Mar, 2021 2 commits
-
-
Morten Ofstad authored
Added openWithAdaptiveCompressionTolerance/openWithAdaptiveCompressionRatio calls, DMSOpenOptions/VDSFileOpenOptions, VolumeDataRequest and VolumeDataPageAccessor/VolumeDataPage classes to the python-api.rst file.
-
Morten Ofstad authored
Fixed the array selector of the target buffer. It actually worked before, but only by accident because Python limits the selector to the actual shape of the array and the max[] was always larger than the shape of the array. Since we always want to select the whole target buffer array we just use the universal selector for the whole array instead.
-
- 11 Mar, 2021 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
-