slimgroup/TimeProbeSeismic.jl

Add seed as an optional input to the operators

Opened this issue · 1 comments

Maybe for future reference, we can add seed as an input to lsrtm_objective, fwi_objective, judiJacobian, etc so that we have more control of randomization of probing vectors. Now seed is only in qr_data and not included by any operator.

the seed is not used, it's for future use if ever needed. I don't think it will so not gonna add it, randomization doesn't make much of a difference it's just used to span the range of the sample covariance of the data.