diff --git a/README.md b/README.md index 7abf05e..b740428 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Conda Download](https://img.shields.io/conda/dn/conda-forge/pysolid?color=green&label=conda%20downloads&style=flat-square)](https://anaconda.org/conda-forge/pysolid) [![Version](https://img.shields.io/github/v/release/insarlab/PySolid?color=yellow&label=version&style=flat-square)](https://github.com/insarlab/PySolid/releases) [![License](https://img.shields.io/badge/license-GPLv3+-blue.svg?style=flat-square)](https://github.com/insarlab/PySolid/blob/main/LICENSE) -[![Citation](https://img.shields.io/badge/DOI-10.1109%2FTGRS.2022.3168509-blue?style=flat-square)](https://doi.org/10.1109/TGRS.2022.3168509) +[![Citation](https://img.shields.io/badge/doi-10.1109%2FTGRS.2022.3168509-blue?style=flat-square)](https://doi.org/10.1109/TGRS.2022.3168509) ## PySolid @@ -112,8 +112,8 @@ pysolid.plot_power_spectral_density4tides(tide_u, sample_spacing=step_sec) ```

- - + +

#### 2.2 Grid Mode [[notebook](./docs/plot_grid_SET.ipynb)] @@ -152,10 +152,10 @@ tide_los = ( tide_e * np.sin(inc_angle) * np.sin(az_angle) * -1 ```

- +

### 3. Citing this work -+ Yunjun, Z., Fattahi, H., Pi, X., Rosen, P., Simons, M., Agram, P., & Aoki, Y. (2022). Range Geolocation Accuracy of C-/L-band SAR and its Implications for Operational Stack Coregistration. _IEEE Trans. Geosci. Remote Sens., 60_, 1-19, doi:[10.1109/TGRS.2022.3168509](https://doi.org/10.1109/TGRS.2022.3168509), [arXiv](https://doi.org/10.31223/X5F641), [data](https://zenodo.org/record/6360749), [notebooks](https://github.com/yunjunz/2022-Geolocation). ++ Yunjun, Z., Fattahi, H., Pi, X., Rosen, P., Simons, M., Agram, P., & Aoki, Y. (2022). Range Geolocation Accuracy of C-/L-band SAR and its Implications for Operational Stack Coregistration. _IEEE Trans. Geosci. Remote Sens., 60_, 5227219. [ [doi](https://doi.org/10.1109/TGRS.2022.3168509) \| [arxiv](https://doi.org/10.31223/X5F641) \| [data](https://doi.org/10.5281/zenodo.6360749) \| [notebook](https://github.com/yunjunz/2022-Geolocation) ] + Milbert, D. (2018), "solid: Solid Earth Tide", [Online]. Available: http://geodesyworld.github.io/SOFTS/solid.htm. Accessd on: 2020-09-06. diff --git a/docs/images/set_grid.png b/docs/images/set_grid.png new file mode 100644 index 0000000..3424351 Binary files /dev/null and b/docs/images/set_grid.png differ diff --git a/docs/images/set_point_psd.png b/docs/images/set_point_psd.png new file mode 100644 index 0000000..95a7995 Binary files /dev/null and b/docs/images/set_point_psd.png differ diff --git a/docs/logo.pptx b/docs/images/set_point_ts.png similarity index 92% rename from docs/logo.pptx rename to docs/images/set_point_ts.png index 8edb1bb..6775cd7 100644 Binary files a/docs/logo.pptx and b/docs/images/set_point_ts.png differ diff --git a/pyproject.toml b/pyproject.toml index 3473bb2..7c153c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "pysolid" description = "A Python wrapper for solid to compute solid Earth tides" authors = [ - {name="Zhang Yunjun", email="yunjunzgeo@gmail.com"}, + {name="Zhang Yunjun", email="yunjunz@outlook.com"}, {name="Dennis Milbert"}, ] readme = "README.md" diff --git a/setup.py b/setup.py index 9d5ef78..e6d254e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def readme(): long_description=readme(), long_description_content_type="text/markdown", author="Zhang Yunjun, Dennis Milbert", - author_email="yunjunzgeo@gmail.com", + author_email="yunjunz@outlook.com", license="GPL-3.0-or-later", license_files=("LICENSE",),