This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 2b655da5af18668211a25d39846525de0ba74c4f Author: jcouteau <couteau@codelutin.com> Date: Mon Jan 4 14:39:04 2021 +0100 :memo: Add Calibration doc (in en version), cf #11014 --- src/site/en/rst/importData.rst | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/site/en/rst/importData.rst b/src/site/en/rst/importData.rst index 944b3899..08e46837 100644 --- a/src/site/en/rst/importData.rst +++ b/src/site/en/rst/importData.rst @@ -707,6 +707,53 @@ Example MOVIES_EILayer;MOVIES_EILayer\sndset;MOVIES_EILayer\sndset\sndname;MOVIES_EILayer\sndset\sndident;MOVIES_EILayer\sndset\softChannelId;MOVIES_EILayer\sndset\channelName;MOVIES_EILayer\sndset\dataType;MOVIES_EILayer\sndset\beamType;MOVIES_EILayer\sndset\acousticFrequency;MOVIES_EILayer\sndset\startSample;MOVIES_EILayer\sndset\mainBeamAlongSteeringAngle;MOVIES_EILayer\sndset\mainBeamAthwartSteeringAngle;MOVIES_EILayer\sndset\absorptionCoef;MOVIES_EILayer\sndset\transmissionPower;MOVIES_EI [...] 2011/06/23 10:09:00.0000;NA;NA;NA;47;38000;NA;NA;NA;NA;NA;NA;8.47;2000;21.8;21.8;NA;NA;-20.6;25.27;-0.529999;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;1.024;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;NA;199.9;NA;NA;0;0;10;20;NA;NA;2011-04-26 08:24:02.0000;2011-04-26 08:30:02.0000;43.666505;-3.48812666666667;NA;1;NA;NA;0;-60;NA;1.444008;NA;71;43424;NA;NA;NA;variable;1;0 +Calibration +~~~~~~~~~~~ + +Required columns +---------------- + +:: + + topiaId;accuracyEstimate;aquisitionMethod;comments;date;processingMethod;report;acousticInstrument + +Columns format +-------------- + ++------------------------+------------------------------------------+ +| Column | Type | ++========================+==========================================+ +| topiaId |(ignored column) //A | ++------------------------+------------------------------------------+ +| accuracyEstimate |text //B | ++------------------------+------------------------------------------+ +| aquisitionMethod |text //C | ++------------------------+------------------------------------------+ +| comments |text //D | ++------------------------+------------------------------------------+ +| date |(date) //E | ++------------------------+------------------------------------------+ +| processingMethod |text //F | ++------------------------+------------------------------------------+ +| report |text //G | ++------------------------+------------------------------------------+ +| acousticinstrument |FK(AcousticInstrument#id) //H | ++------------------------+------------------------------------------+ + +Notes importantes +----------------- + +- For the calibration to match a trip, the date must be within the trip start-end date period. + +Example +------- + +:: + + accuracyEstimate;aquisitionMethod;comments;date;processingMethod;report;acousticInstrument + ;0.26;ER60;Mission PELGAS2015 - 30 avril 2015;2015-04-30 07:00:00;ER60;http://madida/madida/documents/etalonnage/TL_EK60_etalonnage_avril2015__v1.h... + + Results per voyage ================== -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.