Here's an Addon which provides very simple 3D model of a radio telescope based on the telescopes used in the VLA.
http://www.lepp.cornell.edu/~seb/celestia/vla.html
Moderator: selden
# vla telescope model -- simplified version
# modified to place the telescope on the surface of Celestia's sphere
# and to have a fixed orientation.
# Copyright (c) 2010 s.ball
# location of VLA taken from
# http://www.vla.nrao.edu/genpub/overview/
# Location: Plains of San Agustin, west of Socorro, New Mexico.
# latitude = 34°04'43.497" north = 34.0787492
# longitude = 107°37'03.819" west = 107.6177275
# elevation = 2124 m (6970 ft)
# Size:
# Each antenna: 25 m (82 ft) in diameter, 230 tons.
# the position of the telescope
SurfaceObject "vla-01" "Sol/Earth"
{
Class "invisible"
Radius 0.0125
FixedPosition { Planetographic [ -107.6177 34.0787 0.011]}
FixedRotation {}
}
# the telescope dish
"vla-01-reflector" "Sol/Earth/vla-01"
{
Class "component"
Mesh "vla-dish.cmod"
Radius 0.013
NormalizeMesh false
MeshScale 0.000055
OrbitFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedPosition [ 0 0 0 ]
BodyFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedRotation {Inclination 45}
}
# the yoke carrying the dish
"vla-01-yoke" "Sol/Earth/vla-01"
{
Class "component"
Mesh "vla-yoke.cmod"
Radius 0.0125
NormalizeMesh false
MeshScale 0.000055 # arbitrary paper size
OrbitFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedPosition [ 0 0 0 ]
BodyFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedRotation {}
}
# the pedestal supporting the yoke
"vla-01-base" "Sol/Earth"
{
Class "component"
Mesh "vla-base.cmod"
Radius 0.0125
NormalizeMesh false
MeshScale 0.000055 # arbitrary paper size
OrbitFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedPosition [ 0 0 0 ]
BodyFrame { BodyFixed { Center "Sol/Earth/vla-01"}}
FixedRotation {}
}
Users browsing this forum: No registered users and 1 guest