C/2013 A1 (mars)

General physics and astronomy discussions not directly related to Celestia
Topic author
symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 7 months
Location: france, divion

C/2013 A1 (mars)

Post #1by symaski62 » 26.02.2013, 18:07

http://astroblogger.blogspot.com.au/201 ... g-hit.html

======================2013A1.ssc=============================
"Siding-Spring:C2013 A1" "Sol"
{
#Close approach of this comet to Mars
Class "comet" # Just copying the data for Halley
Mesh "halley.cmod"
Texture "asteroid.jpg"
Radius 3 # best guess at maximum semi-axis
MeshCenter [ -0.338 1.303 0.230 ]


EllipticalOrbit
{
Epoch 2456955.47179 # 2014 25 Oct
Period 217204.51919319 # (q/(1-e))^1.5 hyperbolic orbit
SemiMajorAxis -3613.3711384783 #Hyperbolic orbit
PericenterDistance 1.396000248531628
Eccentricity 1.000467
Inclination 128.9984
AscendingNode 300.9204
ArgOfPericenter 2.4695
#MeanAnomaly 359.9970184682824 #MA messes up hyperbolic orbits
}

# Again, this data is copied straight from the ssc files for Halleys’ Comet
# chaotic rotation, imperfectly defined:
# this version from "The New Solar System", 4th Edition; Eds.
# JK Beatty, CC Petersen, A Chaikin
PrecessingRotation
{
Period 170 # 7.1 day axial rotation period
Inclination 66
PrecessionPeriod 3457004.12 # 3.7 day precession period
}

Albedo 0.8
}
===========================================================

:D
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

kristoffer
Posts: 271
Joined: 19.02.2011
Age: 30
With us: 13 years 9 months
Location: Bod?, Nordland, Norway

Re: C/2013 A1 (mars)

Post #2by kristoffer » 27.02.2013, 19:29

Leonid Elenin has observed this comet, and he have calculated that the comet might pass Mars with 0.000276 AU, 41,300 km,
http://spaceobs.org/en/2013/02/27/new-d ... 1-to-mars/

Have there anytime impacted a comet on Mars before?
Computer specs

ASUS CG8350-NR001S
Windows® 8 64-bits
Intel® Core™ i7-3770 3.9GHz
Intel® H67 Express Chipset
12GB DDR3 1333 MHz
1000 GB SATA3 7200 rpm
NVIDIA® GeForce® GTX 660 3072 MB
1 x 8 Channel Audio
1000Mbit/s Ethernet LAN
802.11bgn

Topic author
symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 7 months
Location: france, divion

Re: C/2013 A1 (mars)

Post #3by symaski62 » 06.03.2013, 18:48

windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

azorni
Posts: 15
Joined: 19.11.2011
With us: 13 years

Re: C/2013 A1 (mars)

Post #4by azorni » 08.03.2013, 20:48

This does not work for me :(

How could I know what goes wrong? I see nothing in the console. It just seems that the file is just ignored (and yes I did put it in the "extras" directory).

Avatar
jogad
Posts: 458
Joined: 17.09.2008
With us: 16 years 2 months
Location: Paris France

Re: C/2013 A1 (mars)

Post #5by jogad » 09.03.2013, 09:36

Should work!

models and textures are already present in Celestia at the right place. Don't bother with that.

When you copy the text and save it as a ssc file do not include these lines at the beginning and at the end

======================2013A1.ssc=============================

===========================================================

They are not part of the ssc file and cause an error if they are in the file. :roll:
:mrgreen:

azorni
Posts: 15
Joined: 19.11.2011
With us: 13 years

Re: C/2013 A1 (mars)

Post #6by azorni » 09.03.2013, 12:05

jogad wrote:======================2013A1.ssc=============================

===========================================================

They are not part of the ssc file and cause an error if they are in the file. :roll:
:mrgreen:

No, I did not put these lines (I'm not that dumb :wink: )

There should really be a debug mode or something so we know what's wrong with ssc files.

Maybe I messed up my installation files or something. I'll try to uninstall and reinstall. Update: Nope, did not work.

Avatar
jogad
Posts: 458
Joined: 17.09.2008
With us: 16 years 2 months
Location: Paris France

Re: C/2013 A1 (mars)

Post #7by jogad » 09.03.2013, 12:23

azorni wrote:No, I did not put these lines (I'm not that dumb :wink: )

Don't be offended.
I made ??the mistake and I thought that someone else could have done it too. :wink:

Could you try the attached file that works well for me ?
(it is zipped because files with ssc extension are not allowed as post attachments)

:mrgreen:

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 3 months
Location: NY, USA

Re: C/2013 A1 (mars)

Post #8by selden » 09.03.2013, 13:29

Celestia does provide a console log which includes errors.
Type a ~ (<tilde>) to toggle it on and off. On keyboards which support diacritical marks, you might need to type
<tilde> <spacebar>
Use the arrow keys to navigate in it.

Unless you've made a typo while copying it, there aren't any errors in this SSC file, though, so all you'll see is the notice that the SSC has been loaded.

The problems I'm seeing are that Celestia doesn't draw hyperbolic orbit paths, the comet is tiny, and it's very far out from the Sun right now. As a result, you have to get very close to it to see anything, and its tail is being drawn as extremely faint.

If you want to Celestia to draw a bright comet tail, you can change the comet's Radius value to be much larger. 300 KM makes it easy to see in the fall of 2014.
Selden

azorni
Posts: 15
Joined: 19.11.2011
With us: 13 years

Re: C/2013 A1 (mars)

Post #9by azorni » 09.03.2013, 13:51

jogad wrote:Could you try the attached file that works well for me ?
(it is zipped because files with ssc extension are not allowed as post attachments)

:mrgreen:

Yep, this one works for me as well. Thanks. I don't see the difference with what I tried. It's confusing. Maybe the file encoding?

Update: it does not seem to get very close with this orbit, though. I get only about a third of one AU:

Image

Avatar
jogad
Posts: 458
Joined: 17.09.2008
With us: 16 years 2 months
Location: Paris France

Re: C/2013 A1 (mars)

Post #10by jogad » 09.03.2013, 15:36

 
azorni wrote:it does not seem to get very close with this orbit, though. I get only about a third of one AU
Yes.

For me it is because SemiMajorAxis is not relevant for hyperbolic orbits.

just comment out the corresponding line like this

Code: Select all

   # SemiMajorAxis -3613.3711384783 #Hyperbolic orbit

(or just delete it)

:!: For those who are new to Celestia's files editing, remember to edit a file with a plain text editor and NOT with a word processor.

with this simple correction I get this:

siding-spring.jpg

We find Siding-spring at about 2.75 milions kilometers from Mars.
Note that the radius of the comet is untouched (3 km)

Here s is the cel:url to go there when you have updated the ssc file:
cel://PhaseLock/Sol:Mars/Sol:Siding-Spr ... rc=0&ver=3

:mrgreen:

Avatar
Limax7
Posts: 98
Joined: 23.01.2010
Age: 45
With us: 14 years 10 months
Location: Poland, Bialystok

Re: C/2013 A1 (mars)

Post #11by Limax7 » 10.03.2013, 11:44

lodgy wrote:It's good for me ! :)
BUT :
jogad wrote: We find Siding-spring at about 2.75milions kilometers from Mars
from the link given by symaski62 (Nasa), the comet should pass within 50,000 km of Mars.
with data of jogad, it is more than 2.3 million km on 19th oct 2014 ??? :(
We should review the data ssc, right ?
Is it the same problem that "2012 DA 14" topic ?

You must convert orbital elements to Epoch 2014 10 19 but in Epoch write not that date but perihelium date.

Here my ssc code

Code: Select all

"C2013A1" "Sol"
{
Class "comet"
Mesh "roughsphere.cms"
Texture "asteroid.jpg"
Radius 5 # km

EllipticalOrbit 
{
Epoch 2456955.967173 # TP date
Period 70939.5462822417 # in years
PericenterDistance 1.3993778 # AU
Eccentricity 1.0008166
Inclination 129.031834 # deg
AscendingNode 300.985311 # deg
ArgOfPericenter 2.432500 # deg
}

UniformRotation  { Period 24 }
Albedo 0.04
}
Adam Hurcewicz
Bialystok, Poland

Topic author
symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 7 months
Location: france, divion

Re: C/2013 A1 (mars)

Post #12by symaski62 » 12.03.2013, 12:45

windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.


Return to “Physics and Astronomy”