Page 1 of 1
Comet McNaught
Posted: 14.01.2007, 22:46
by LordFerret
I noticed this just today. Sorry I didn't run across it earlier.
Did any of you get to see this???
Comet McNaught -
ESA's news release
http://www.esa.int/esaCP/SEMMCRSVYVE_index_0.html
Space.com's article
http://www.space.com/spacewatch/070104_comet_mcnaught.html
Nice picture!
http://antwrp.gsfc.nasa.gov/apod/ap070105.html
Posted: 14.01.2007, 23:02
by Johaen
I wanted to, but here in the St. Louis area it's been nothing but cloudy for like the last week.
Posted: 15.01.2007, 00:46
by symaski62
Code: Select all
"C2006 P1 McNaught" "Sol"
{
Class "comet"
Texture "asteroid.jpg"
Radius 1 # guess
Albedo 0.4
EllipticalOrbit
{
Period 1422183.754174 # T=(q/(e-1))^1.5
PericenterDistance 0.1707278
Eccentricity 1.0000135
Inclination 77.83694
AscendingNode 267.41500
ArgOfPericenter 155.97648
MeanAnomaly 0
Epoch 2454120.5
}
}
Posted: 15.01.2007, 01:45
by Hungry4info
An eccentricity greater than 1?
Posted: 15.01.2007, 01:46
by Hungry4info
Hungry4info wrote:An eccentricity greater than 1?
Correction: An eccentricity not less than 1?
Posted: 15.01.2007, 02:32
by Dollan
I had the opportunity to see it last Friday. We've been over cast for the last few weeks, but on that day, not only was there a break in the clouds, but the sky itself was completely cloudless!
To the naked eye, it appeared like a bright star, just a bit less so than Venus (located near it), though this was due to it being closer to the setting sun. But I could also discern a bit of the tail, especially if I let my eye drift just a bit off-center of it.
Through the binoculars, it was a grand vision. I hope northern hemisphere viewers get to see more of it after it rounds the sun. I tried to take a photo of it, but my digital camera only has a 4x optical zoom, and so I really doubt that I caught anything worth seeing.
...John...
Posted: 15.01.2007, 05:24
by LordFerret
Yes, we're pretty clouded over with crappy weather at the moment too. I guess I'm going to have to check on its return dates (from around the sun), as just for once I'd like to
actually see one (a comet). I've managed to miss all the others thusfar.
Thanks for posting that
symaski62! I'll have to plug that in and take a look. I'll presume the code goes into an SSC file and saved in the Extras folder?... I'll give it a try.
Posted: 15.01.2007, 06:28
by Chuft-Captain
This is Comet McNaught right now from where I live. (well, in Celestia anyway...courtesy of Symanski's SSC).
This is the only view I've had of it so far. (I can't confirm if this is realistic as it's only visible in Celestia at present due to 100% cloud cover where I am).
Actually, I doubt it looks at all like this at present, as I've used the halley.cmod as a mesh, with a radius of 10km.
Another hour before it sets, but PROB(clouds lifting) = 0.
Click for bigger picture:
Here's the code:
Code: Select all
"C2006 P1 McNaught" "Sol"
{
Class "comet"
Mesh "McNaught.cmod"
Texture "asteroid.jpg"
Radius 10 # guess
Albedo 0.4
EllipticalOrbit
{
Period 1422183.754174 # T=(q/(e-1))^1.5
PericenterDistance 0.1707278
Eccentricity 1.0000135
Inclination 77.83694
AscendingNode 267.41500
ArgOfPericenter 155.97648
MeanAnomaly 0
Epoch 2454120.5
}
}
and...
heres
a clickable (1.4.1) URL to take you there.
Posted: 15.01.2007, 12:15
by buggs_moran
Despite all my best efforts, I only caught a glimpse of it at sunset before clouds came by. Brightest (mag -5) comet in decades. Dammit....
Have a great view my southern hemisphere friends... I wonder if I could convince my wife that a South America weekend trip is a good idea.
Excellent comet
Posted: 15.01.2007, 12:37
by abramson
Hi. Comet McNaught started to be visible shortly after sunset on Saturday (the day before yesterday) from here. It was very beautiful, we were on the beach since the afternoon, and we stayed until 21:30 when it set. Yesterday we went with the telescope (20cm Sch-Cass.) to take pictures. It was even better, since it was up until later, even when it has started to dim. The best view was through binoculars, excellent tail, slightly curved. Today we will go also. I will post some picture if any comes out nice.
I witnessed Hale-Bope 10 years ago (from the northern hemispher, I lived in Italy then), and I remember it more visible, perhaps because of a different geometry, which made it visible against a darker sky.
Cheers,
Guillermo
Posted: 15.01.2007, 15:43
by abramson
Guys, you may find this difficult to believe, but I have just seen the comet in palin daylight. It's half past noon. By hiding the Sun behind a roof, and with a 10x25 mini-scope, it was easy to find it. The tail is visible against the blue sky! It's a weird view, it looks like it's within the atmosphere.
Here I go again aoutside...
Guillermo
Posted: 15.01.2007, 18:27
by Red1530
Where do I put the code for the comet?
Posted: 15.01.2007, 19:05
by selden
An SSC file describing the comet's orbit would go in the /extras/ directory.
I created this one from orbital parameters downloaded from Horizons today. Unfortunately, Celestia does not draw hyperbolic orbital paths. It'd be nice if it did, if only while they're inside the orbit of Pluto.
Code: Select all
"McNaught" "Sol"
{
Class "comet"
Texture "asteroid.jpg"
Mesh "asteroid.cms"
Radius 20.0 # arbitrary
RotationPeriod 11.34 # arbitrary
EllipticalOrbit
{
Period 0.6151103666357072E+06 #calculated: (q/(e-1))**1.5
PericenterDistance 1.707314277921940E-01
Eccentricity 1.000023605404200E+00
Inclination 7.783447500347890E+01
AscendingNode 2.674146709190533E+02
ArgOfPericenter 1.559751655581249E+02
MeanAnomaly 0.0
Epoch 2454113.296687573660
}
}
.
Posted: 15.01.2007, 20:42
by buggs_moran
selden wrote:An SSC file describing the comet's orbit would go in the /extras/ directory.
I created this one from orbital parameters downloaded from Horizons today. Unfortunately, Celestia does not draw hyperbolic orbital paths. It'd be nice if it did, if only while they're inside the orbit of Pluto.
I must've screwed something up very badly Selden. Your ssc puts a rather monsterous comet opposing the one from symaski62 up above... If I change the radius to 1 everything is fine...
Posted: 15.01.2007, 20:54
by selden
Unfortunately, symaski62 and Chuft Captain both specified the wrong combination of MeanAnomaly and Epoch. The MeanAnomaly is the location of the body along the orbit at the specified Epoch.
If you specify a comet's MeanAnomaly to be 0, then you must specify as Epoch the date when it is closest to the sun (aka Tp: time of pericenter passage): MeanAnomaly is 0 when a body is at pericenter.
If you specify an Epoch which corresponds to the date when the body's orbital elements were calculated, then the body's MeanAnomaly will have a non-zero value on that date.
Posted: 15.01.2007, 21:54
by abramson
Hi. I posted a picture of comet McNaught in the Physics and Astronomy forum, it seemed more appropriate than here.
http://shatters.net/forum/viewtopic.php?p=83302#83302
Guillermo
Posted: 15.01.2007, 23:00
by symaski62
selden wrote:Unfortunately, symaski62 and Chuft Captain both specified the wrong combination of MeanAnomaly and Epoch. The MeanAnomaly is the location of the body along the orbit at the specified Epoch.
If you specify a comet's MeanAnomaly to be 0, then you must specify as Epoch the date when it is closest to the sun (aka Tp: time of pericenter passage): MeanAnomaly is 0 when a body is at pericenter.
If you specify an Epoch which corresponds to the date when the body's orbital elements were calculated, then the body's MeanAnomaly will have a non-zero value on that date.
oups
Code: Select all
"C2006 P1 McNaught" "Sol"
{
Class "comet"
Texture "asteroid.jpg"
Radius 1 # guess
Albedo 0.4
EllipticalOrbit
{
Period 1422183.754175 # T=(q/(e-1))^1.5
PericenterDistance 0.1707278
Eccentricity 1.0000135
Inclination 77.83694
AscendingNode 267.41500
ArgOfPericenter 155.97648
MeanAnomaly 0.0
Epoch 2454113.29895
}
}
http://www.astrobgs.dyndns.org/astro/cmt2007/06P1.HTM
Passage au P?©rih?©lie (Jours Juliens, ET) 2454113.29895 YES !
0.0 MeanAnomaly <=> Epoch 2454113.29895
update version 0.2
Posted: 16.01.2007, 05:57
by LordFerret
Just wanted to thank everyone for taking the time to post that SSC data (symaski62, Chuft-Captain, Selden). I also want to thank Guillermo for posting that picture.