msnoise-tomo icon indicating copy to clipboard operation
msnoise-tomo copied to clipboard

minimum wavelength criteria

Open dylanmikesell opened this issue 4 years ago • 0 comments

It seems like the minimum wavelength criteria is only actually function in iftan.py (e.g. line 166 idxx = np.where( float( _minWL.get() ) < dist/(disper*per) )[0]), but not in ftan.py. Therefore, the cutoff based on minimum wavelength is not being propagated into the data for ANSWT.py. I do not see any sort of wavelength filtering in prepare_tomo.py either. Should this be added to ftan.py?

dylanmikesell avatar Sep 24 '20 17:09 dylanmikesell