-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tuneable parameters for new segmentation methodology #1
Comments
@ellenbuckley Does this correspond to for n in np.arange(8,2,-1): This produces a range |
@ellenbuckley |
@ellenbuckley |
The code is "cloud mask source agnostic" -- it just grabs the files in the source directory, which is |
yes it does refer to the 8, it could be an array, because at one point i was playing around with the [8,6,4,2] |
yes, the current cloud mask shows cloud mask as red where cloud >95% so that is why it pulls that value. In a new way we can use the reflectance data and just look a threshold in the first band of that to determine if there are clouds, so it would be a different process of interpreting that data |
im not sure, ill have to think about this, and look at other code |
yes, can also think of others. I also at one point tried alternating between erosion masks |
I'd like to make sure these parameters can be changed or added to the config file:
I'd like to make sure these options are available:
The text was updated successfully, but these errors were encountered: