Spacecrafts for Celestia

The home for finished/released addons.
Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1061by toutatis » 28.04.2019, 15:45

Start work with Venus-Expres model from ESA... need to make UV-mapping and texturing this model...
Attachments
capture-20190428-213500.jpg
capture-20190428-213317.jpg
capture-20190428-213021.jpg

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1062by gironde » 28.04.2019, 21:51

Great job, Toutatis.

:clap: :clap: :clap:

Avatar
SpaceFanatic64
Posts: 427
Joined: 16.08.2018
Age: 18
With us: 5 years 11 months
Location: Southern California

Post #1063by SpaceFanatic64 » 28.04.2019, 22:29

I have two missions that sound like they would be good for Celestia. The Pioneer Venus Orbiter and Pioneer Venus Multiprobe. After searching through the internet, I was unable to find 3D models of the probes or trajectory data, so you may have to create them on your own.

Avatar
Lafuente_Astronomy
Moderator
Posts: 726
Joined: 04.08.2018
Age: 26
With us: 6 years
Location: Cebu City, Cebu Province, Philippines
Contact:

Post #1064by Lafuente_Astronomy » 29.04.2019, 00:35

toutatis wrote:New GAIA model... Autor of the model: ESA (European Space Agency)... Prepared this model for Celestia: toutatis (Alexey Nesterov)...

Art Blos, you might want to add this and update the Gaia Model in Celestia Origin
Official Administrator of the Celestia Discord Server.
Invite: https://discordapp.com/invite/WEWDcJh
If you don't have a Discord account, register here: https://discordapp.com/register
Have a blessed day.

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1065by toutatis » 29.04.2019, 00:44

Great job, Toutatis.

Thanks Gironde... :smile: :smile: :smile:

Added after 30 minutes 29 seconds:
I have two missions that sound like they would be good for Celestia. The Pioneer Venus Orbiter and Pioneer Venus Multiprobe. After searching through the internet, I was unable to find 3D models of the probes or trajectory data, so you may have to create them on your own.

That's possible, if we have some data (dates of start and finish missions, distances between the goal of mission and the probes in some date of the flight , coordinates, etc...) and also the pictures of the probes...

Avatar
SpaceFanatic64
Posts: 427
Joined: 16.08.2018
Age: 18
With us: 5 years 11 months
Location: Southern California

Post #1066by SpaceFanatic64 » 29.04.2019, 04:39

Searching Pioneer Venus Orbiter or Pioneer Venus Multiprobe on Google images does yield decent results for pictures of the spacecraft itself.

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1067by toutatis » 01.05.2019, 20:05

Venus-Express model from ESA for Celestia by toutatis...
Attachments
capture-20190502-015915.jpg
capture-20190501-233449.jpg

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1068by toutatis » 02.05.2019, 10:45

Venus-Express add-on is ready for Celestia...

Added after 2 minutes 39 seconds:
................
Attachments
Venus-Express.7z
(2.65 MiB) Downloaded 212 times
capture-20190502-162816.jpg
capture-20190502-162508.jpg
capture-20190502-162301.jpg
capture-20190502-161908.jpg
capture-20190502-163325.jpg

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1069by gironde » 02.05.2019, 12:32

hello Toutatis,

again a good addon ! :smile: :clap: :clap: :clap:

but problem with radius :
first phase (cruise) : Radius 0.0009
second phase (orbiter) : Radius 0.002

Esa write :
"Dimensions: 1.5 x 1.8 x 1.4 m plus two solar arrays (with solar arrays extended, it measures about eight metres across)."

The radius is 0.004

:hi:

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1070by toutatis » 02.05.2019, 12:38

Thanks Gironde... Sometimes I trying to make add-ons too fast, so such small problems can happen... :smile: ...

Added after 4 minutes 33 seconds:
SSC-file Corrected....

Code: Select all

"Venus Express" "Sol"
{
   Class   "spacecraft"
   Mesh   "Venus-Express.cmod"
   Radius   0.004

   Beginning   "2005 11 09  05:06:00"
   Ending   "2006 04 11  03:00:00"

   SampledTrajectory
   {
      Source   "VEX-Cruise.xyzv"
      DoublePrecision   true
      Interpolation   "cubic"
   }   
   BodyFrame
   {
      TwoVector
      {
         Center   "Sol/Venus Express"
         Primary
         {
            Axis   "z"
            RelativePosition
            {
               Observer   "Sol/Venus Express"
               Target   "Sol"
            }
         }
         Secondary
         {
            Axis   "y"
            RelativeVelocity
            {
               Observer   "Sol/Venus Express"
               Target   "Sol/Earth"
            }
         }
      }
   }
   FixedRotation
   {
      Period   0.00
   }      
}


"Venus Express" "Sol/Venus"
{
   Class   "spacecraft"
   Mesh   "Venus-Express.cmod"
   Radius   0.004

Timeline
[
   {
   Beginning   "2006 04 11  03:00:00"
   Ending   "2006 05 10  00:00:00"

   OrbitFrame
   {
      EclipticJ2000   { Center "Sol/Venus" }
   }
    SampledTrajectory
   {
      Source   "VEX-Orbiter.xyzv"
      DoublePrecision   true
      Interpolation   "cubic"
   }   
   BodyFrame
   {
      TwoVector
      {
         Center   "Sol/Venus/Venus Express"
         Primary
         {
            Axis   "z"
            RelativePosition
            {
               Observer   "Sol/Venus/Venus Express"
               Target   "Sol"
            }
         }
         Secondary
         {
            Axis   "y"
            RelativeVelocity
            {
               Observer   "Sol/Venus/Venus Express"
               Target   "Sol/Venus"
            }
         }
      }
   }
   FixedRotation
    {
      Period   0.00
   }      
}
{
    Ending   "2015 01 18  15:01:55"   

   OrbitFrame
   {
      EclipticJ2000   { Center "Sol/Venus" }
   }   
    EllipticalOrbit
   {
      Epoch   2453865.5  # 2006 May 10 00:00:00
      Period    1.000425438849987
      SemiMajorAxis   39467.884894071611
      Eccentricity   0.8401625310754901
      Inclination     91.17327349487417
      AscendingNode   109.8202787202635
      ArgOfPericenter   101.0868521384817
      MeanAnomaly    336.6702051334237
   }
   BodyFrame
   {
      TwoVector
      {
         Center   "Sol/Venus/Venus Express"
         Primary
         {
            Axis   "z"
            RelativePosition
            {
               Observer   "Sol/Venus/Venus Express"
               Target   "Sol"
            }
         }
         Secondary
         {
            Axis   "y"
            RelativeVelocity
            {
               Observer   "Sol/Venus/Venus Express"
               Target   "Sol/Venus"
            }
         }
      }
    }      
   FixedRotation
    {
       Period    0.00
   }
}
]
}
Last edited by toutatis on 02.05.2019, 13:12, edited 1 time in total.

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1071by gironde » 02.05.2019, 12:59

It happens to everyone. And sometimes it is the most obvious that the mind refuses to see.

:smile:

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1072by toutatis » 02.05.2019, 13:07

It happens to everyone. And sometimes it is the most obvious that the mind refuses to see.

Yes,so... :biggrin:
Attachments
Venus Express (Finale).7z
(2.66 MiB) Downloaded 213 times

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1073by gironde » 02.05.2019, 14:32

Toutatis,

About his big brother, Mars-Express

the site (in French), http://www.nirgal.net/mars_express.html provides us with additional information about Mars Express.
The probe is equipped with a radar, MARSIS, capable of probing the Martian soil to a great depth.
This radar works with a triple arm antenna, 2 large arms carrying the span of the probe at 40m (radius 20m) and a smaller and perpendicular arm of 7m.

The MARSIS antenna has been deployed in several phases
May 4, 2005 (1st arm of 20m)
June 14, 2005 (2nd arm of 20m)
June 17, 2005 (3rd arm of 7m)

Can you improve your addon of September 4th, 2018 by separating the period 'cruise' without the antennas ( radius 6m) and a period 'orbiter' with the antennas (radius 20m) ?
This would require 2 models 3D

:wink:

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1074by toutatis » 02.05.2019, 23:12

Can you improve your addon of September 4th, 2018 by separating the period 'cruise' without the antennas ( radius 6m) and a period 'orbiter' with the antennas (radius 20m) ?
This would require 2 models 3D

Yes Gironde... I can.. no problem... and my next work is Mars Express.. :smile:
I will prepare new model from ESA website... and I can transform any models...

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1075by gironde » 03.05.2019, 11:44

Super ! :smile: :clap:

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1076by toutatis » 03.05.2019, 11:59

:smile: :smile: :smile:

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1077by toutatis » 06.05.2019, 06:47

Making Mars Express bus by myself... model from ESA is low quality... need to prepare 3 models...

Added after 7 hours 36 minutes:
............

Added after 3 minutes 34 seconds:
step by step, when I have free time...
Attachments
capture-20190506-202232.jpg
capture-20190506-123346.jpg
capture-20190506-123144.jpg

Avatar
fyr02
Posts: 249
Joined: 19.04.2019
Age: 19
With us: 5 years 3 months
Location: San Diego, California (United States)

Post #1078by fyr02 » 07.05.2019, 01:00

Wow! Good job! As far as I know the most detailed model of Mars Express we have so far is quite terrible.
Image

Avatar
Topic author
toutatis
Posts: 744
Joined: 24.02.2018
Age: 55
With us: 6 years 5 months
Location: Almaty, Kazakhstan

Post #1079by toutatis » 07.05.2019, 02:32

As far as I know the most detailed model of Mars Express we have so far is quite terrible.

Yes, fyr02... agree..

Avatar
gironde M
Posts: 835
Joined: 16.12.2016
Age: 71
With us: 7 years 7 months
Location: Montigny-Les-Metz, France

Post #1080by gironde » 18.05.2019, 10:10

It is true. Toutatis has accustomed us to look after the details :smile: :clap:


Return to “Add-on releases”