We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used an interference dataset for unwrapping, but it ultimately failed.
test data :https://1drv.ms/u/c/c85ba7138ea4b563/EQeDVYuFyYdLsACZqqseykwBOnBw7IPUuOOY-yh70ILsdA?e=xAg2Wh
wrapped_plane_wave = np.fromfile('2017-03-14_2017-04-07.diff.filter.raw', dtype=np.float32) wrapped_plane_wave = wrapped_plane_wave.reshape((4628, 2562))
The text was updated successfully, but these errors were encountered:
It can be solved by mcf; https://github.com/yoyolicoris/phase-unwrapping
Sorry, something went wrong.
By failed, did you mean the results are incorrect, or did you run into memory issues?
failed
@yoyolicoris The program crashed and didn't produce the final result.
No branches or pull requests
I used an interference dataset for unwrapping, but it ultimately failed.
test data :https://1drv.ms/u/c/c85ba7138ea4b563/EQeDVYuFyYdLsACZqqseykwBOnBw7IPUuOOY-yh70ILsdA?e=xAg2Wh
wrapped_plane_wave = np.fromfile('2017-03-14_2017-04-07.diff.filter.raw', dtype=np.float32)
wrapped_plane_wave = wrapped_plane_wave.reshape((4628, 2562))
The text was updated successfully, but these errors were encountered: