# Model Datasheet: BasketballThrowPowerModel

## General Information
- **Model Name:** BasketballThrowPowerModel
- **Current Version:** v1.0
- **Model file extension:** No extension provided.
- **Datasource:**
  - **Twintech:**
    - `athleteId`
    - `blobUrl`
    - `matchId`
    - `seqNum`
- **Training Required:** False

### Description
Physics-based tracking model that estimates how hard each pass was thrown. For every detected transfer it fits a projectile trajectory to the ball samples (least squares with g = 9.81 m/s2) and independently solves the closed-form projectile equation from the release point, the catch point and the flight time; when the two agree it averages them. It returns release speed in m/s and km/h, release angle, kinetic energy of the 0.62 kg ball, a 0-100 power index and a reliability flag per pass, plus per player averages and maxima.

## Execution Profile
This model operates using static or constant calculation layers. No dynamic training pipeline is required for this configuration.
