Search found 13 matches

by jared
Mon Feb 10, 2025 1:56 pm America/New_York
Forum: Home
Question: PACE-OCI Level-2 AOP & other OC product processing questions
Replies: 2

Re: PACE-OCI Level-2 AOP & other OC product processing questions

Hi Sami,

(1) yes, MBAC is used for the atmospheric correction of PACE OCI.
(2) Each sensor has its own default parameters, which are used by generating the OB.DAAC ocean color products. But you can always change these paramters.

Best,
Minwei
by jared
Tue Oct 08, 2024 11:10 am America/New_York
Forum: Home
Question: support of other aer_opt options for PACE-OCI processing
Replies: 2

Re: support of other aer_opt options for PACE-OCI processing

Hi Zhigang, Here is the reference for aer_opt=-18, which is called MBAC atmospheric correction algorithm. https://www.frontiersin.org/journals/earth-science/articles/10.3389/feart.2019.00116/full OCI does not currently work with some of the alternate aerosol selection methods (such as MUMM), as the ...
by jared
Wed Sep 04, 2024 9:59 am America/New_York
Forum: Home
Question: MBAC for MODIS
Replies: 2

Re: MBAC for MODIS

Hi Brian,

To my best knowledge, SVC has not been done for MODIS SWIR bands.

Best,
Minwei
by jared
Wed Nov 02, 2022 10:24 am America/New_York
Forum: Home
Question: SeaDAS atmospheric correction algorithms
Replies: 6

Re: SeaDAS atmospheric correction algorithms

Hi Matt,

You are right, aer_opt=1 chooses r30f95v01, aer_opt=2 chooses r30f80v01......

alpha listed in the products tab means polarization rotation angle. angstrom in the tab means angstrom exponent.
I don't know if there is a good reference for those aerosols models.

Good luck,
Minwei
by jared
Thu Mar 31, 2022 5:37 pm America/New_York
Forum: Home
Question: how to generate the look-up-table of rayleigh and aerosol?
Replies: 1

Re: how to generate the look-up-table of rayleigh and aerosol?

Hi,

These LUTs are generated through running radiative transfer model under different atmosphere conditions and different sun and observation geometries. You can refer to this paper for detailed procedure to generate LUTs: https://ieeexplore.ieee.org/document/7120080.

Best,
Minwei
by jared
Tue May 25, 2021 11:20 am America/New_York
Forum: Home
Question: confusion to the transmittances in calculating rhos using SeaDAS
Replies: 2

Re: confusion to the transmittances in calculating rhos using SeaDAS

Hi Zhigang,

Aerosol transmittance is not included in t_sen and t_sol when calculating rhos.

Minwei
by jared
Fri May 14, 2021 10:47 am America/New_York
Forum: Home
Question: the confuse about phase function of aerosol model
Replies: 4

Re: the confuse about phase function of aerosol model

You need to transform these big values in the LUTs to log(). These log transformed values are then used for the interpolation. The interpolated value is then transformed back using exp().
Minwei
by jared
Thu May 13, 2021 11:14 am America/New_York
Forum: Home
Question: the confuse about phase function of aerosol model
Replies: 4

Re: the confuse about phase function of aerosol model

(1) Splint () returns the phase function interpolated from LUTs using the scattering angle (scatt1[ig]). (2) The reason for the exponential function is that before the interpolation, the phase function in the LUTs is transformed to log(phase). So after interpolation, the phase function need to be tr...
by jared
Tue Jan 19, 2021 10:26 am America/New_York
Forum: Home
Question: Difference between Rhos and Rrc ?
Replies: 5

Difference between Rhos and Rrc ?

sorry for the confusion. It is ( pi * ((Lt / (tg_sen * tg_sen)) - Lr)) / ( F0 * mu0 * tsol * tsen ).  The / t_o2 / t_h2o is not removed. I don't know the reason for the division of t_o2 and t_h2o but it seems t_o2 only affects band at 765 nm and t_h2o affects sensor SeaWIFS. For the majorit...
by jared
Wed Jan 13, 2021 9:52 am America/New_York
Forum: Home
Question: Difference between Rhos and Rrc ?
Replies: 5

Difference between Rhos and Rrc ?

Hello,
  rhos in SeaDAS is calculated from:  pi / F0 / mu0* (Lt/tg_sen/tg_sol - Lr)/tsol/tsen.
  I don't think there is a Rrc product from SeaDAS. For FAI, Rrc= pi / F0 / mu0* (Lt/tg_sen/tg_sol - Lr).

Minwei