fpcorcoran / PyCESat2

PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR
MIT License
10 stars 4 forks source link

Curve Fitting #3

Closed fpcorcoran closed 4 years ago

fpcorcoran commented 4 years ago

Fitting curves to the binned waveforms allows for the calculation of important natural, physical parameters (LAI, Kd, etc). This method should go in the WaveForm class.

fpcorcoran commented 4 years ago

Curve Fitting added. Parameter optimization needed - separate issue