Code to read the files output from SatCon and produce Rrs spectra and chlorophyll concentrations
This code is a set of functions to process .dat files produced by the SatCon software, which processes .raw files recorded by a Satlantic HyperPro in buoy mode, a.k.a. a tethered surface radiometer buoy (TSRB)
The code outputs remote-sensing reflectance (Rrs), and chlorophyll concentration calculated with the NASA OC algorithm.
-
Download the folder of functions, six total:
calculate_Rrs.mget_ap_oc_from_Rrs.mget_water_iops.mread_datfiles.mread_tiltfile.mrun_process_TSRB.m -
The driver code is
run_process_TSRB.mand the complete input and output details are included in the header of the.mfile.
Please see the header of run_process_TSRB.m for further information on inputs and outputs.