agilescientific / modelr-app

Modelr front end
Apache License 2.0
0 stars 1 forks source link

Add noise to models #47

Open EvanBianco opened 10 years ago

EvanBianco commented 10 years ago

Generally speaking, there are potentially several ways of incorporating noise into the seismic experiment. Noise at receiver, noise in the earth model, noise as a function of source-receiver offset, etc.

easiest: add (gaussian) random noise level by setting signal : noise parameter for each trace, or for each ensemble of traces

more difficult: add "noise" (heterogeneity) to earth model? This might be a way to vary rock property variations within a single layer. It would make more spikes, and would wreck the economy of sparsity that we are using.

kwinkunks commented 10 years ago

I think simple is fine for now -- add 'thermal' noise (ideally from a spectrum, allowing for different colours of noise) to the seismic after convolution, consistent with the simple convolutional model, S = R * W + N. However, it must be per seismic sample (in time and space), not per image pixel (I am not certain if these are different, I think they are?). In which case the best way to do it might be to add the noise to the reflection coefficients, not the final image.

As per our MO, it would be fun to be able to vary noise systematically across a plot -- adding another dimension to our hypercube. But just adding in some percentage of some colour of noise to any plot would be OK for now.

+++++++++++++++++++ Matt Hall PhD PGeo Nova Scotia, Canada

On Wed, Mar 12, 2014 at 10:13 AM, Evan Bianco notifications@github.comwrote:

Generally speaking, there are potentially several ways of incorporating noise into the seismic experiment. Noise at receiver, noise in the earth model, noise as a function of source-receiver offset, etc.

easiest: add (gaussian) random noise level by setting signal : noise parameter for each trace, or for each ensemble of traces

more difficult: add "noise" (heterogeneity) to earth model? This might be a way to vary rock property variations within a single layer. It would make more spikes, and would wreck the economy of sparsity that we are using.

Reply to this email directly or view it on GitHubhttps://github.com/kwinkunks/modelr_app/issues/47 .

ben-bougher commented 8 years ago

We have simple random noise as part of seismic and from the geological uncertainty. Things look really speckled, so we should add spatially covariance to the noise modeling.