cBLUE-dev-team / cBLUE.github.io

cBLUE is a tool to calculate the total propagated uncertainty of bathymetric lidar data.
https://noaa-rsd.github.io/cBLUE.github.io/
GNU Lesser General Public License v2.1
12 stars 1 forks source link

Code Cleanup #55

Closed kiefk closed 1 year ago

kiefk commented 1 year ago

Removed unused import statements from CBlueApp.py.

Cleaned up cblue_configuration.json. Removed file paths saved under directories.tpu, directories.sbet, and directories.las. Removed hardcoded sensor model and error type.

Added last updated date to TPU.py

kiefk commented 1 year ago

Removed unused imports from Subaqueous.py. Updated model_process() to have an accurate function header, added comments, and removed an exception handler.