-
Notifications
You must be signed in to change notification settings - Fork 113
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
"All pixels are masked" error #415
Comments
Try increasing p15_n_ifg_noloop_thre to >52 and rerun from step15. |
sir thank you for your quick reply. i updated “n_ifg_noloop” for a higher value as you said and ran the command related to the updated code. but it continues to see the default value of 50 again, what could be the reason? you can see the problem in the attachment EDIT: now i figured out! i just go with manuel "LiCSBAS15_mask_ts.py -i 70 -t TS_GEOCml1clip" code and it works! thank you sir.
I was expecting an intense subsidence in the ground over time according to the scenario, but I did not expect it to be this much. do you think there is a significant subsidence for the region? And would a masking like this give us enough data to make a comment? because almost half of the pixels are eliminated. @yumorishita |
first of all hello there. i was going to get my geoclip file as a result of a very long time process but i realized that all pixels were masked. you can see the relevant part of the code below. what could be the reason? how can i fix it? also do i need to redo the whole process? it really took a lot of time...
"....
Elapsed time for 1th patch: 106 sec
Output png images...
Elapsed time: 00h 01m 46s
LiCSBAS14_vel_std.py Successfully finished!!
Output directory: TS_GEOCml1clip
LiCSBAS15_mask_ts.py ver1.8.1 20200911 Y. Morishita
LiCSBAS15_mask_ts.py -t TS_GEOCml1clip
All pixels would be masked with n_ifg_noloop thre of 50
Automatically change the thre to 52.0 (ceil of min value)
Noise index : Threshold (rate to be masked)
Masked pixels : 63509/63510 (100.0%)
Kept pixels : 1/63510 (0.0%)
All pixels are masked!!
Try again with different threshold."
I worked with a dataset that is almost 10 years old so there are a lot of image pairs etc. I had previously experimented with 6-7 year old datasets in different regions and did not encounter such a problem. thank you in advance for your reply.
The text was updated successfully, but these errors were encountered: