<!-- Pt-web/src/app-root/ztr/GDIMetadataEditor.xml

 Copyright 2011-2017 Guralp Systems Limited.
 Author: Laurence Withers <lwithers@guralp.com>

-->

<messages>



<!-- ===========================================================================

Opening the main widget (button, error dialogs, etc.)

============================================================================ -->



<message id='text.GDIMetadataEditor.edit'>Edit calibration data</message>
<message id='text.GDIMetadataEditor.noSelCaption'>Select data source</message>
<message id='text.GDIMetadataEditor.noSelText'>No data source is selected.
Please select one first to allow metadata editing.</message>
<message id='text.GDIMetadataEditor.openErrCaption'>Error connecting to GDI</message>
<message id='text.GDIMetadataEditor.openErrText'>Unable to connect to gdi-base.
Perhaps the service is not running.</message>
<message id='text.GDIMetadataEditor.noChannelsCaption'>No channels</message>
<message id='text.GDIMetadataEditor.noChannelsText'>There are no channels available.
Perhaps data acquisition needs to be configured first.</message>



<!-- ===========================================================================

Main widget dialog

============================================================================ -->



<message id='tpl.GDIMetadataEditor.dialog'>
<p>Edit calibration values for each channel below. The
<em>Calibration</em> column shows the value used to convert from
digital counts to ground units.</p>

<p>${units}</p>

${table}
</message>

<message id='text.GDIMetadataEditor.accept'>Save changes</message>
<message id='text.GDIMetadataEditor.reject'>Discard changes</message>

<message id='xhtml.GDIMetadataEditor.channelHeader'>Channel</message>
<message id='xhtml.GDIMetadataEditor.sensorHeader'>Sensor</message>
<message id='xhtml.GDIMetadataEditor.componentHeader'>Component</message>
<message id='xhtml.GDIMetadataEditor.dimensionHeader'>Dimension</message>
<message id='xhtml.GDIMetadataEditor.calibrationHeader'>Calibration</message>
<message id='xhtml.GDIMetadataEditor.editHeader'>Edit</message>
<message id='text.GDIMetadataEditor.calib.editButton'>Edit</message>
<message id='text.GDIMetadataEditor.calib.calibField'>{1} {2}/count</message>

<message id='text.GDIMetadataEditor.channelInfoTip'>A ? in the channel name represents a wild card where several channels from the same source are combined.</message>



<!-- ===========================================================================

Channel editor dialog

============================================================================ -->



<message id='text.GDIMetadataEditor.calib.dialogTitle'>Edit calibration value</message>

<message id='tpl.GDIMetadataEditor.calib.dialog'>
<h3>Calibration for ${chanName}</h3>
<p>Sensor is measuring: ${dimension}</p>

<p>The <em>${bitWeightLabelString}</em> field allows the digitiser channel
ADC bit weight to be entered in µV/count. This should be listed on the
digitiser module's calibration sheet.</p>

${<if-das>}<p>For Affinity the ADC bit weight is fixed to 1µV/count
at factory calibration.</p>${</if-das>}

<p>${bitWeightLabel} ${bitWeightEditor} µV/count</p>

<p>The <em>${sensitivityLabelString}</em> field allows the sensor's specific
sensitivity or gain (i.e. the response in volts for a given physical stimulus)
to be entered. This should be listed on the sensor's calibration sheet.</p>

${<if-das>}<p>Affinity sensor sensitivity is set in the Data Acquisition
configuration page.</p>${</if-das>}

<p>${sensitivityLabel} ${sensitivityEditor} V/${baseUnit}</p>

<p>${isDifferential}</p>

</message>

<message id='text.GDIMetadataEditor.calib.accept'>Save changes</message>
<message id='text.GDIMetadataEditor.calib.reject'>Discard changes</message>
<message id='text.GDIMetadataEditor.calib.isDifferential'>×2 (differential)</message>

<message id='xhtml.GDIMetadataEditor.calib.bitWeightLabel'>Bit weight</message>
<message id='xhtml.GDIMetadataEditor.calib.sensitivityLabel'>Sensor sensitivity</message>

<message id='text.GDIMetadataEditor.calib.saveFailed'>
Failed to save metadata for channel {1}. {2}
</message>



</messages>
