subsurface/xslt
Miika Turkia e4f65ab21e Select only "meaningful" samples for divelogs.de export
The logic to select samples from EON Steel for divelogs.de export is the
following:
- Ignore sample at time zero, as that is surface, and the second "odd"
  sample contains information we are interested in
- Grab the second sample, first sample with pressure and temperature
  readings
- Grab the third sample - "grand parent" is 0, thus our first interval
  sample
- Grab the samples when the predecessor (or grand parent) is at least 10
  seconds away

This logic seems to produce reasonable results when exporting EON Steel
logs to divelogs.de. Naturally there might be corner cases, that are not
taken into account, but this basic logic seems reasonable in normal
cases. (Unfortunately analysis is done based on a single dive.)

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-05-02 17:02:21 -07:00
..
commonTemplates.xsl Count the UDDF samples in different namespaces 2015-02-01 07:09:59 -08:00
csv2xml.xslt Use the get field template from common templates 2015-01-26 09:25:36 -08:00
DiveLog.xslt DiveLog import: Only include weight when available 2015-02-18 11:11:03 -08:00
divelogs-export.xslt Select only "meaningful" samples for divelogs.de export 2015-05-02 17:02:21 -07:00
divelogs.xslt Support for importing additional tanks 2014-10-12 14:59:51 -04:00
DivingLog.xslt Tune the unit test on DivingLog import 2014-07-23 08:20:56 -07:00
jdivelog2subsurface.xslt Identify converted files as imported 2013-03-08 10:17:33 -08:00
MacDive.xslt Identify converted files as imported 2013-03-08 10:17:33 -08:00
manualcsv2xml.xslt Move getFieldByIndex template to common templates 2015-01-26 09:25:29 -08:00
sensuscsv.xslt Should use the common GetFieldByIndex on import 2015-01-31 10:14:31 -08:00
shearwater.xslt Include some extra information on Shearwater import 2014-12-07 09:46:07 -06:00
subsurfacecsv.xslt Should use the common GetFieldByIndex on import 2015-01-31 10:14:31 -08:00
SuuntoDM4.xslt We need to use include statement on XSLT nowadays 2013-12-24 07:16:30 -08:00
SuuntoSDM.xslt Use bottom temperature on Suunto SDM imports 2014-10-29 15:07:47 -07:00
udcf.xslt Support timedepth mode on UDCF import 2014-11-10 21:12:05 -08:00
uddf-export.xslt Fix event/alarm types in UDDF export. 2014-12-14 23:22:05 -08:00
uddf.xslt Describe cylinder as unknown instead of mix name 2014-12-19 08:56:46 -08:00
xml2csv.xslt Update header to use sample wording on CSV export 2015-01-26 09:25:21 -08:00
xml2manualcsv.xslt Switching to tab delimited CSV export 2015-01-24 14:50:16 -08:00