|
10 | 10 | "source": [ |
11 | 11 | "# Get Started in 10 Minutes\n", |
12 | 12 | "\n", |
| 13 | + "```{article-info}\n", |
| 14 | + ":author: Altay Sansal\n", |
| 15 | + ":date: \"{sub-ref}`today`\"\n", |
| 16 | + ":read-time: \"{sub-ref}`wordcount-minutes` min read\"\n", |
| 17 | + ":class-container: sd-p-0 sd-outline-muted sd-rounded-3 sd-font-weight-light\n", |
| 18 | + "```\n", |
| 19 | + "\n", |
13 | 20 | "In this page we will be showing basic capabilities of MDIO.\n", |
14 | 21 | "\n", |
15 | 22 | "For demonstration purposes, we will download the Teapot Dome open-source dataset. The dataset details and licensing can be found at the [SEG Wiki](https://wiki.seg.org/wiki/Teapot_dome_3D_survey).\n", |
|
118 | 125 | } |
119 | 126 | }, |
120 | 127 | "source": [ |
121 | | - "It only took a few seconds to ingest, since this is a very small file. \n", |
| 128 | + "It only took a few seconds to ingest, since this is a very small file.\n", |
122 | 129 | "\n", |
123 | 130 | "However, MDIO scales up to TB (that's ~1,000 GB) sized volumes!\n", |
124 | 131 | "\n", |
|
413 | 420 | } |
414 | 421 | }, |
415 | 422 | "source": [ |
416 | | - "We can extract a dimension by name, and see its values. \n", |
| 423 | + "We can extract a dimension by name, and see its values.\n", |
417 | 424 | "\n", |
418 | 425 | "The `Dimension` has `name` and `coords` that returns a string and a numpy array." |
419 | 426 | ] |
|
657 | 664 | "source": [ |
658 | 665 | "We can query headers for the whole dataset very quickly because they are separated from the seismic wavefield.\n", |
659 | 666 | "\n", |
660 | | - "Let's get all the headers for X and Y coordinates in this dataset. \n", |
| 667 | + "Let's get all the headers for X and Y coordinates in this dataset.\n", |
661 | 668 | "\n", |
662 | 669 | "As mentioned before, X Coordinates map to `inline` and Y Coordinates map to `crossline` due to non-standard Teapot data.\n", |
663 | 670 | "\n", |
|
854 | 861 | "source": [ |
855 | 862 | "## MDIO to SEG-Y Conversion\n", |
856 | 863 | "\n", |
857 | | - "Finally, let's demonstrate going back to SEG-Y. \n", |
| 864 | + "Finally, let's demonstrate going back to SEG-Y.\n", |
858 | 865 | "\n", |
859 | 866 | "We will use the convenient `mdio_to_segy` function and write it out as a round-trip file." |
860 | 867 | ] |
|
0 commit comments