Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanesnuwara authored Jun 1, 2020
1 parent a193761 commit 887574d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seismic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ The output of this function is `freq_seis` (frequency) and `spec_seis` (amplitud

## `attribute_3d`

`attribute_3d` is a function to compute various seismic attributes from a given 3D seismic cube input. This function returns two different output options. This option is passed in the input variable `output`, the value is either `2d` or `3d`. `2d` is used if the result we want is a 2D attribute slice, whereas `3d` is used if the result we want is a 3D attribute cube. For `2d` output, we specify which slice type we want to generate by passing the input variable `type`. Values are `il` if we want inline, `xl` for crossline, and `ts` for timeslice. The location of each slice is passed in each input variable `inline_loc`, `xline_loc`, and `timeslice_loc`.

### Structure of `attribute_3d` function

```
Expand Down

0 comments on commit 887574d

Please sign in to comment.