USGS-CMG / stglib

Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
Other
16 stars 13 forks source link

Exo TALPE name #148

Closed rbales-usgs closed 11 months ago

rbales-usgs commented 11 months ago

Hi Dan,

The YSI Exo variable "BGA" has been changed to "TAL". This stands for "Total algae phycoerythrin." They are the same variable, just a new name. We made changes in stglib a while back to accommodate the name change.

However, if an old Exo dataset is processed, stglib will still name the variable BGA (because that is how it is named in the exported .csv file). Steve suggested we keep the name consistent as "TAL." I made some changes so if an old Exo dataset is processed, it will default to renaming BGA to TAL.

Are you ok with these changes?