get_dqt {AIUQ} | R Documentation |
Compute observed dynamic image structure function
Description
Compute observed dynamic image structure function (Dqt) using object of
SAM
class.
Usage
get_dqt(object, index_q = NA)
Arguments
object |
an S4 object of class |
index_q |
wavevector range used for computing Dqt |
Value
A matrix of observed dynamic image structure function with dimension
len_q
by len_t-1
.
Author(s)
Yue He [aut], Xubo Liu [aut], Mengyang Gu [aut, cre]
References
Gu, M., He, Y., Liu, X., & Luo, Y. (2023). Ab initio uncertainty quantification in scattering analysis of microscopy. arXiv preprint arXiv:2309.02468.
Gu, M., Luo, Y., He, Y., Helgeson, M. E., & Valentine, M. T. (2021). Uncertainty quantification and estimation in differential dynamic microscopy. Physical Review E, 104(3), 034610.
Cerbino, R., & Trappe, V. (2008). Differential dynamic microscopy: probing wave vector dependent dynamics with a microscope. Physical review letters, 100(18), 188102.
Examples
## Not run:
library(AIUQ)
sim_bm = simulation(len_t=100,sz=100,sigma_bm=0.5)
show(sim_bm)
sam = SAM(sim_object = sim_bm)
show(sam)
Dqt = get_dqt(object=sam)
## End(Not run)