dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
226 stars 119 forks source link

Replaced many save() with stamps_save(), removed some comments, cleaned up some code. #24

Closed SteffanDavies closed 8 months ago

SteffanDavies commented 3 years ago

Replaced many of the save() functions with stamps_save() because it's more secure. Some were left unchanged because I'm not sure if stamps_save() can take strings as arguments instead of variables, but if anyone can confirm I will change the remaining leftover functions.

Removed some old commented save() functions.

Cleaned up some random stuff (spaces in parameters mostly, a grammatical error, etc.).