Flux values used by density models, evaluated at the requested time. No time lags are incorporated.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def AtmFlux(self, Scale:"AgEUtTimeScale", WholeDays:int, SecsIntoDay:float, F10p7:float, AvgF10p7:float, Ap:float, ApDaily:float, Kp:float, KpDaily:float) -> typing.Tuple[float, float, float, float, float, float]: |
- Scale
- Requested time scale.
- WholeDays
- Number of whole days in the time scale.
- SecsIntoDay
- Seconds into the day.
- F10p7
- F10.7 flux value at the requested time.
- AvgF10p7
- Average F10.7 flux value at the requested time.
- Ap
- Geomagnetic flux , expressed as an Ap value, at the requested time.
- ApDaily
- The daily value of geomagnetic flux , expressed as an Ap value, at the requested time.
- Kp
- Geomagnetic flux , expressed as a Kp value, at the requested time.
- KpDaily
- The daily value of geomagnetic flux , expressed as an Kp value, at the requested time.
Uses the flux file as configured in HPOP as the source of data.






