Rayleigh radiance calculation
Posted: Thu Apr 27, 2017 10:37 am America/New_York
Hi, I want to use the Rrs data of MISR sensor onboard the EOS-Terra , and I am trying to do the atmospheric correction for MISR Lt data over ocean.
I tried to calculate the Rayleigh scattered radiance according to the MODIS atbd and SeaDAS l2gen code. I have a question about how to calculate the Rayleigh scattered radiance using SeaDAS Rayleigh LUTs:
On MODIS ATBD-18 Page 56 (https://oceancolor.gsfc.nasa.gov/docs/technical/atbd_mod18.pdf), it shows:
Ir(theta_v,theta_s)=Ir0(theta_v,theta_s)+2*(Ir1(theta_v,theta_s)*cos(delt_phi)+Ir2(theta_v,theta_s)*cos(2*delt_phi)) ;
But in the Rayleigh code of SeaDAS L2gen (Line 339-340 on https://oceancolor.gsfc.nasa.gov/docs/ocssw/rayleigh_8c_source.html), it is :
Ir(theta_v,theta_s)=Ir0(theta_v,theta_s)+(Ir1(theta_v,theta_s)*cos(delt_phi)+Ir2(theta_v,theta_s)*cos(2*delt_phi)) ;
There is no 2 in the second equation.
Which way is the correct one to calculate the Rayleigh scattering using the SeaDAS Rayleigh LUTs?
Thanks a lot!
I tried to calculate the Rayleigh scattered radiance according to the MODIS atbd and SeaDAS l2gen code. I have a question about how to calculate the Rayleigh scattered radiance using SeaDAS Rayleigh LUTs:
On MODIS ATBD-18 Page 56 (https://oceancolor.gsfc.nasa.gov/docs/technical/atbd_mod18.pdf), it shows:
Ir(theta_v,theta_s)=Ir0(theta_v,theta_s)+2*(Ir1(theta_v,theta_s)*cos(delt_phi)+Ir2(theta_v,theta_s)*cos(2*delt_phi)) ;
But in the Rayleigh code of SeaDAS L2gen (Line 339-340 on https://oceancolor.gsfc.nasa.gov/docs/ocssw/rayleigh_8c_source.html), it is :
Ir(theta_v,theta_s)=Ir0(theta_v,theta_s)+(Ir1(theta_v,theta_s)*cos(delt_phi)+Ir2(theta_v,theta_s)*cos(2*delt_phi)) ;
There is no 2 in the second equation.
Which way is the correct one to calculate the Rayleigh scattering using the SeaDAS Rayleigh LUTs?
Thanks a lot!