Skip to main content

CentricObserverCache

Type Alias CentricObserverCache 

Source
pub type CentricObserverCache = Vec<ObserverCentricCache>;
Expand description

Full observer-centric cache for an entire observation dataset.

A contiguous Vec where the element at index i holds the precomputed geocentric and heliocentric state for the i-th observation (i.e., at photom::ObsIndex i).

Aliased Typeยง

pub struct CentricObserverCache { /* private fields */ }