Previous topic

Todos

This Page

Python modules

Basic functions needed to calibrate ML-CORK / BPR data.

More text to describe what’s going on

calibrateData.calibratePPCTime(xt=709763880)[source]
calibrateData.calibrateParoP(xFP, Coeffs=None, xFT=None, Temp=None)[source]
calibrateData.calibrateParoT(xFT, Coeffs=None)[source]

Calibrate temperatures from Paroscientifc Type-II gauges.

calibrateData.calibratePlatinum(xT, Coeffs=None, ID=None)[source]

Calibrate temperatures from platinum chip sensors.

The conversion from A/D counts to temperatures in degC is a simple linear relation ship.

System Message: WARNING/2 (T = a \cdot x + b)

latex exited with error: [stderr] latex: Unknown archive file size. latex: Data: unicode [stdout] This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) entering extended mode (c:\users\martin\appdata\local\temp\tmpi6fnct\math.tex LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded. (“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\article.cls” Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\size12.clo”)) (“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\inputenc.sty” ====================================================================== starting package maintenance... installation directory: C:\Users\Martin\AppData\Roaming\MiKTeX\2.8 package repository: http://www.math.washington.edu/tex-archive/systems/win32/miktex/tm/packages/ lightweight database digest: b6a72ef7e7a8ad90425ddc3013bfa35e ====================================================================== ! LaTeX Error: File `utf8x.def’ not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: def) Enter file name: ! Emergency stop. <read *> l.131 \endinput No pages of output. Transcript written on math.log.
calibrateData.calibrateThermistor(xR, Coeffs=None, ID=None)[source]

Calibrate temperatures from thermistor.

calibrateData.calibrate_1026B(Raw=[11994032, 1736812215, 1753391814])[source]

Calibration for the NC 1026B CORK

calibrateData.calibrate_1027C(Raw=[5925652, 2199430082L, 2163066709L])[source]

Calibration for the setup (SR-2B with new gauges) deployed external to CORK in 1027C in Summer 2011, attached with umbilical

calibrateData.calibrate_857D(Raw=[4547430, 2171517024L, 2182222185L])[source]

Calibration for the 857D Middle Valley piggyback instrument

calibrateData.calibrate_858G(Raw=[4547430, 708836726, 2161941373L, 708836726, 2161941373L])

Calibration for the 858G Middle Valley replacement reCORKed in May 2013. Output: T_Pt, P_S1, P_Sf, T_S1, T_Sf

calibrateData.calibrate_Barkley_BPR78(Raw=[11627636, 743177769, 2060680196])[source]
calibrateData.calibrate_DoNet1(Raw=[6068887, 741081220, 2172977017L, 2172525574L, 2153115213L, 2121447476])[source]

Calibration for NanTroSEIZE C02 CORK

calibrateData.calibrate_DoNet2_OtherGauges(Raw=[6008878, 741271410, 2172985505L, 2172512813L, 2145168051, 2121430965])[source]
calibrateData.calibrate_Endeavour_BPR83(Raw=[6471937, 708836726, 2161941373L])[source]
calibrateData.calibrate_Folger_BPR201107(Raw=[5128065, 718440432, 2158355974L])[source]
calibrateData.calibrate_HeissCalib(Raw=[6159243, 692484443, 2131853000])[source]
calibrateData.calibrate_JFast(Raw=[5965668, 710927413, 2105924590, 720840165, 2167634962L, 707618831, 2170619802L])[source]

Calibration for the 2012 JFast setup

calibrateData.calibrate_KEMO_BPR06(Raw=[5269341, 2160603186L])[source]
calibrateData.calibrate_NCHR_BPR8C(Raw=[4917899, 2221701693L])[source]
calibrateData.calibrate_NT_C10_SmartPlug(Raw=[5111502, 710297371, 2165241587L, 2141217326])[source]
calibrateData.calibrate_U1362A(Raw=[5908710, 2159359656L, 2233473579L, 2112889090])[source]

Calibration for the U1362A (SR2A) setup as it was in stalled on IODP Exp 327 in Jul 2010

calibrateData.calibrate_U1362B(Raw=[4740228, 681524504, 2138749542, 2207002754L, 0, 2135957100])[source]

Calibration for the U1362B (initially 1027C) setup as it was in stalled on IODP Exp 327 in Jul 2010. The Screen #3 gauge was just unplugged => crosstalk garbage.

calibrateData.calibrate_U1364A(Raw=[5590666, 717083323, 2190506663L, 2166733706L, 2127403171, 2207142752L, 2128115585])[source]

Calibration for IODP U1364A data.

Here are the results of an example calibration:

>>> calibrate_U1364A(Raw=[5590666, 717083323, 2190506663, 2166733706, 2127403171, 2207142752, 2128115585])
[23.626078129440003, 22.276150361949441, 11.103497907947677, 10.510306334848947, 522.67979987438071, -517.29555399981541, 11.071455420816344]
calibrateData.getParoCoeffs(ID=None)[source]
calibrateData.getParoIdList()
calibrateData.getPlatinumCoeffs(ID=None)[source]
calibrateData.getThermistorCoeffs(ID=None)[source]
calibrateData.readParoCoeffs()[source]

Read coeff from parosci.txt file.

These coeffs are used later on

calibrateData.readPlatinumCoeffs()[source]
calibrateData.readSites()

Read information from sites.txt file.

calibrateData.readThermistorCoeffs()[source]
calibrateLogfile.parseCMDOpts()[source]
dumpBin.calCoeffs(loggerID)[source]
dumpBin.getStatistics(Data, loggerID=None, do_plots=False, interp_spikes=False)[source]
dumpBin.parseCMDOpts()[source]
dumpBin.readBinFile(binFileName='1027C_Weekend.bin')[source]
dumpBin.recordLength(Data, loggerID=None)[source]
dumpBin.stripTrash(Data)[source]