Revision d2173b0210b0b7495eaf40d4f2d5f86e16c7a537 authored by Zhang Yunjun on 03 January 2020, 07:20:21 UTC, committed by Zhang Yunjun on 04 January 2020, 01:08:35 UTC
adapt p0 value internally instead of the previously fixed scale value so that the input p0 is equal to C0 from the check_power_spectrum(). check_power_spectrum_1d() use the square part of the input data with dimension as a power of 2, for more robust performance.
1 parent d0259da
mkdocs.yml
site_name: MintPy
site_url: https://github.com/insarlab/MintPy
site_description: Miami InSAR Time-series software in Python
site_author: Zhang Yunjun, Heresh Fattahi
repo_url: https://github.com/insarlab/MintPy/
google_analytics: ['UA-104225904-1', 'mkdocs.org']
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
markdown_extensions:
- smarty
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- sane_lists
nav:
- Home: README.md
- User Guide:
- Example datasets: example_dataset.md
- Example directory structure: dir_structure.md
- Example template files: examples/input_files/README.md
- Tutorials in Jupyter Notebook: https://github.com/insarlab/MintPy-tutorial
- Output:
- Google Earth KMZ: google_earth.md
- HDF-EOS5: hdfeos5.md
- API Documentation:
- Attributes: api/attributes.md
- Colormaps: resources/colormaps/README.md
- Coordinates: api/coord.md
- Docker: docker.md
- Documents generation: api/doc_generation.md
- About:
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- References: references.md

Computing file changes ...