This block allows to calculate azimut and elevation of any object over a ground station.
This block allows to calculate azimut and elevation of any object over a ground station. Given a ground station input (latitude;longitude;alttude;mask) and 3x1 vector of coordinates in ecf frame it calculates azimut and elevation of the object. In reality mask is not taken into account and it is only there to be compatible with GROUND_STATION block output. STATION_POINTING block does not verify if object is indeed visible, and returns negative elevation if necessary.
Input 1: 4x1 double [latitude;longitude;alttude;mask] (rad;rad;m;rad)
Input 2: 3x1 double position (m)
Output 1: 2x1 double [azimut, elevation] (rad)
Output 2: 1x1 double [distance] (m)
macros/STATION_POINTING.sci
macros/AB_gm_sation_pointing.sci
STATION_VISIBILITY - Aerospace Blockset block calculating access between ground station and satellite..
GROUND_STATION - Aerospace Blockset block allowing for easy input of ground station name, location and visibility mask.
PLOT_POLAR - Aerospace Blockset block that plots passes of satellites, celestial bodies, airplanes, etc over a specified ground station