-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aec5fdb
commit e47dbb9
Showing
8 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
from version import version as __version__ | ||
|
||
from utils import isempty, islogical, ismatrix, isnumeric, isreal, isscalar, isvector | ||
from qc.qc_functions import dataqc_condcompress, dataqc_globalrangetest, dataqc_globalrangetest_minmax, dataqc_gradienttest, dataqc_localrangetest, dataqc_polytrendtest, dataqc_propagateflags, dataqc_solarelevation, dataqc_spiketest, dataqc_stuckvaluetest | ||
from data.adcp_functions import adcp_beam2ins, adcp_beam_eastward, adcp_beam_error, adcp_beam_northward, adcp_beam_vertical, adcp_ins2earth, adcp_magvar | ||
from data.co2_functions import pco2_abs434_blank, pco2_abs620_blank, pco2_thermistor, pco2_pco2wat, pco2_calc_pco2 | ||
from data.ctd_functions import ctd_sbe16plus_condwat, ctd_sbe16plus_preswat, ctd_sbe16plus_tempwat, ctd_density, ctd_pracsal | ||
from data.opt_functions import opt_beam_attenuation, opt_optical_absorption | ||
from data.ph_functions import ph_434_intensity, ph_578_intensity, ph_thermistor, ph_phwater | ||
from data.sfl_functions import sfl_trhph_chlorconc, sfl_trhph_vfltemp | ||
#from data.vel_functions import nobska_mag_corr_east, nobska_mag_corr_north, nobska_mag_corr_up, vel_mag_correction | ||
|
||
from data.generic_functions import extract_parameter, magnetic_declination, ntp_to_unix_time | ||
|
||
|
||
fill_value = -9999999. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters