Search found 2 matches

by serenaneg
Sat Sep 02, 2023 8:26 am America/New_York
Forum: Questions/Comments
Question: ARTIFACTS IN L3 MODIS ACQUA CHLOROPHYLL IMAGES
Replies: 3

Re: ARTIFACTS IN L3 MODIS ACQUA CHLOROPHYLL IMAGES

OB General Science - guoqingw wrote: > Hi, sorry for the delayed response. And sorry that I can't debug your code, > but have you noticed similar patterns in our L3 MODIS Aqua chlorophyll > images? If so, please provide more details. Otherwise, you may want to > check your code for the way that you ...
by serenaneg
Fri May 19, 2023 5:55 am America/New_York
Forum: Questions/Comments
Question: ARTIFACTS IN L3 MODIS ACQUA CHLOROPHYLL IMAGES
Replies: 3

ARTIFACTS IN L3 MODIS ACQUA CHLOROPHYLL IMAGES

Hi, i am counting nan values along the time dimension of my 18-years long array, but the the image i get has orrible diagonals artifacts not related to any variability. Do you know which could be the problem? Here my python code: ds = xr.open_dataset(path + "MODIS_chl.nc").load() chlor = d...