Skip to content
Snippets Groups Projects
Commit 2f9afe7d authored by Narayanarao Bhogapurapu's avatar Narayanarao Bhogapurapu
Browse files

edge blocks masking fix

parent 8ff7ceb8
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,8 @@ def rvog_inverse(args):
ht_ = unblockshaped(np.array(ht_), rows,cols)
count = unblockshaped(np.array(count), rows,cols)
temp_cor = unblockshaped(temp_cor, rows,cols)
temp_mask[temp_mask==0]=np.nan
s = s*temp_mask
c = c*temp_mask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment