ecfToLookAngles function
Implementation
Map<String, dynamic> ecfToLookAngles(observerGeodetic, satelliteEcf) {
final topocentricCoords = topocentric(observerGeodetic, satelliteEcf);
return topocentricToLookAngles(topocentricCoords);
}
Map<String, dynamic> ecfToLookAngles(observerGeodetic, satelliteEcf) {
final topocentricCoords = topocentric(observerGeodetic, satelliteEcf);
return topocentricToLookAngles(topocentricCoords);
}