diku-dk / bfast

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

How to get full list of breaks for one pixel #46

Open Thomasdht opened 2 years ago

Thomasdht commented 2 years ago

Hello,

I went throw the documentation and it seems that we can only get the date of the first break for one pixel. Is it possible to get the full list of breaks (in the case where there are several) for one pixel during the monitoring period ?

Thank you very much

mortvest commented 2 years ago

Hello,

Sadly, it is not possible since the BFAST Monitor algorithm only detects a single breakpoint per pixel. If you wish to detect more breakpoints, you would have to use BFAST or BFASTLite. The R implementation is available here. There is also a very early prototype for BFAST (python backend only) in the bfast-experimental branch.

yongjingmao commented 2 years ago

Hello,

I am also interested in the full list of breaks (and corresponding magnitudes) too. With the experimental branch you mentioned above, could you add an example to show how to achieve this even with python backend?

Thanks you!