Update M19 Release Notes authored by Chad Leong's avatar Chad Leong
...@@ -127,8 +127,16 @@ change. ...@@ -127,8 +127,16 @@ change.
- [SegY to vds conversion](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/merge_requests/131) - [SegY to vds conversion](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-vds-conversion/-/merge_requests/131)
- [SegY to zgy conversion](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-zgy-conversion/-/merge_requests/289) - [SegY to zgy conversion](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-zgy-conversion/-/merge_requests/289)
- `Segy to Zgy Conversion` - `Segy to Zgy Conversion`
- Integrate master with updates from slb-master. See MR [!288](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-zgy-conversion/-/merge_requests/288) by (@ErikDahl) - Expose OpenZGY IOCONTEXT values with new environment variables: SEGYTOZGY_IOCONTXT_BUFFER_SIZE, SEGYTOZGY_IOCONTXT_WRITE_THREADS, SEGYTOZGY_IOCONTXT_CPU_THREADS, SEGYTOZGY_IOCONTXT_IO_THREADS. Default settings will acquire less memory for IOCONTEXT than it was before.
- Handling of SGY files with incorrect Trace Header value for samples per trace.
- Removed openssl dependency
- Fixed calculation of SEG-Y Index sample rate for Depth volumes
- Fixes of executables exiting
- Load context when json contains only data member
- Optimization improvement: reuse readers for SEGY session, don't close in case of no performed writes
- Small code refactoring according to the code style and static analysis tool.
- See MR [!288](https://community.opengroup.org/osdu/platform/data-flow/ingestion/segy-to-zgy-conversion/-/merge_requests/288) by (@ErikDahl)
### DDMS ### DDMS
- `RAFS (Rock and Fluid sample) DDMS` - `RAFS (Rock and Fluid sample) DDMS`
... ...
......