You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(16) |
Aug
(10) |
Sep
(4) |
Oct
(18) |
Nov
(3) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(11) |
Feb
(3) |
Mar
(23) |
Apr
(10) |
May
(9) |
Jun
(2) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(15) |
Nov
|
Dec
(4) |
2008 |
Jan
(8) |
Feb
(10) |
Mar
(15) |
Apr
(38) |
May
(10) |
Jun
(3) |
Jul
(9) |
Aug
(3) |
Sep
(6) |
Oct
(6) |
Nov
(29) |
Dec
(2) |
2009 |
Jan
(31) |
Feb
(12) |
Mar
(50) |
Apr
(34) |
May
(16) |
Jun
(28) |
Jul
(13) |
Aug
(13) |
Sep
(8) |
Oct
(17) |
Nov
(6) |
Dec
(16) |
2010 |
Jan
(19) |
Feb
(15) |
Mar
(6) |
Apr
(29) |
May
(48) |
Jun
(37) |
Jul
(18) |
Aug
(10) |
Sep
(32) |
Oct
(23) |
Nov
(18) |
Dec
(13) |
2011 |
Jan
(18) |
Feb
(11) |
Mar
(20) |
Apr
(34) |
May
(26) |
Jun
(11) |
Jul
(26) |
Aug
(14) |
Sep
(10) |
Oct
(20) |
Nov
(7) |
Dec
(5) |
2012 |
Jan
(26) |
Feb
(12) |
Mar
(26) |
Apr
(13) |
May
(24) |
Jun
(2) |
Jul
(5) |
Aug
(20) |
Sep
(3) |
Oct
(21) |
Nov
(14) |
Dec
(16) |
2013 |
Jan
(21) |
Feb
(10) |
Mar
(24) |
Apr
(10) |
May
(13) |
Jun
(20) |
Jul
(48) |
Aug
(26) |
Sep
(18) |
Oct
(7) |
Nov
(15) |
Dec
(11) |
2014 |
Jan
(28) |
Feb
(7) |
Mar
(6) |
Apr
(19) |
May
(17) |
Jun
(20) |
Jul
(11) |
Aug
(15) |
Sep
(23) |
Oct
(18) |
Nov
(15) |
Dec
(10) |
2015 |
Jan
(6) |
Feb
(13) |
Mar
(26) |
Apr
(18) |
May
(10) |
Jun
(21) |
Jul
(13) |
Aug
(5) |
Sep
(15) |
Oct
(4) |
Nov
(15) |
Dec
(14) |
2016 |
Jan
(8) |
Feb
(25) |
Mar
(11) |
Apr
(16) |
May
(14) |
Jun
(18) |
Jul
(6) |
Aug
(8) |
Sep
(1) |
Oct
(4) |
Nov
(7) |
Dec
(20) |
2017 |
Jan
(8) |
Feb
(5) |
Mar
(5) |
Apr
(7) |
May
(9) |
Jun
(3) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(1) |
2018 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(5) |
Aug
(5) |
Sep
(10) |
Oct
(3) |
Nov
(12) |
Dec
(11) |
2019 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2020 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
(6) |
May
|
Jun
(1) |
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(5) |
2021 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
(3) |
May
(7) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(3) |
Nov
|
Dec
|
2022 |
Jan
(4) |
Feb
(5) |
Mar
(1) |
Apr
(8) |
May
(3) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(4) |
Nov
(2) |
Dec
(1) |
2023 |
Jan
|
Feb
(14) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(6) |
Nov
(2) |
Dec
(1) |
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(12) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
2025 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gourab G. <22m...@ii...> - 2025-01-24 11:07:27
|
Thanks.. This Sconstrct file helped. _____________________ import m8r import numpy as np inp = m8r.Input('vel.rsf') n1 = inp.int("n1") n2 = inp.int("n2") n3 = inp.int("n3") data =inp.read(shape=(n3,n2,n1)) data = data.transpose() np.save('vel.npy', data) ______________________ This worked. On Fri, Jan 24, 2025 at 1:47 AM Sergey Fomel <ser...@gm...> wrote: > Hi Gourab, > > Conversion from RSF to an ASCII format is explained at > https://ahay.org/wiki/Guide_to_RSF_file_format#Reading_and_writing_ASCII_files > > > I attach a simple SConstruct file that demonstrates conversion from RSF to > npy. To test it, run "scons data.npy" . > > Sergey > > > > On Thu, Jan 23, 2025 at 6:27 AM Gourab Giri <22m...@ii...> wrote: > >> Hello >> I have prepared a velocity model vel.rsf. >> >> happy@LAPTOP-7IKJO09D:~/madagascar/processing_by_arohatgi29$ sfin < >> vel.rsf >> >> in: >> in="/var/tmp/happy/madagascar/processing_by_arohatgi29/vel.rsf@" >> esize=4 type=float form=native label="Velocity" unit="km/s" >> n1=751 d1=0.004 o1=0 label1="Time" unit1="s" >> n2=1285 d2=0.0125 o2=686.25 label2="Midpoint" >> unit2="km" >> n3=1 d3=0.0125 o3=686.25 label3="Midpoint" >> unit3="km" >> 965035 elements 3860140 bytes >> >> I want to use this velocity file in a machine learning project, so i need >> it to convert it into any python libraries compatible format like numpy >> array (.npy) or any other ascii type format (.csv or .asc). I have tried >> converting it using 'sfdd' but the output file is giving the exact >> information. Need help with thisconversion. >> _______________________________________________ >> RSF-user mailing list >> RSF...@li... >> https://lists.sourceforge.net/lists/listinfo/rsf-user >> > |
From: Sergey F. <ser...@gm...> - 2025-01-23 20:17:42
|
Hi Gourab, Conversion from RSF to an ASCII format is explained at https://ahay.org/wiki/Guide_to_RSF_file_format#Reading_and_writing_ASCII_files I attach a simple SConstruct file that demonstrates conversion from RSF to npy. To test it, run "scons data.npy" . Sergey On Thu, Jan 23, 2025 at 6:27 AM Gourab Giri <22m...@ii...> wrote: > Hello > I have prepared a velocity model vel.rsf. > > happy@LAPTOP-7IKJO09D:~/madagascar/processing_by_arohatgi29$ sfin < > vel.rsf > > in: > in="/var/tmp/happy/madagascar/processing_by_arohatgi29/vel.rsf@" > esize=4 type=float form=native label="Velocity" unit="km/s" > n1=751 d1=0.004 o1=0 label1="Time" unit1="s" > n2=1285 d2=0.0125 o2=686.25 label2="Midpoint" > unit2="km" > n3=1 d3=0.0125 o3=686.25 label3="Midpoint" > unit3="km" > 965035 elements 3860140 bytes > > I want to use this velocity file in a machine learning project, so i need > it to convert it into any python libraries compatible format like numpy > array (.npy) or any other ascii type format (.csv or .asc). I have tried > converting it using 'sfdd' but the output file is giving the exact > information. Need help with thisconversion. > _______________________________________________ > RSF-user mailing list > RSF...@li... > https://lists.sourceforge.net/lists/listinfo/rsf-user > |
From: Ashok Y. <ash...@gm...> - 2025-01-23 13:06:25
|
Gourav, Though sfdd should work, however you can also use sfdisfil to convert to ascii with the option to save it in desired number of columns. For details check out the link below: https://www.ahay.org/wiki/Guide_to_RSF_file_format#Reading_and_writing_ASCII_files Ashok On Thu, 23 Jan 2025 at 6:20 PM, <rsf...@li...> wrote: > Send RSF-user mailing list submissions to > rsf...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/rsf-user > or, via email, send a message with subject or body 'help' to > rsf...@li... > > You can reach the person managing the list at > rsf...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of RSF-user digest..." > > > Today's Topics: > > 1. Converting from .rsf format to .npy format (Gourab Giri) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 23 Jan 2025 17:32:15 +0530 > From: Gourab Giri <22m...@ii...> > To: rsf...@li... > Subject: [rsf-user] Converting from .rsf format to .npy format > Message-ID: > <CAMa_11DRR7L9Q++aB5u31rWqeUMbU=NSf1YuW=+ > nAt...@ma...> > Content-Type: text/plain; charset="utf-8" > > Hello > I have prepared a velocity model vel.rsf. > > happy@LAPTOP-7IKJO09D:~/madagascar/processing_by_arohatgi29$ sfin < > vel.rsf > > in: > in="/var/tmp/happy/madagascar/processing_by_arohatgi29/vel.rsf@" > esize=4 type=float form=native label="Velocity" unit="km/s" > n1=751 d1=0.004 o1=0 label1="Time" unit1="s" > n2=1285 d2=0.0125 o2=686.25 label2="Midpoint" > unit2="km" > n3=1 d3=0.0125 o3=686.25 label3="Midpoint" > unit3="km" > 965035 elements 3860140 bytes > > I want to use this velocity file in a machine learning project, so i need > it to convert it into any python libraries compatible format like numpy > array (.npy) or any other ascii type format (.csv or .asc). I have tried > converting it using 'sfdd' but the output file is giving the exact > information. Need help with thisconversion. > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > RSF-user mailing list > RSF...@li... > https://lists.sourceforge.net/lists/listinfo/rsf-user > > > ------------------------------ > > End of RSF-user Digest, Vol 185, Issue 1 > **************************************** > |
From: Gourab G. <22m...@ii...> - 2025-01-23 12:25:24
|
Hello I have prepared a velocity model vel.rsf. happy@LAPTOP-7IKJO09D:~/madagascar/processing_by_arohatgi29$ sfin < vel.rsf in: in="/var/tmp/happy/madagascar/processing_by_arohatgi29/vel.rsf@" esize=4 type=float form=native label="Velocity" unit="km/s" n1=751 d1=0.004 o1=0 label1="Time" unit1="s" n2=1285 d2=0.0125 o2=686.25 label2="Midpoint" unit2="km" n3=1 d3=0.0125 o3=686.25 label3="Midpoint" unit3="km" 965035 elements 3860140 bytes I want to use this velocity file in a machine learning project, so i need it to convert it into any python libraries compatible format like numpy array (.npy) or any other ascii type format (.csv or .asc). I have tried converting it using 'sfdd' but the output file is giving the exact information. Need help with thisconversion. |
From: WordPress <wor...@ah...> - 2024-12-05 21:15:34
|
A new post (#107744 "Microseismic source localization using time-domain path-integral migration") was created by Rui Gong This action was taken on December 5, 2024 at 8:39 pm -------------------- == post details == Title: Microseismic source localization using time-domain path-integral migration Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107744 View: https://ahay.org/blog/2024/12/05/microseismic-source-localization-using-time-domain-path-integral-migration/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 21:01:26
|
A new post (#107771 "Estimation of timeshifts in time-lapse seismic images using spectral decomposition") was created by Rui Gong This action was taken on December 5, 2024 at 8:51 pm -------------------- == post details == Title: Estimation of timeshifts in time-lapse seismic images using spectral decomposition Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107771 View: https://ahay.org/blog/2024/12/05/estimation-of-timeshifts-in-time-lapse-seismic-images-using-spectral-decomposition/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:59:30
|
A new post (#107749 "Full waveform inversion of passive seismic data for sources and velocities") was created by Rui Gong This action was taken on December 5, 2024 at 8:42 pm -------------------- == post details == Title: Full waveform inversion of passive seismic data for sources and velocities Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107749 View: https://ahay.org/blog/2024/12/05/full-waveform-inversion-of-passive-seismic-data-for-sources-and-velocities/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:58:12
|
A new post (#107764 "Least-squares non-stationary triangle smoothing") was created by Rui Gong This action was taken on December 5, 2024 at 8:49 pm -------------------- == post details == Title: Least-squares non-stationary triangle smoothing Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107764 View: https://ahay.org/blog/2024/12/05/least-squares-non-stationary-triangle-smoothing/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:54:27
|
A new post (#107780 "Effects of lateral heterogeneity on time-domain processing parameters") was created by Rui Gong This action was taken on December 5, 2024 at 8:54 pm -------------------- == post details == Title: Effects of lateral heterogeneity on time-domain processing parameters Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107780 View: https://ahay.org/blog/2024/12/05/effects-of-lateral-heterogeneity-on-time-domain-processing-parameters/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:52:54
|
A new post (#107759 "Investigating the possibility of locating microseismic sources using distributed sensor networks") was created by Rui Gong This action was taken on December 5, 2024 at 8:45 pm -------------------- == post details == Title: Investigating the possibility of locating microseismic sources using distributed sensor networks Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107759 View: https://ahay.org/blog/2024/12/05/investigating-the-possibility-of-locating-microseismic-sources-using-distributed-sensor-networks/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:52:47
|
A new post (#107776 "Well log interpolation guided by geologic distance") was created by Rui Gong This action was taken on December 5, 2024 at 8:52 pm -------------------- == post details == Title: Well log interpolation guided by geologic distance Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107776 View: https://ahay.org/blog/2024/12/05/well-log-interpolation-guided-by-geologic-distance/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:50:09
|
A new post (#107730 "Relative time seislet transform") was created by Rui Gong This action was taken on December 5, 2024 at 8:31 pm -------------------- == post details == Title: Relative time seislet transform Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107730 View: https://ahay.org/blog/2024/12/05/relative-time-seislet-transform/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:45:56
|
A new post (#107725 "Probabilistic moveout analysis by time warping") was created by Rui Gong This action was taken on December 5, 2024 at 8:27 pm -------------------- == post details == Title: Probabilistic moveout analysis by time warping Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107725 View: https://ahay.org/blog/2024/12/05/probabilistic-moveout-analysis-by-time-warping/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:44:38
|
A new post (#107754 "Using well-seismic mistie to update the velocity model") was created by Rui Gong This action was taken on December 5, 2024 at 8:44 pm -------------------- == post details == Title: Using well-seismic mistie to update the velocity model Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107754 View: https://ahay.org/blog/2024/12/05/using-well-seismic-mistie-to-update-the-velocity-model/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@ah...> - 2024-12-05 20:44:35
|
A new post (#107738 "High-resolution recursive stacking using plane-wave construction") was created by Rui Gong This action was taken on December 5, 2024 at 8:37 pm -------------------- == post details == Title: High-resolution recursive stacking using plane-wave construction Author: Rui Gong (ru...@ut...) == Actions == Edit: https://ahay.org/blog/gust/editor/107738 View: https://ahay.org/blog/2024/12/05/high-resolution-recursive-stacking-using-plane-wave-construction/ -------------------- Madagascar Development Blog | https://ahay.org/blog | https://ahay.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 04:32:32
|
A new post (#107773 "Probabilistic moveout analysis by time warping") was created by Rui Gong This action was taken on July 27, 2024 at 1:26 am -------------------- == post details == Title: Probabilistic moveout analysis by time warping Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107773 View: https://reproducibility.org/blog/2024/07/27/probabilistic-moveout-analysis-by-time-warping/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 04:32:31
|
A new post (#107731 "Least-squares non-stationary triangle smoothing") was created by Rui Gong This action was taken on July 27, 2024 at 12:48 am -------------------- == post details == Title: Least-squares non-stationary triangle smoothing Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107731 View: https://reproducibility.org/blog/2024/07/27/least-squares-non-stationary-triangle-smoothing/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 03:32:23
|
A new post (#107753 "Microseismic source localization using time-domain path-integral migration") was created by Rui Gong This action was taken on July 27, 2024 at 1:10 am -------------------- == post details == Title: Microseismic source localization using time-domain path-integral migration Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107753 View: https://reproducibility.org/blog/2024/07/27/microseismic-source-localization-using-time-domain-path-integral-migration/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 03:32:22
|
A new post (#107724 "Estimation of timeshifts in time-lapse seismic images using spectral decomposition") was created by Rui Gong This action was taken on July 27, 2024 at 12:36 am -------------------- == post details == Title: Estimation of timeshifts in time-lapse seismic images using spectral decomposition Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107724 View: https://reproducibility.org/blog/2024/07/27/estimation-of-timeshifts-in-time-lapse-seismic-images-using-spectral-decomposition/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 02:32:54
|
A new post (#107701 "Effects of lateral heterogeneity on time-domain processing parameters") was created by Rui Gong This action was taken on July 26, 2024 at 7:40 pm -------------------- == post details == Title: Effects of lateral heterogeneity on time-domain processing parameters Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107701 View: https://reproducibility.org/blog/2024/07/26/effects-of-lateral-heterogeneity-on-time-domain-processing-parameters/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 02:32:25
|
A new post (#107748 "Full waveform inversion of passive seismic data for sources and velocities") was created by Rui Gong This action was taken on July 27, 2024 at 1:06 am -------------------- == post details == Title: Full waveform inversion of passive seismic data for sources and velocities Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107748 View: https://reproducibility.org/blog/2024/07/27/full-waveform-inversion-of-passive-seismic-data-for-sources-and-velocities/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 01:31:51
|
A new post (#107743 "Using well-seismic mistie to update the velocity model") was created by Rui Gong This action was taken on July 27, 2024 at 1:02 am -------------------- == post details == Title: Using well-seismic mistie to update the velocity model Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107743 View: https://reproducibility.org/blog/2024/07/27/using-well-seismic-mistie-to-update-the-velocity-model/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 01:31:46
|
A new post (#107736 "Investigating the possibility of locating microseismic sources using distributed sensor networks") was created by Rui Gong This action was taken on July 27, 2024 at 12:55 am -------------------- == post details == Title: Investigating the possibility of locating microseismic sources using distributed sensor networks Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107736 View: https://reproducibility.org/blog/2024/07/27/investigating-the-possibility-of-locating-microseismic-sources-using-distributed-sensor-networks/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 01:31:46
|
A new post (#107758 "High-resolution recursive stacking using plane-wave construction") was created by Rui Gong This action was taken on July 27, 2024 at 1:14 am -------------------- == post details == Title: High-resolution recursive stacking using plane-wave construction Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107758 View: https://reproducibility.org/blog/2024/07/27/high-resolution-recursive-stacking-using-plane-wave-construction/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |
From: WordPress <wor...@re...> - 2024-07-27 01:31:41
|
A new post (#107764 "Relative time seislet transform") was created by Rui Gong This action was taken on July 27, 2024 at 1:19 am -------------------- == post details == Title: Relative time seislet transform Author: Rui Gong (gon...@gm...) == Actions == Edit: https://reproducibility.org/blog/gust/editor/107764 View: https://reproducibility.org/blog/2024/07/27/relative-time-seislet-transform/ -------------------- Madagascar Development Blog | https://reproducibility.org/blog | https://reproducibility.org/blog/wp-admin/ |