-
Notifications
You must be signed in to change notification settings - Fork 21
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
Way to compare multiple shadows at different times #20
Comments
Hi, |
Hi, thanks for the question! There are definitely elements of the code-base that are poorly named and could use a refactor! At the moment, the rationale is that the relative difference (stored in the poorly-named If the data was binary, it would be a simple logical_and to combine the sets. In this case we still have continuous data, so a different metric is needed. The images above are achieved by doing either max(value1, value2) or min(value1, value2). Other metrics may be more sensible/balanced. I hope that helps, feel free to ask any follow-up questions too! |
Thanks for the quick reply, and happy to note I'm understanding OK. It is not ready yet, but because it also contains quite a bit of refactoring, I would like feedback before proceeding further. Tests are passing, and I also added a test of my own. I'm not sure whether doing the PR at this stage is the intended approach for going about this, so please let me know if another workflow is desired. If there is a general agreement on the approach, I can continue. I havent spent any time at the colab and cli parts yet, so these are TODO anyway. |
By comparing multiple images of a location separated in time, it is possible to partially disambiguate the location by overlaying the resulting rings.
It would be good if the Shadow Finder tool had some way of supporting this type of search.
Any PR to close this issue should consider the most user-friendly way to support this change in the existing Notebook or in a new Notebook.
At a minimum it should support shadow measurements for two times, but supporting an arbitrary number of inputs would be interesting!
An Example
Here is an example made by running the tool twice and overlaying (lighten only) the resulting output:
Similarly, overlaying (darken only) shows only the matching locations:
This works in both UTC and Local modes, though with local times the locations are less intuitive:
The text was updated successfully, but these errors were encountered: