Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigImage: Add merger of overlapping noaa records from different stations #18

Open
hornig opened this issue Jun 15, 2018 · 1 comment
Open

Comments

@hornig
Copy link
Contributor

hornig commented Jun 15, 2018

The NOAA recordings of different stations should be mergable.
It will provide two advantages:

  1. it will increase the image size and mage it bigger, because overlapping parts of each station adds up.
  2. the pixels with several sources will be "stronger". This means that of one image line is noisy in the recording on station 1, it can be with lower noise at station 2 and decreasing the signal to noise level of the combined solution.

synchronization of the images can be achieved with 3 methods:

  1. by taking the minute marker (only possible with longer recordings).
  2. by using line matching. taking one line and find this pattern by correlation in the other recoring
  3. by the dgsn gps synch method. this is only possible with DGSN stations.
@PranavRabade
Copy link

PranavRabade commented Mar 26, 2020

Hi hornig I would like to work on this issue can you guide me where i can get started.

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

No branches or pull requests

2 participants