ReedEspinosa / GSFC-GRASP-Python-Interface

A python interface for the GRASP retrieval code
Apache License 2.0
3 stars 2 forks source link

Pix array is empty if there is atleast one nan value in all parameters (for all wavelengths) #13

Closed Greema1 closed 1 year ago

Greema1 commented 1 year ago

Line 1079: if there is at least one nan value (in each wl) in rslt dictionary then Not np.isnan (data ). any() = false, hence np.nonzero will return an empty array. Since, msTypInd.size = 0, msDct wont be created.