Repeated RAW data
Posted: Thu Sep 15, 2011 7:57 am
Hi there,
I am downloading my dives from a Suunto Vytec DS. In the raw data, whenever there is an 'alarm' the raw data entries seem to be repeated 3 times. This anomly also shows up in the exports (xml and udcf). I'll give you an excerpt of the udcf to illustrate...
This repetition does not occur on deltas without alarms.
Note that it happens on deltas with any alarm, not just deco (e.g. same occurs for gas switch).
My question: Is this repetition because of the feed my suunto is giving MacDive, or is it because of MacDive itself?
Reason for asking: This repetition makes it harder to parse the export so ultimately I would like this repetition suppressed if possible.
Thanks,
Tom.
I am downloading my dives from a Suunto Vytec DS. In the raw data, whenever there is an 'alarm' the raw data entries seem to be repeated 3 times. This anomly also shows up in the exports (xml and udcf). I'll give you an excerpt of the udcf to illustrate...
Code: Select all
<t>800.00</t>
<d>35.05</d>
<t>820.00</t>
<d>35.05</d>
<t>840.00</t>
<d>35.66</d>
<t>860.00</t> <!-- repeated once -->
<d>35.97</d>
<t>860.00</t> <!-- repeated twice -->
<d>35.97</d>
<alarm>deco</alarm>
<t>860.00</t> <!-- repeated three times -->
<d>35.97</d>
<t>880.00</t>
<d>36.88</d>
<t>900.00</t>
<d>38.10</d>
Note that it happens on deltas with any alarm, not just deco (e.g. same occurs for gas switch).
My question: Is this repetition because of the feed my suunto is giving MacDive, or is it because of MacDive itself?
Reason for asking: This repetition makes it harder to parse the export so ultimately I would like this repetition suppressed if possible.
Thanks,
Tom.