Skip to content

Commit

Permalink
Update oxy (#317)
Browse files Browse the repository at this point in the history
* Update rcm_parser.py

* Update rcm_parser.py
  • Loading branch information
shaunwbell authored Mar 11, 2024
1 parent c97168f commit 483d9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EcoFOCIpy/io/rcm_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ def engr2sci_oxy(self,channel='chan8'):
"""
if channel=='chan8':
self.rawdata_df['oxy_conc'] = self.rawdata_df['chan8']*0.4883
self.rawdata_df['oxy_percentsat'] = self.rawdata_df['chan8']*0.1465
elif channel=='chan7':
self.rawdata_df['oxy_conc'] = self.rawdata_df['chan7']*0.4883
self.rawdata_df['oxy_percentsat'] = self.rawdata_df['chan7']*0.1465

def engr2sci_temp(self,coefA=0,coefB=0,coefC=0,coefD=0):
"""
Expand Down

0 comments on commit 483d9d7

Please sign in to comment.