Glossary of Terms
Terms are listed by the default order in which they appear upon exporting a .CSV file from the TrackMan Baseball game tracking software.
V3:
Order |
CSV Column Header |
Description |
Schema/Convention |
Example(s) |
Notes |
1 |
PitchNo |
Chronological rank of the pitch in the game. Pitch number n is the nth pitch of the game. |
1 to N |
22 |
|
2 |
Date |
Date of the pitch release in local time. |
YYYY-MM-DD |
2019-07-25 |
|
3 |
Time |
Time of the pitch release in local time. |
HH:MM:SS.ss (24 hour clock) |
18:05:23.47 |
|
4 |
UTCDate |
Date of the pitch release in UTC time |
YYYY-MM-DD |
2019-07-26 |
|
5 |
UTCTime |
Time of the pitch release in UTC time |
HH:MM:SS.ss (24 hour clock) |
04:05:23.47 |
|
6 |
LocalDateTime |
Local timestamp corresponding to session start time |
YYYY-MM-DDTHH:MM:SS.fffffff-HH:MM |
2009-06-15T13:45:30.0000000-07:00 |
|
7 |
UTCDateTime |
UTC timestamp corresponding to session start time |
YYYY-MM-DDTHH:MM:SS.fffffffZ |
2009-06-15T13:45:30.0000000Z |
|
8 |
PAofInning |
Plate Appearance of Inning, chronological rank of the plate appearance in the half inning. |
1 to N |
1 |
|
9 |
PitchofPA |
Pitch of Plate Appearance, chronological rank of the pitch in the plate appearance. |
1 to N |
1 |
|
10 |
Pitcher |
Name of the pitcher who threw the pitch. |
Last, First |
Kershaw, Clayton |
|
11 |
PitcherId |
ID of the pitcher who faced the pitch, according ID prioritization... In samples this is not the TM GUID, looks like MLB based ID - we have many ID types; the priority list goes MLB, NPB, KBO, TMBB, PBR, AMA, PG, CCBL. A player can have every single type of ID but the highest ID on the priority list will be the one delivered. |
Range of ID formats possible |
678255 |
|
12 |
PitcherThrows |
Throwing hand of the pitcher for the pitch. |
Right, Left |
Right |
|
13 |
PitcherTeam |
Name of the pitcher’s team in abbreviated format (legacy short name). |
N Chars OR N Chars underscore N Chars
|
NYM, COL_FIR |
|
14 |
Batter |
Name of the batter who faced the pitch. |
Last, First |
Morales, Kendrys |
|
15 |
BatterId |
ID of the batter who faced the pitch, according ID prioritization. |
Some ID format |
678255 |
|
16 |
BatterSide |
Hitting side of the batter for the pitch. |
Right, Left |
Right |
|
17 |
BatterTeam |
Name of the batter’s team in abbreviated format (short name). |
N Chars OR N Chars underscore N Chars
|
NYM, COL_FIR |
|
18 |
PitcherSet |
Indication of whether a pitcher is throwing from the windup or stretch. |
Undefined |
Undefined |
|
19 |
Inning |
Inning in which the pitch is thrown. |
1 to N |
1 |
|
20 |
Top/Bottom |
Half inning in which the pitch is thrown. |
Top, Bottom |
Top |
|
21 |
Outs |
Number of outs before the pitch is thrown. |
0, 1, 2 |
2 |
|
22 |
Balls |
Number of balls in the count before the pitch is thrown. |
0, 1, 2, 3 |
0 |
|
23 |
Strikes |
Number of strikes in the count before the pitch is thrown. |
0, 1, 2 |
1 |
|
24 |
TaggedPitchType |
Pitch classification selected manually by system operator. |
Fastball, Sinker, Cutter, Curveball, Slider, Changeup, Splitter, Knuckleball and Undefined or Other |
Fastball |
|
25 |
AutoPitchType |
Pitch classification automatically generated by Data Platform |
Four-Seam, Sinker, Cutter, Changeup, Splitter, Slider, Curveball, Other |
Cutter |
|
26 |
PitchCall |
Description of the pitch result |
StrikeCalled, StrikeSwinging, BallCalled, BallinDirt, BallIntentional, HitByPitch, FoulBall, InPlay |
StrikeSwinging |
|
27 |
KorBB |
“Strikeout” if the batter strikes out on the pitch or “Walk” if the batter walks on the pitch. If neither then, "Undefined". |
Strikeout, Walk, Undefined |
Walk |
|
28 |
TaggedHitType |
Hit classification selected manually by the tagger or cleaner based on Angle column. |
Bunt, GroundBall, LineDrive, FlyBall, Popup |
GroundBall |
|
29 |
AutoHitType |
Hit classification automatically generated by Data Platform |
GroundBall, LineDrive, FlyBall, PopUp |
FlyBall |
|
30 |
PlayResult |
Elaboration of a ball in play. |
Single, Double, Triple, HomeRun, Error, FieldersChoice, Out, Sacrifice, Undefined |
HomeRun |
|
31 |
OutsOnPlay |
Number of outs recorded on that pitch and all subsequent events prior to the next pitch. |
0 to 3 |
1 |
|
32 |
RunsScored |
Number of runs scored on that pitch and all subsequent events prior to the next pitch. |
0 to 4 |
3 |
|
33 |
Notes |
Section where notes are left by the tagger for help when reviewing. Verified games will have no notes |
Text |
Pitcher B replaced Pitcher A at pitch 121 |
Notes that are left by the tagger are removed after cleaning.
|
34 |
RelSpeed |
Speed of the ball as it leaves the pitcher’s hand, reported in miles per hour or meters per second. |
Imperial: mph Metric: km/hr
|
Imperial: 91.7170035254 Metric: 147.604209322 |
|
35 |
VertRelAngle |
Vertical Release Angle - The vertical angle formed by the intersection of the y-axis and the ball’s path (in the z-direction) as it leaves the pitcher’s hand. A negative number means the ball is sloping downward, while a positive number means it’s sloping upward. |
Imperial: degrees Metric: degrees
|
Imperial: -2.01325815734 Metric: -2.01325815734 |
|
36 |
HorzRelAngle |
Horizontal Release Angle - The horizontal angle formed by the intersection of the ball’s path (in the z-direction) as it leaves the pitcher’s hand. A negative number means the ball is travelling towards the LHB batter’s box, while a positive number means it’s travelling towards the RHB batter’s box. |
Imperial: degrees Metric: degrees
|
Imperial: -3.11244135838 Metric: -3.11244135838 |
|
37 |
SpinRate |
Speed at which the ball is spinning, reported in revolutions per minute (RPM). |
Imperial: rpm Metric: rpm
|
Imperial: 2160.72840579 Metric: 2160.72840579 |
|
38 |
SpinAxis |
Direction in which the ball is spinning, reported in degrees of tilt. |
Imperial: Degrees Metric: Degrees
|
Imperial: 187.342798949 Metric: 187.342798949 |
|
39 |
Tilt |
Spin axis converted into clock time, rounded to the nearest 15 minutes. As a rule of thumb, the ball will break in the direction of the number on the clock face. |
HH:MM (where MM is 00, 15, 30, 45 only) |
3:00 9:30 |
|
40 |
RelHeight |
Release Height - Vertical distance of the ball above home plate when the pitcher releases the ball, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 5.94393695681 Metric: 1.81171198444 |
|
41 |
RelSide |
Release Side - Distance from the y-axis from which the pitcher releases the ball, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 2.16709430318 Metric: 0.660530343609 |
|
42 |
Extension |
Distance towards home plate from which the pitcher releases the ball relative to the pitching rubber, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 6.15368109717 Metric: 1.87564199842 |
|
43 |
VertBreak |
Vertical Break - Distance between the height at which the ball crosses home plate and the height at which it would have crossed if it travelled in a straight line from release and were completely unaffected by gravity, reported in inches or centimeters. |
Imperial: Inches Metric: Centimetres
|
Imperial: -15.2028322392 Metric: -38.6151938876 |
|
44 |
InducedVertBreak |
Induced Vertical Break - Distance between the height at which the ball crosses home plate and the height at which it would have crossed if it travelled in a straight line from release and were affected by gravity, reported in inches or centimeters. |
Imperial: Inches Metric: Centimetres
|
Imperial: 17.2813649188 Metric: 43.8946668938 |
|
45 |
HorzBreak |
Horizontal Break - Horizontal distance between where the ball crosses home plate and where it would have crossed if it had travelled in a straight line from release and were unaffected by gravity, reported in inches or centimeters. |
Imperial: Inches Metric: Centimetres
|
Imperial: 2.23085164439 Metric: 5.66636317674 |
|
46 |
PlateLocHeight |
Plate Location Height - The height of the ball relative to home plate as it crosses the front of the plate, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 2.81358351991 Metric: 0.85758025687 |
|
47 |
PlateLocSide |
Plate Location Side - Distance from the y-axis to the ball as it crosses the front of home plate, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: -0.525242850293 Metric: -0.160094020769 |
|
48 |
ZoneSpeed |
Speed of the ball as it crosses the front of home plate, reported in miles per hour or meters per second. |
Imperial: MPH Metric: km/hr
|
Imperial: 84.8322573439 Metric: 136.524284363 |
|
49 |
VertApprAngle |
Vertical Approach Angle - The vertical angle formed by the intersection of the y-axis and the ball’s path (in the z-direction) as it crosses the front of home plate. |
Imperial: Degrees Metric: Degrees
|
Imperial: -4.85784733288 Metric: -4.85784733288 |
|
50 |
HorzApprAngle |
Horizontal Approach Angle - The horizontal angle formed by the intersection of the y-axis and the ball’s path (in the x-direction) as it crosses the front of home plate. |
Imperial: Degrees Metric: Degrees
|
Imperial: -2.69416084584 Metric: -2.69416084584 |
|
51 |
ZoneTime |
Time elapsed from when the pitcher releases the ball to when it crosses the front of home plate, reported in seconds. |
SS.ss |
0.410211269395 |
|
52 |
ExitSpeed |
Speed of the ball the moment it comes off the bat, reported in miles per hour or meters per second. |
Imperial: MPH Metric: km/hr
|
Imperial: 75.587636451 Metric: 121.646509197 |
|
53 |
Angle |
The vertical angle formed by the intersection of the y-axis and the ball’s path (in the z-direction) as it leaves the bat. |
Imperial: Degrees Metric: Degrees
|
Imperial: 18.5544876946 Metric: 18.5544876946 |
|
54 |
Direction |
The horizontal angle formed by the intersection of the y-axis and the ball’s path (in the x-direction) as it leaves the bat. |
Imperial: Degrees Metric: Degrees
|
Imperial: -152.904478706 Metric: -152.904478706 |
|
55 |
HitSpinRate |
Speed at which the ball is spinning as it leaves the bat, reported in revolutions per minute (RPM). |
Imperial: RPM Metric: RPM
|
Imperial: 2473.71893338 Metric: 2473.71893338 |
|
56 |
PositionAt110X |
The position of the ball along the x-axis when it has traveled 110 feet from home plate, reported in feet. |
Imperial: Feet Metric: Metres
|
Imperial: -100.279950716 Metric: -30.5653289783 |
|
57 |
PositionAt110Y |
The position of the ball along the y-axis when it has traveled 110 feet from home plate, reported in feet. |
Imperial: Feet Metric: Metres
|
Imperial: 15.3679620283 Metric: 4.68415482622 |
|
58 |
PositionAt110Z |
The position of the ball along the z-axis when it has traveled 110 feet from home plate, reported in feet. |
Imperial: Feet Metric: Metres
|
Imperial: -45.2090906378 Metric: -13.7797308264 |
|
59 |
Distance |
The estimated “carry flat” distance, measured in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 373.95014 Metric: 113.98 |
|
60 |
LastTrackedDistance |
The distance, measured in feet or meters, that the radar actually tracks the ball. |
Imperial: Feet Metric: Metres
|
Imperial: 368.03479 Metric: 112.177 |
|
61 |
Bearing |
The horizontal angle formed by the intersection of the y-axis and a straight line drawn from the plate to the landing spot of the ball. |
Imperial: Degrees Metric: Degrees
|
Imperial: 18.164 Metric: 18.164 |
|
62 |
HangTime |
Time elapsed from the moment the ball hits the bat until the ball lands or would have landed if not obstructed, reported in seconds. |
Imperial: Seconds Metric: Seconds
|
Imperial: 6.169418 Metric: 6.169418 |
|
63 |
pfxx |
The horizontal (left-right) movement of the pitch during the last 40 feet before the front of home plate, as compared to a theoretical pitch thrown at the same speed with no spin-induced movement. |
Imperial: Inches Metric: Centimeters
|
Imperial: -1.96634816754 Metric: -4.99452434555 |
|
64 |
pfxz |
The vertical (up-down) movement of the pitch during the last 40 feet before the front of home plate, as compared to a theoretical pitch thrown at the same speed with no spin-induced movement. |
Imperial: Inches Metric: Centimeters |
Imperial: 9.86905764399 Metric: 25.0674064157 |
|
65 |
x0 |
The distance of the ball from the center of the rubber along the x-axis. |
Imperial: Feet Metric: Meters |
Imperial: -1.93177947105 Metric: -0.588806382776 |
|
66 |
y0 |
The distance of the ball from the tip of home plate along the y-axis. |
Imperial: Feet Metric: Meters |
Imperial: 50 Metric: 15.24 |
|
67 |
z0 |
The distance of the ball from the tip of home plate along the z-axis. |
Imperial: Feet Metric: Meters |
Imperial: 5.5876 Metric: 1.674663 |
|
68 |
vx0 |
The velocity of the ball in the x-direction. |
Imperial: ft/s Metric: m/s |
Imperial: 5.54958 Metric: 0.960983 |
|
69 |
vy0 |
The velocity of the ball in the y-direction. |
Imperial: ft/s Metric: s/s |
Imperial: -136.99388 Metric: -42.390186 |
|
70 |
vz0 |
The velocity of the ball in the z-direction. |
Imperial: ft/s Metric: s/s |
Imperial: -3.94918 Metric: -1.234686 |
|
71 |
ax0 |
The acceleration of the ball in the x-direction. |
Imperial: ft/s^2 Metric: m/s^2 |
Imperial: -12.19112 Metric: -4.539366 |
|
72 |
ay0 |
The acceleration of the ball in the y-direction. |
Imperial: ft/s^2 Metric: m/s^2 |
Imperial: 26.61661 Metric: 8.544948 |
|
73 |
az0 |
The acceleration of the ball in the z-direction. |
Imperial: ft/s^2 Metric: m/s^2 |
Imperial: -12.06983 Metric: -3.912782 |
|
74 |
HomeTeam |
The designated home team shortname for the game. Always in the field first. |
N Chars OR N Chars underscore N Chars
|
AZL_ANG |
|
75 |
AwayTeam |
The designated away team shortname for the game. Always bats first. |
N Chars OR N Chars underscore N Chars |
AZL_ROY |
|
76 |
Stadium |
Venue at which the game takes place (Legacy stadium short name) |
Abbreviation name of stadium, no spaces |
TempeDiablo |
|
77 |
Level |
Level at which the game is played at |
N Chars |
AAA, AA, A+... |
|
78 |
League |
League in which the game is played |
N Chars |
SAL, NPM... |
|
79 |
GameID |
aka the 'Game Reference' |
YYYYMMDD-StadiumShortname-N |
20180808-LPFrans-1 |
|
80 |
PitchUID |
Unique pitch identifier (Tag GUID or Play object GUID) |
GUID |
739cbc28-af41-11e9-9ea5-7c67a2932f5a |
|
81 |
System |
System in which the game was played in front of |
v3 |
v3 |
|
82 |
HomeTeamForeignID |
External ID for Home Team |
String of numbers |
147 |
|
83 |
AwayTeamForeignID |
External ID for Away Team |
String of numbers |
121 |
|
84 |
GameForeignID |
GamePK |
String of numbers |
606737 |
|
85 |
Catcher |
Name of the catcher for this pitch |
Left, Right |
Sanchez, Gary |
|
86 |
CatcherId |
Same format as PitcherId and BatterId |
String of numbers |
596142 |
|
87 |
CatcherThrows |
Throwing hand (and catching hand) of the catcher for the pitch |
Left, Right |
Right |
|
88 |
CatcherTeam |
Name of the catcher's team in abbreviated format (short name). |
N Chars OR N Chars underscore N Chars
|
NYY SCR_YAN |
|
89 |
GameUID |
Unique game identifier (Game GUID) |
GUID |
ae6556e5-dde8-457c-972e-59cab87b11b6 |
|
90 |
PlayID |
Unique play identifier (Play GUID) |
GUID |
|
This ID is used with Composite Images |
91 |
EffectiveVelo |
Imperial: mph Metric: km/hr |
Imperial: 80.88999 Metric: 130.17982 |
|
|
92 |
MaxHeight |
The apex of the trajectory of a batted ball, reported in feet or meters. |
Imperial: Feet Metric: Metres
|
Imperial: 147.7778 Metric: 45.04267344 |
|
93 |
MeasuredDuration |
The amount of time that a batted ball is tracked by the radar, reported in seconds. |
SS.ss |
0.531682112593 |
|
94 |
SpeedDrop |
The difference between RelSpeed and ZoneSpeed, reported in miles per hour or meters per second. |
Imperial: mph Metric: km/hr
|
Imperial: -7.24321 Metric: -11.65681655 |
|
95 |
PitchLastMeasuredX |
X-coordinate for where the pitch was last measured |
Imperial: Feet Metric: Metres |
Imperial: -3.22669 Metric: -0.983495112 |
|
96 |
PitchLastMeasuredY |
Y-coordinate for where the pitch was last measured |
Imperial: Feet Metric: Metres |
Imperial: 3.00071 Metric: 0.914616 |
|
97 |
PitchLastMeasuredZ |
Z-coordinate for where the pitch was last measured |
Imperial: Feet Metric: Metres |
Imperial: 0.80741 Metric: 0.2460986 |
|
98 |
PitchTrajectoryXc0 |
0 order coefficient for trajectory polynomial describing x-coordinate of the pitch |
Imperial: Feet Metric: Metres |
Imperial: 54.35661 Metric: 16.522658 |
|
99 |
PitchTrajectoryXc1 |
1 order coefficient for trajectory polynomial describing x-coordinate of the pitch |
Imperial: ft/s Metric: m/s
|
Imperial: -137.83773 Metric: -42.647959 |
|
100 |
PitchTrajectoryXc2 |
2 order coefficient for trajectory polynomial describing x-coordinate of the pitch |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: 13.30831 Metric: 4.272474 |
|
101 |
PitchTrajectoryYc0 |
0 order coefficient for trajectory polynomial describing y-coordinate of the pitch |
Imperial: Feet Metric: Meters
|
Imperial: 5.70674 Metric: 1.710129 |
|
102 |
PitchTrajectoryYc1 |
1 order coefficient for trajectory polynomial describing y-coordinate of the pitch |
Imperial: ft/s Metric: m/s
|
Imperial: -3.56652 Metric: -1.116651 |
|
103 |
PitchTrajectoryYc2 |
2 order coefficient for trajectory polynomial describing y-coordinate of the pitch |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -6.03491 Metric: -1.956391 |
|
104 |
PitchTrajectoryZc0 |
0 order coefficient for trajectory polynomial describing z-coordinate of the pitch |
Imperial: Feet Metric: Meters
|
Imperial: -1.2759 Metric: -0.449051 |
|
105 |
PitchTrajectoryZc1 |
1 order coefficient for trajectory polynomial describing z-coordinate of the pitch |
Imperial: ft/s Metric: m/s
|
Imperial: 5.93608 Metric: 1.09792 |
|
106 |
PitchTrajectoryZc2 |
2 order coefficient for trajectory polynomial describing z-coordinate of the pitch |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -6.09556 Metric: -2.269683 |
|
107 |
ContactPositionX |
The position along the x-axis at which the ball was contacted by the bat. |
Imperial: Feet Metric: Meters |
Imperial: 0.5421 Metric: 0.165231 |
|
108 |
ContactPositionY |
The position along the y-axis at which the ball was contacted by the bat. |
Imperial: Feet Metric: Meters |
Imperial: 2.72517 Metric: 0.830631 |
|
109 |
ContactPositionZ |
The position along the z-axis at which the ball was contacted by the bat. |
Imperial: Feet Metric: Meters |
Imperial: 0.14737 Metric: 0.044919 |
|
110 |
HitSpinAxis |
The axis on which the ball is spinning after being hit. |
Imperial: Degrees Metric: Degrees |
Imperial: 91.75812 Metric: 91.75812 |
|
111 |
HitTrajectoryXc0 |
0 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: Feet Metric: Meters
|
Imperial: 0.54207 Metric: 0.165224 |
|
112 |
HitTrajectoryXc1 |
1 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s Metric: m/s
|
Imperial: 115.85982 Metric: 35.314071 |
|
113 |
HitTrajectoryXc2 |
2 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -16.17724 Metric: -4.930822 |
|
114 |
HitTrajectoryXc3 |
3 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^3 Metric: m/s^3
|
Imperial: 6.96733 Metric: 2.123641 |
|
115 |
HitTrajectoryXc4 |
4 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^4 Metric: m/s^4
|
Imperial: -1.76406 Metric: -0.537685 |
|
116 |
HitTrajectoryXc5 |
5 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^5 Metric: m/s^5
|
Imperial: 0.40208 Metric: 0.122554 |
|
117 |
HitTrajectoryXc6 |
6 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^6 Metric: m/s^6
|
Imperial: -0.07754 Metric: -0.023634 |
|
118 |
HitTrajectoryXc7 |
7 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^7 Metric: m/s^7 |
Imperial: 0.01061 Metric: 0.003233 |
|
119 |
HitTrajectoryXc8 |
8 order coefficient for trajectory polynomial describing x-coordinate of the hit |
Imperial: ft/s^8 Metric: m/s^8
|
Imperial: -0.00075 Metric: -0.000229 |
|
120 |
HitTrajectoryYc0 |
0 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: Feet Metric: Meters
|
Imperial: 2.15398 Metric: 0.656532 |
|
121 |
HitTrajectoryYc1 |
1 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s Metric: m/s
|
Imperial: 115.53408 Metric: 35.214787 |
|
122 |
HitTrajectoryYc2 |
2 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -24.11335 Metric: -7.34975 |
|
123 |
HitTrajectoryYc3 |
3 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^3 Metric: m/s^3
|
Imperial: 1.79235 Metric: 0.546309 |
|
124 |
HitTrajectoryYc4 |
4 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^4 Metric: m/s^4 |
Imperial: -0.01619 Metric: -0.004935 |
|
125 |
HitTrajectoryYc5 |
5 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^5 Metric: m/s^5
|
Imperial: -0.09218 Metric: -0.028097 |
|
126 |
HitTrajectoryYc6 |
6 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^6 Metric: m/s^6
|
Imperial: 0.03417 Metric: 0.010415 |
|
127 |
HitTrajectoryYc7 |
7 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^7 Metric: m/s^7
|
Imperial: -0.00709 Metric: -0.00216 |
|
128 |
HitTrajectoryYc8 |
8 order coefficient for trajectory polynomial describing y-coordinate of the hit |
Imperial: ft/s^8 Metric: m/s^8
|
Imperial: 0.00068 Metric: 0.000206 |
|
129 |
HitTrajectoryZc0 |
0 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: Feet Metric: Meters
|
Imperial: 0.25757 Metric: 0.078507 |
|
130 |
HitTrajectoryZc1 |
1 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s Metric: m/s
|
Imperial: -7.93631 Metric: -2.418987 |
|
131 |
HitTrajectoryZc2 |
2 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: 1.13819 Metric: 0.346921 |
|
132 |
HitTrajectoryZc3 |
3 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^3 Metric: m/s^3
|
Imperial: -0.16994 Metric: -0.051797 |
|
133 |
HitTrajectoryZc4 |
4 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^4 Metric: m/s^4
|
Imperial: 0.00539 Metric: 0.001644 |
|
134 |
HitTrajectoryZc5 |
5 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^5 Metric: m/s^5
|
Imperial: 0.0063 Metric: 0.00192 |
|
135 |
HitTrajectoryZc6 |
6 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^6 Metric: m/s^6
|
Imperial: -0.00264 Metric: -0.000804 |
|
136 |
HitTrajectoryZc7 |
7 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^7 Metric: m/s^7
|
Imperial: 0.00056 Metric: 0.00017 |
|
137 |
HitTrajectoryZc8 |
8 order coefficient for trajectory polynomial describing z-coordinate of the hit |
Imperial: ft/s^8 Metric: m/s^8
|
Imperial: -0.00005 Metric: -0.000015 |
|
138 |
ThrowSpeed |
Speed at release of throw from catcher |
Imperial: mph Metric: km/h |
Imperial: 75.93069 Metric: 98.5824 |
|
139 |
PopTime |
Time it takes the ball to travel from the catchers glove to the spot even with the base the ball is being thrown to. Time starts once ball is caught by catcher and time ends once ball crosses the plane even with the base where the fielder would have caught the ball. |
Imperial: seconds Metric: seconds
|
Imperial: 3.138993 Metric: 3.138993 |
|
140 |
ExchangeTime |
Time from when catcher catches the ball to when the catcher releases the ball. |
Imperial: seconds Metric: seconds
|
Imperial: 1.857792 Metric: 1.857792 |
|
141 |
TimeToBase |
Time from when the catcher releases the ball to when the ball crosses the plane even with the base being thrown to. |
Imperial: seconds Metric: seconds
|
Imperial: 1.281201 Metric: 1.281201 |
|
142 |
CatchPositionX |
X-coordinate for position where the catcher caught the ball |
Imperial: Feet Metric: Metres
|
Imperial: -0.945756 Metric: -0.28826643 |
|
143 |
CatchPositionY |
Y-coordinate for position where the catcher caught the ball |
Imperial: Feet Metric: Metres
|
Imperial: 1.102774 Metric: 0.3361255 |
|
144 |
CatchPositionZ |
Z-coordinate for position where the catcher caught the ball |
Imperial: Feet Metric: Metres
|
Imperial: -0.051718 Metric: -0.0157636 |
|
145 |
ThrowPositionX |
X-coordinate for position of the throw release |
Imperial: Feet Metric: Metres
|
Imperial: -0.93745 Metric: -0.28573 |
|
146 |
ThrowPositionY |
Y-coordinate for position of the throw release |
Imperial: Feet Metric: Metres
|
Imperial: 5.08258 Metric: 1.54917 |
|
147 |
ThrowPositionZ |
Z-coordinate for position of the throw release |
Imperial: Feet Metric: Metres
|
Imperial: 1.66828 Metric: 0.50849 |
|
148 |
BasePositionX |
X-coordinate for position of the ball when it reached the base |
Imperial: Feet Metric: Metres
|
Imperial: 126.39376 Metric: 38.52481 |
|
149 |
BasePositionY |
Y-coordinate for position of the ball when it reached the base |
Imperial: Feet Metric: Metres
|
Imperial: 5.91334 Metric: 1.802386 |
|
150 |
BasePositionZ |
Z-coordinate for position of the ball when it reached the base |
Imperial: Feet Metric: Metres
|
Imperial: 2.16499 Metric: 0.659889 |
|
151 |
ThrowTrajectoryXc0 |
0 order coefficient for trajectory polynomial describing x-coordinate |
Imperial: Feet Metric: Metres
|
Imperial: -0.76567 Metric: -0.233338 |
|
152 |
ThrowTrajectoryXc1 |
1 order coefficient for trajectory polynomial describing x-coordinate |
Imperial: ft/s Metric: m/s
|
Imperial: 108.4012 Metric: 33.04069 |
|
153 |
ThrowTrajectoryXc2 |
2 order coefficient for trajectory polynomial describing x-coordinate |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -7.10359 Metric: -2.16517 |
|
154 |
ThrowTrajectoryYc0 |
0 order coefficient for trajectory polynomial describing y-coordinate |
Imperial: Feet Metric: Metres
|
Imperial: 5.14503 Metric: 1.5682 |
|
155 |
ThrowTrajectoryYc1 |
1 order coefficient for trajectory polynomial describing y-coordinate |
Imperial: ft/s Metric: m/s
|
Imperial: 17.20691 Metric: 5.244666 |
|
156 |
ThrowTrajectoryYc2 |
2 order coefficient for trajectory polynomial describing y-coordinate |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: -12.94554 Metric: -3.9458 |
|
157 |
ThrowTrajectoryZc0 |
0 order coefficient for trajectory polynomial describing z-coordinate |
Imperial: Feet Metric: Metres
|
Imperial: 1.59314 Metric: 0.485589 |
|
158 |
ThrowTrajectoryZc1 |
1 order coefficient for trajectory polynomial describing z-coordinate |
Imperial: ft/s Metric: m/s
|
Imperial: -2.60466 Metric: -0.7939 |
|
159 |
ThrowTrajectoryZc2 |
2 order coefficient for trajectory polynomial describing z-coordinate |
Imperial: ft/s^2 Metric: m/s^2
|
Imperial: 2.36459 Metric: 0.720727 |
|
160 |
PitchReleaseConfidence |
Confidence in the accuracy of the pitch release data |
High, Medium, Low, Blank |
High |
|
161 |
PitchLocationConfidence |
Confidence in the accuracy of the pitch location data |
High, Medium, Low, Blank |
Medium |
|
162 |
PitchMovementConfidence |
Confidence in the accuracy of the pitch movement/breaks data |
High, Medium, Low, Blank |
Low |
|
163 |
HitLaunchConfidence |
Confidence in the accuracy of the hit launch data |
High, Medium, Low, Blank |
|
|
164 |
HitLandingConfidence |
Confidence in the accuracy of the hit landing data |
High, Medium, Low, Blank |
High |
|
165 |
CatcherThrowCatchConfidence |
Confidence in the accuracy of the catch data from the catcher |
High, Medium, Low, Blank |
Medium |
|
166 |
CatcherThrowReleaseConfidence |
Confidence in the accuracy of the catcher throw release data |
High, Medium, Low, Blank |
Low |
|
167 |
CatcherThrowLocationConfidence |
Confidence in the accuracy of the catcher throw location data |
High, Medium, Low, Blank |
|