Added calibration file support to the JPK driver.
[hooke.git] / test / data / vclamp_jpk / README
index 31c9b3bea8a930ce64b0b95467f8adec8f869f61..f2f624db05a2838c7a3ef9cdf4d901e88401ab45 100644 (file)
@@ -3,3 +3,15 @@
 Posted to
   http://code.google.com/p/hooke/issues/detail?id=22
 by albedomanu on Oct 16, 2009.
+
+default.cal is albedomanu's piezo calibration file
+  /etc/opt/jpkspm-config-3.3.1/instruments/JPK00343/calibrations/default.cal
+The path is stored in the force curve zip file in
+  segments/*/segment-header.properties
+as the value for
+  channel.<CHANNEL-NAME>.conversion-set.conversion.<CONVERSION-NAME>.file
+  channel.height.conversion-set.conversion.calibrated.file
+but can be overridden by an attrubute in the XML playlist,
+  <CHANNEL-NAME>_<SOURCE-CONVERSION-NAME>_to_<CONVERSION-NAME>_calibration_file
+  height_nominal_to_calibrated_calibration_file="default.cal"
+Relative paths are rooted in the same directory as the curve file.