This file is indexed.

/usr/share/pytrainer/plugins/garmin-hr-file/pytrainer.style is in pytrainer 1.11.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# gpsbabel XCSV style file
#
# Format: GPSDrive
# Author: Alex Mottram
#   Date: 12/11/2002
#
# 
#

DESCRIPTION		GpsDrive Format
DATATIPE		TRACK

# FILE LAYOUT DEFINITIIONS:
#
FIELD_DELIMITER		WHITESPACE
RECORD_DELIMITER	CRNEWLINE
BADCHARS		WHITESPACE
PROLOGUE		OziExplorer Waypoint File Version 1.1

SHORTLEN          	20
SHORTWHITE              0

#
# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:

IFIELD	SHORTNAME, "", "%s"
IFIELD	LAT_DECIMAL, "", "%08.5f"
IFIELD	LON_DECIMAL, "", "%08.5f"
IFIELD	ALT_METERS, "", "%.0f"
IFIELD  GMT_TIME,"","%m/%d/%Y %I:%M:%D %p"
IFIELD	ICON_DESCR, "", "%s"
IFIELD  TRACK_NAME, "", "%s"

#OFIELD  TRACK_NAME, "", "%s"
OFIELD	LAT_DECIMAL, "", "%08.5f"
OFIELD	LON_DECIMAL, "", "%08.5f"
OFIELD	ALT_METERS, "", "%.0f"
OFIELD  GMT_TIME,"","%s"
OFIELD  HEART_RATE,"","%d"