SeismicSource / sourcespec

Earthquake source parameters from P- and S-wave displacement spectra
https://sourcespec.seismicsource.org
Other
49 stars 12 forks source link

Allow tilde expansion for all input and output folders #44

Closed krisvanneste closed 11 months ago

krisvanneste commented 12 months ago

In this patch, I moved code to sanitize a path from the ssp_setup.move_outdir function to a new fix_and_expand_path function, and I added support for tilde expansion. In the ssp_setup.configure function, all path variables in options and config are then parsed with the new fix_and_expand_path function.

claudiodsf commented 11 months ago

All my tests are passing now. Merged!

Thanks Kris!