You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, a few lines downstream, in a conditional block for saving images, this object is redefined (by applying in turn, cloud/land masks to each layer) and then used in the watershed computation. If save_fig is initially set to False the unmasked rgb image will be used for the watershed. Could you clarify which version of rgb should be used for the watershed, the original or the land+cloud-masked version?
Thanks!
The text was updated successfully, but these errors were encountered:
@ellenbuckley In the watershed computation
the
rgb
image is used. It is initialized in a block after the cloud mask is createdHowever, a few lines downstream, in a conditional block for saving images, this object is redefined (by applying in turn, cloud/land masks to each layer) and then used in the watershed computation. If
save_fig
is initially set toFalse
the unmaskedrgb
image will be used for the watershed. Could you clarify which version ofrgb
should be used for the watershed, the original or the land+cloud-masked version?Thanks!
The text was updated successfully, but these errors were encountered: