Skip to content

Commit fcb9268

Browse files
authored
Update README.md
1 parent de63dd2 commit fcb9268

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@
1111
#### ✨ My contributions:
1212

1313
- [Programs to Madagascar open-source seismic processing package](https://github.com/ahay/src/tree/master/user/dirack):
14-
- **sfvfsacrsnh** is a C programs adapted to the Madagascar package. The main objective of this program is to optimize the zero offset Common Reflection Surface (CRS) parameters (RN, RNIP, BETA) that best fits a Non-hyperbolic CRS approximation surface with a reflection traveltime surface extracted from a seismic data cube
14+
- **sfvfsacrsnh:** is a C programs adapted to the Madagascar package. The main objective of this program is to optimize the zero offset Common Reflection Surface (CRS) parameters (RN, RNIP, BETA) that best fits a Non-hyperbolic CRS approximation surface with a reflection traveltime surface extracted from a seismic data cube
1515
(seismic data organized in CMP x Offset X Time coordinates). The parameters optmization is achieved using Very Fast Simulated Aneelling (VFSA) global optimization algorithm. The result of that parameters optmization is used in CRS stacking and NIP tomography.
1616

17-
- **sfnhcrssurf** is a C programs adapted to the Madagascar package. The main objective of this programs is to build the Non-hyperbolic CRS surface using zero-offset CRS parameters obtained with _sfvfsacrsnh_ program.
17+
- **sfnhcrssurf:** is a C programs adapted to the Madagascar package. The main objective of this programs is to build the Non-hyperbolic CRS surface using zero-offset CRS parameters obtained with _sfvfsacrsnh_ program.
18+
19+
- **sfcrestack:** Common Reflection Element (CRE) stacking.
20+
- **sfcretrajec:** Calculate CRE trajectory on CMP x Offset plane given zero-offset CRS parameters (RN, RNIP, BETA)
21+
- **sfgetcregather:** Build CRE gather given CMP X Offset CRE trajectory coordinates and interpolated data cube-
22+
- **sfgetcretimecurve:** Calculate CRE traveltime curve t(m,h) given CRS zero-offset parameters (RN, RNIP, BETA)
23+
24+
1825

1926
- New Madagascar Computational Recipes:
2027
- [kimodel.py](https://github.com/ahay/src/blob/master/book/Recipes/kimodel.py),

0 commit comments

Comments
 (0)