Definition at line 1945 of file drivectrl.cc.
References Source::dec, Error(), kENone, Drive::State::kInvalidCoordinates, Source::name, PointingSetup::orbit_period, period, PointingSetup::planet, Source::ra, PointingSetup::source, PointingSetup::wobble_angle, and PointingSetup::wobble_offset.
1947 if (src.
ra<0 || src.
ra>=24)
1950 out <<
"Right ascension out of range [0;24[: Ra=" << src.
ra <<
"h Dec=" << src.
dec <<
"deg";
1951 if (!src.
name.empty())
1952 out <<
" [" << src.
name <<
"]";
1956 if (src.
dec<-90 || src.
dec>90)
1959 out <<
"Declination out of range [-90;90]: Ra=" << src.
ra <<
"h Dec=" << src.
dec <<
"deg";
1960 if (!src.
name.empty())
1961 out <<
" [" << src.
name <<
"]";
1967 out <<
"Tracking Ra=" << src.
ra <<
"h Dec=" << src.
dec <<
"deg";
1968 if (!src.
name.empty())
1969 out <<
" [" << src.
name <<
"]";
PointingSetup fPointingSetup