Sequence {{ Sequence.SequenceNumber |padStart(3, "0") }} ({{Begin.LineType}}{% if End.IsNTBP %} – NTBP{% endif %})
| Line | {{Sequence.DglSailline}} | |
|---|---|---|
| Start | {{Begin.ShotPointId}} | @ {{Begin.Time |timestamp}} |
| End | {{End.ShotPointId}} | @ {{End.Time |timestamp}} |
| Duration | {{Sequence.DglDuration.hours |default(0)|padStart(2, "0")}}:{{Sequence.DglDuration.minutes |default(0)|padStart(2, "0")}}:{{Sequence.DglDuration.seconds |default(0)|padStart(2, "0")}} | (hh:mm:ss) |
| No. Shots | {{Sequence.DglNumPoints}} | {{Sequence.DglNumMissing}} missing |
| Azimuth | {{Sequence.DglAzimuth |round |padStart(3, "0")}}° | |
| Length | {{Sequence.DglLength |round}} m |
Events
| Shotpoint | Timestamp | Event | Comment |
|---|---|---|---|
| {{ Entry.ShotPointId }} | {{Entry.Time |timestamp}} | {{Entry.EntryType |join(" ")}} |
{{Entry.Comment |unique |join(" ")}} |
Equipment Info
{% for kind, items in Sequence.DglEquipmentInfo |sort(false, false, "kind") | groupby("kind") %}
{% endfor %}
| {{kind}} | |
|---|---|
| {{item.description |markdown}} | |
| {{attr.key}} | {{attr.value |markdownInline}} |
| Last update: | {{item.tstamp.substring(0,10)}} |
Sequence comments
{% for Comment in Sequence.DglSequenceComments %}