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 db2c1c6a03d0322b4f862017434716ee8d82c8f5 Author: jcouteau <couteau@codelutin.com> Date: Mon Jan 4 11:30:52 2021 +0100 :memo: Add Calibration doc, cf #11014 --- src/site/rst/importData.rst | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/site/rst/importData.rst b/src/site/rst/importData.rst index aa4234cc..33f85a3e 100644 --- a/src/site/rst/importData.rst +++ b/src/site/rst/importData.rst @@ -713,6 +713,53 @@ Exemple 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;1 +Calibration +~~~~~~~~~~~ + +Colonnes requises +----------------- + +:: + + topiaId;accuracyEstimate;aquisitionMethod;comments;date;processingMethod;report;acousticInstrument + +Format des colonnes +------------------- + ++------------------------+------------------------------------------+ +| Colonne | Type | ++========================+==========================================+ +| topiaId |(colonne ignorée) //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 +----------------- + +- Pour que la calibration soit prise en compte la date doit être comprise entre les dates de début et de fin de voyage. + +Exemple +------- + +:: + + 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... + + Résultats voyage ================ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.