Skip to content

Feature/coherence matrix time axis clean#2

Open
huchangyang wants to merge 8 commits into
feature/coherence-matrix-split-windows-cleanfrom
feature/coherence-matrix-time-axis-clean
Open

Feature/coherence matrix time axis clean#2
huchangyang wants to merge 8 commits into
feature/coherence-matrix-split-windows-cleanfrom
feature/coherence-matrix-time-axis-clean

Conversation

@huchangyang
Copy link
Copy Markdown
Owner

Description of proposed changes

This PR adds an optional continuous time-axis view for coherence matrix plotting.

The new --time-axis option in plot_coherence_matrix.py displays the coherence matrix using acquisition dates as a continuous time axis instead of image indices. Each acquisition is represented by a date-centered cell. Internal cell boundaries are placed at the midpoint between adjacent acquisition dates, while the first and last cells are extended outward by the adjacent acquisition spacing.

image

This makes temporal gaps in the interferogram network visible in the matrix view. The existing upper/lower triangle convention is preserved: the upper triangle shows used interferograms, and the lower triangle shows all available interferograms.

This PR also adds coherenceMatrixTimeAxis.pdf to plot_network.py outputs for coherence datasets.

Depends on: PR1 (feature/coherence-matrix-split-windows-clean)

Reminders

  • Fix #xxxx
  • Pass Pre-commit check (green)
  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant