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

Long-tracker translation #338

Open
tdivoll opened this issue Sep 7, 2023 · 3 comments
Open

Long-tracker translation #338

tdivoll opened this issue Sep 7, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@tdivoll
Copy link
Collaborator

tdivoll commented Sep 7, 2023

Lots of code in the original MATLAB script; much may not be needed.

Need to look at start day and next day.

@danielmwatkins can you add a description of the minimum functionality needed?

@tdivoll tdivoll added the enhancement New feature or request label Sep 7, 2023
@danielmwatkins
Copy link
Contributor

Rather than translating MATLAB script, the plan is to work within the Julia code to develop methods for extending the image search to multiple floes. A key first step is the addition of floe labels.

I think the minimum functionality (which is probably doable on our end) is something like this:

max_days = (something)
max_distance = (max_speed * elapsed_time)

for floe in (image such that floe is not matched):
    for next_image in (images with time < max_days):
       for floes within max_distance:
            look_for_matches(floe, next_image_floes)

So in order to do this, we'd need to

  • make sure that the dates of images are available to the floe tracker module, which was enabled by the addition of floe labels
  • see how to add parameters to the config file for the search limitations
  • make sure that the documentation is clear enough on how the tracker module goes through the set of images so we know where to add the additional functionality

@cpaniaguam
Copy link
Member

#352

@danielmwatkins
Copy link
Contributor

Coming back to this, we do really need a way to extend floe tracking past small gaps from cloud cover and/or from segmentation errors. I'm not sure whether this is best addressed in the Julia package or in the pipeline, though.

@tdivoll tdivoll added this to the IFT Data Process milestone Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants