diku-dk / bfast

GPU Implementation for BFAST
GNU General Public License v3.0
37 stars 17 forks source link

model.breaks result interpretation #1

Closed ghost closed 4 years ago

ghost commented 5 years ago

Hey there !

Thanks for the python implementation of the bfast algo ! However, I'm still a bit confused about the results of the "model.breaks" array. What are the meanings of the values "-2", "-1", etc. I guess that the positive values corresponds to the index of the image where the break is detected ?

Thanks for the clarifications !

gieseke commented 5 years ago

Hi

very good point, I think this was not mentioned in the documentation yet. Sorry about that.

I have added a more detailed description to both the breaks and the means property of the BFASTMonitor class (to the develop branch). Will be part of the next release.

You can also have a look examples/peru_small_opencl.py, which illustrates the breaks and means a bit more.

Thanks again, Fabian

ghost commented 4 years ago

Thank you very much ! Very clear now !