pylupnt.RayTraceConfig¶
- class pylupnt.RayTraceConfig¶
Configuration for ionospheric ray tracing.
- property compute_higher_order¶
Compute second-order (and higher) delays.
- property corr_tol¶
Endpoint correction tolerance [m].
- property correction¶
Apply endpoint correction.
- property correction_method¶
Correction method (“grid” or “newton”).
- property cutoff_r¶
Outer cutoff radius for tracing [km].
- property fine_correction¶
Apply fine correction.
- property freq_Hz¶
Signal frequency [Hz].
- property gradn_dx¶
Finite-difference step for the refractive-index gradient [km].
- property integ_method¶
Integration method (“RK4” or “Euler”).
- property kp¶
Kp index for the ionosphere model.
- property rz12¶
IRI R12 sunspot index; >0 uses value, -1 with storm model, -2 without.
- property step_size¶
Ray-tracing step size [km].
- property straight_ray¶
Assume a straight ray path.
- property use_adaptive_step¶
Use adaptive step-size control.
- property use_fortran_gcpm¶
Use the Fortran GCPM implementation.