Riponcs / QuickTurbSim

Atmospheric Turbulence Image Generation
3 stars 1 forks source link

Atmospheric turbulence simulation for dynamic scenes #1

Closed Shengqi77 closed 2 weeks ago

Shengqi77 commented 3 weeks ago

Hello! I would like to ask if this simulator is capable of accurately simulating atmospheric turbulence in dynamic scenes and whether it takes temporal correlation into account?

Riponcs commented 2 weeks ago

Yes, the simulator is capable of accurately simulating dynamic scenes while considering temporal correlation. In RunQuickTurbSim.py, under the configsection, you can adjust the temp_Scalevariable to control the level of temporal correlation between frames. Setting temp_Scale = 1 or lower number will maintain a high level of correlation, while values of temp_Scale = 10 or higher will result in lower temporal correlation.