andwatson / decompose_insar_velocities

Matlab scripts for decomposing multiple line-of-sight InSAR velocity fields into East and Vertical components.
GNU General Public License v3.0
21 stars 10 forks source link

Ram optimisation of main branch. #13

Open andwatson opened 1 year ago

andwatson commented 1 year ago

While the testing version now using sparse matrices, the main branch does not (easier to work with). Improve RAM usage through other methods - can we switch all arrays to single?

andwatson commented 1 year ago

Largest arrays now single, looks to work fine.