Chla_OCx_OLCI: NASA standard ocean color algorithm (version 4, 5, and 6) for...

Description Usage Arguments Value References See Also Examples

Description

NASA standard ocean color algorithm (version 4, 5, and 6) for the Ocean and Land Color Instrument (OLCI) bands

Usage

1
2
3
4
5
6
7
OC4_OLCI(Rrs443, Rrs490, Rrs510, Rrs560)

OC5_OLCI(Rrs412, Rrs443, Rrs490, Rrs510, Rrs560)

OC6_OLCI(Rrs412, Rrs443, Rrs490, Rrs510, Rrs560, Rrs665)

OC3_OLCI(Rrs443, Rrs490, Rrs560)

Arguments

Rrs443

Rrs443

Rrs490

Rrs490

Rrs510

Rrs510

Rrs560

Rrs560

Rrs412

Rrs412

Rrs665

Rrs665

Value

A list including the algorithm index and Chla concentration.

References

O'Reilly J E, Werdell P J. Chlorophyll algorithms for ocean color sensors-OC4, OC5 & OC6[J]. Remote sensing of environment, 2019, 229: 32-47.

See Also

Other Algorithms: Chla concentration: Blend_Bi21(), Blend_FCMm(), Blend_Jac17(), Blend_Moo14(), Blend_Smith18(), Bloom(), C6(), Chla_FBA, Chla_Gil10_Git11, FCM_m_Chla_estimation(), Gons08(), NDCI_Mi12(), OCI_Hu12(), QAA_v5(), SCI_Shen10(), TC2(), run_all_Chla_algorithms()

Examples

1
2
3
4
5
6
7
data(WaterSpec35)
res_OC4 = OC4_OLCI(WaterSpec35$`442.5`, WaterSpec35$`490`, 
WaterSpec35$`510`, WaterSpec35$`560`)
res_OC5 = OC5_OLCI(WaterSpec35$`412.5`, WaterSpec35$`442.5`, 
WaterSpec35$`490`, WaterSpec35$`510`, WaterSpec35$`560`)
res_OC6 = OC6_OLCI(WaterSpec35$`412.5`, WaterSpec35$`442.5`, 
WaterSpec35$`490`, WaterSpec35$`510`, WaterSpec35$`560`, WaterSpec35$`665`)

bishun945/FCMm documentation built on Oct. 15, 2021, 6:43 p.m.