Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ComputationalFitness
Symbols
FITExport
FITFileType
FITImport
FitnessData
$FITMessageDefinitions
RickHennigan`ComputationalFitness`
F
I
T
I
m
p
o
r
t
F
I
T
I
m
p
o
r
t
[
f
i
l
e
]
i
m
p
o
r
t
s
t
h
e
F
I
T
f
i
l
e
a
s
a
D
a
t
a
s
e
t
.
Examples
(
3
0
)
Basic Examples
(
8
)
Import a fit file as a
F
i
t
n
e
s
s
D
a
t
a
object:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
R
i
d
e
.
f
i
t
"
]
O
u
t
[
1
]
=
F
i
t
n
e
s
s
D
a
t
a
T
y
p
e
:
A
c
t
i
v
i
t
y
S
p
o
r
t
:
C
y
c
l
i
n
g
(
R
o
a
d
)
I
n
[
2
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
W
a
l
k
.
f
i
t
"
]
O
u
t
[
2
]
=
F
i
t
n
e
s
s
D
a
t
a
T
y
p
e
:
A
c
t
i
v
i
t
y
S
p
o
r
t
:
W
a
l
k
i
n
g
Import a fit file as a
D
a
t
a
s
e
t
:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
R
i
d
e
.
f
i
t
"
,
"
D
a
t
a
s
e
t
"
]
O
u
t
[
1
]
=
Get a summary of the
r
i
d
e
:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
R
i
d
e
.
f
i
t
"
,
"
S
e
s
s
i
o
n
"
]
O
u
t
[
1
]
=
Get a
T
i
m
e
S
e
r
i
e
s
of GPS coordinates:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
R
i
d
e
.
f
i
t
"
,
"
G
e
o
P
o
s
i
t
i
o
n
"
]
O
u
t
[
1
]
=
View a map of the route:
I
n
[
2
]
:
=
G
e
o
G
r
a
p
h
i
c
s
[
{
R
e
d
,
T
h
i
c
k
,
L
i
n
e
[
V
a
l
u
e
s
[
%
]
]
}
]
O
u
t
[
2
]
=
I
n
[
1
]
:
=
D
a
t
e
L
i
s
t
P
l
o
t
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
H
i
l
l
C
l
i
m
b
.
f
i
t
"
,
"
A
l
t
i
t
u
d
e
"
]
O
u
t
[
1
]
=
Visualize a workout:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
I
n
d
o
o
r
I
n
t
e
r
v
a
l
s
.
f
i
t
"
,
"
P
o
w
e
r
Z
o
n
e
P
l
o
t
"
]
O
u
t
[
1
]
=
Visualize the power phase of pedal strokes in a bike ride:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
L
a
p
s
.
f
i
t
"
,
"
A
v
e
r
a
g
e
P
o
w
e
r
P
h
a
s
e
P
l
o
t
"
]
O
u
t
[
1
]
=
Get the critical power curve for a bike ride:
I
n
[
1
]
:
=
F
I
T
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
B
i
k
e
L
a
p
s
.
f
i
t
"
,
"
C
r
i
t
i
c
a
l
P
o
w
e
r
C
u
r
v
e
P
l
o
t
"
]
O
u
t
[
1
]
=
S
c
o
p
e
(
3
)
O
p
t
i
o
n
s
(
6
)
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
7
)
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
2
)
N
e
a
t
E
x
a
m
p
l
e
s
(
4
)
S
e
e
A
l
s
o
F
I
T
E
x
p
o
r
t
▪
F
I
T
F
i
l
e
T
y
p
e
▪
$
F
I
T
M
e
s
s
a
g
e
D
e
f
i
n
i
t
i
o
n
s
"
"