New spiral galaxy types rendering

General discussion about Celestia that doesn't fit into other forums.
guest jo
Posts: 126
Joined: 01.04.2004
With us: 20 years 7 months

Galaxies from the Inside?

Post #121by guest jo » 27.05.2005, 10:06

deleted
Last edited by guest jo on 19.08.2005, 16:23, edited 1 time in total.

Verteiron
Posts: 2
Joined: 27.05.2005
With us: 19 years 5 months

Re: Galaxies from the Inside?

Post #122by Verteiron » 27.05.2005, 14:53

guest jo wrote:Hello to our wonderful code developpers.
I'm looking forward to these big improvements of celestia's galaxies.

Just a thought:
1. Would it be possible to render the Milky Way in a way that it also looks better from the inside ? Or is this included in the actual development-process?

2. Will it be possible for the user to get (adjust?) a realistic visibility of galaxies:
( Miky way visible; Andromeda very hardly visible; others invisible ) ?


Well, here are a couple of screenshots of the Milky Way from a position near Earth with Toti's new galaxy code (and dirkpitt's patch):
http://cosmicjive.org/verteiron/celestia/nmway1.png
http://cosmicjive.org/verteiron/celestia/nmway2.png

And here are a couple of shots at about 20% light amplification so you can see the structure better:
http://cosmicjive.org/verteiron/celestia/nmway3.png
http://cosmicjive.org/verteiron/celestia/nmway4.png

As for your second question, I think I remember a thread on this from a long time ago. The consensus reached there was that since the contrast ratio of a monitor cannot even approach the contrast ratio of the universe, "realistic" visibility of stellar bodies can't be acheived. This is why (in Celestia) you can see the sun-lit Earth in front of the Milky Way; in real life the Earth would wash the Milky Way out completely and render it pretty much invisible to human eyes. Check back when the hardware catches up to real life :)

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #123by t00fri » 28.05.2005, 20:29

Hi all,

I want to let interested people know that I have now produced a new galaxy.dsc file with 6520 galaxies from Steinicke's precision revised NGC catalog. There is another part virtually ready, the revised IC catalog, containing another 4000+ galaxies.

What is still missing, are the correct angle-axis orientation entries.

Chris has promised days ago to help sorting out some respective subtleties with Celestia's coordinate frames that I need to know to do the required transformations of galaxy position angle and inclination from the catalog data. I hope he manages to reply during this weekend. Then I could finish the job right away and publish my preliminary results for testing.

If not,... I have a very busy week ahead of me and then won't find any further coding time until next weekend at the earliest...:cry:

There are some most impressive "galaxy cluster images" now displayed in Celestia (with the galaxy patch). Perhaps tomorrow, I'll display some nice examples (once our weekend visitors are gone ;-) )

For example the region around the famous Stephan's Quintet, so far only from a DSS2 photograph.
Image

Tomorrow you'll see how Celestia is doing around here ;-)

Bye Fridger

PS:

The new galaxy.dsc catalog, so far looks like this:

Code: Select all


# Revised NGC and IC Catalog, Wolfgang Steinicke, April 5, 2005
# http://www.ngcic.org/steinicke/default.htm
# adapted for Celestia with Perl extraction script: ngc2dsc.pl Revision: 1.00
# Processed 2005-5-28 20:15:20 UTC
# by Dr. Fridger Schrempp, fridger.schrempp@desy.de
# ------------------------------------------------------

#  NGC 1
Galaxy "NGC 1"
{
        Type  "Sb"
        RA           0.1208
        Dec          27.7089
        Distance     2.101e+08
        Radius       5.195e+04
}

#  NGC 2
Galaxy "NGC 2"
{
        Type  "Sab"
        RA           0.1214
        Dec          27.6786
        Distance     4.003e+08
        Radius       5.823e+04
}

#  NGC 3
Galaxy "NGC 3"
{
        Type  "S0"
        RA           0.1211
        Dec           8.3014
        Distance      2.77e+08
        Radius       4.431e+04
}

#  NGC 4
Galaxy "NGC 4"
{
        Type  "S0"
        RA           0.1233
        Dec           8.3739
        Distance     8.758e+08
        Radius       7.643e+04
}

...+ 6516 further entries

guest jo
Posts: 126
Joined: 01.04.2004
With us: 20 years 7 months

Post #124by guest jo » 29.05.2005, 17:36

deleted
Last edited by guest jo on 19.08.2005, 16:24, edited 1 time in total.

Avatar
Cham M
Posts: 4324
Joined: 14.01.2004
Age: 60
With us: 20 years 10 months
Location: Montreal

Post #125by Cham » 29.05.2005, 18:20

Fridger,

can you give a detailed example of a galaxy with color variables and the various types that could be used, alongside the standard elliptical and S ?
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #126by t00fri » 29.05.2005, 18:32

Cham wrote:Fridger,

can you give a detailed example of a galaxy with color variables and the various types that could be used, alongside the standard elliptical and S ?


I could, but it takes time... Since Chris does not care to answer (despite his promise), I am working the transformations out myself. Since I made some important progress with the signs involved, I want to stay at it as long as I still have some time left...

I tediously dug out those bluddy (unusual) sign conventions from the code... One further rotation and I am done (I hope) ;-)

Bye Fridger

Avatar
Cham M
Posts: 4324
Joined: 14.01.2004
Age: 60
With us: 20 years 10 months
Location: Montreal

Post #127by Cham » 29.05.2005, 18:38

Well, I mean in the dsc code, how do you define the galaxy color ? Is there a well defined command for this ?
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #128by t00fri » 29.05.2005, 18:57

Cham wrote:Well, I mean in the dsc code, how do you define the galaxy color ? Is there a well defined command for this ?


No, not yet! So far the color assignments have to be hardwired in galaxy.cpp. I did propose respective changes to Chris, but ...no answer. Probably Chris is off mountain climbing over the weekend?


Bye Fridger

Avatar
Cham M
Posts: 4324
Joined: 14.01.2004
Age: 60
With us: 20 years 10 months
Location: Montreal

Post #129by Cham » 29.05.2005, 19:05

Well, ok. I hope a color command could be implemented.
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #130by t00fri » 29.05.2005, 19:15

Cham wrote:Well, ok. I hope a color command could be implemented.


It's trivial to code, but we have to reach a consensus about what we want /first/. If Chris does not respond, we obviously have to wait.

Bye Fridger

Avatar
Cham M
Posts: 4324
Joined: 14.01.2004
Age: 60
With us: 20 years 10 months
Location: Montreal

Post #131by Cham » 29.05.2005, 19:21

Yes, but as the recent modifications were made independently from Chris, we could go along and make the color implementation without Chris, no ?
"Well! I've often seen a cat without a grin", thought Alice; "but a grin without a cat! It's the most curious thing I ever saw in all my life!"

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #132by t00fri » 29.05.2005, 19:24

Cham wrote:Yes, but as the recent modifications were made independently from Chris, we could go along and make the color implementation without Chris, no ?


I'll get at that as soon as those bloody orientation tansformations are implemented. Actually, I am almost DONE!

Bye Fridger

Avatar
PlutonianEmpire M
Posts: 1374
Joined: 09.09.2004
Age: 40
With us: 20 years 2 months
Location: MinneSNOWta
Contact:

Re: Galaxies from the Inside?

Post #133by PlutonianEmpire » 29.05.2005, 21:02

Verteiron wrote:
guest jo wrote:Hello to our wonderful code developpers.
I'm looking forward to these big improvements of celestia's galaxies.

Just a thought:
1. Would it be possible to render the Milky Way in a way that it also looks better from the inside ? Or is this included in the actual development-process?

2. Will it be possible for the user to get (adjust?) a realistic visibility of galaxies:
( Miky way visible; Andromeda very hardly visible; others invisible ) ?

Well, here are a couple of screenshots of the Milky Way from a position near Earth with Toti's new galaxy code (and dirkpitt's patch):
http://cosmicjive.org/verteiron/celestia/nmway1.png
http://cosmicjive.org/verteiron/celestia/nmway2.png

And here are a couple of shots at about 20% light amplification so you can see the structure better:
http://cosmicjive.org/verteiron/celestia/nmway3.png
http://cosmicjive.org/verteiron/celestia/nmway4.png

As for your second question, I think I remember a thread on this from a long time ago. The consensus reached there was that since the contrast ratio of a monitor cannot even approach the contrast ratio of the universe, "realistic" visibility of stellar bodies can't be acheived. This is why (in Celestia) you can see the sun-lit Earth in front of the Milky Way; in real life the Earth would wash the Milky Way out completely and render it pretty much invisible to human eyes. Check back when the hardware catches up to real life :)

Umm, shouldn't the milky way be a bit more bluish or something?
Terraformed Pluto: Now with New Horizons maps! :D

hank
Developer
Posts: 645
Joined: 03.02.2002
With us: 22 years 9 months
Location: Seattle, WA USA

Post #134by hank » 29.05.2005, 21:09

t00fri wrote: Probably Chris is off mountain climbing over the weekend?


This is a three-day holiday weekend in the USA ("Memorial Day", in remembrance of the nation's war dead, is observed on Monday), and the weather in Seattle has been sunny and warm lately, so it's a good guess that Chris is off somewhere doing something fun. At least let's hope so!

-Hank

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #135by ElChristou » 02.06.2005, 20:46

Well, the three day is over and I was wondering:

What are the advance with this work? All begun very fast, but since a while now, nothing else...
Is there some problem?
Image

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #136by t00fri » 02.06.2005, 21:38

ElChristou wrote:Well, the three day is over and I was wondering:

What are the advance with this work? All begun very fast, but since a while now, nothing else...
Is there some problem?


This stuff was very work intensive, since I had to tediously sort out all those /non-canonical/ frame conventions in Celestia from the code, since there is no precise written documentation and Chris did not react...He was indeed in the mountains as Hank and I speculated.

But now I have derived the formulae, it's all done and looks nice. See my new thread <=> users -> "10000+ Galaxies, Status Report".

Bye Fridger

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #137by t00fri » 02.06.2005, 21:56

Some further ideas on implementing galaxy color:

We all know that the human eye cannot see color once the light level is below a certain threshold value! That's the reason why amateur astronomers see galaxies in their telescopes as GRAY images rather than colored. Only photographic imaging that is able to sum up the incoming light quanta shows those beautiful colors!

My idea is to implement galaxy colors (as derived from the catalog data) only when the distance to the galaxy becomes small enough or the zoom level sufficiently high! In the limit of "weak intensity", color will fade out, in agreement with visual (far distance) observations. This might give dramatic effects, when we approach a galaxy in Celestia....

Bye Fridger

maxim
Posts: 1036
Joined: 13.11.2003
With us: 21 years
Location: N?rnberg, Germany

Post #138by maxim » 02.06.2005, 22:50

Yes, agreeing. But I'd like to have a 'forced colors' switch, so that we can generate a 'celestia deep field' similar to the colorfull 'huble deep field' pictures.

maxim

guest jo
Posts: 126
Joined: 01.04.2004
With us: 20 years 7 months

Post #139by guest jo » 03.06.2005, 10:26

deleted
Last edited by guest jo on 19.08.2005, 17:14, edited 1 time in total.

steffens
Posts: 162
Joined: 06.11.2003
With us: 21 years
Location: RP Germany

Post #140by steffens » 03.06.2005, 11:18

Instead of polishing around switches or sliders, I think it would be more useful to have the new galaxy rendering code in CVS, even if it is not 100% finished and perfect.
But I guess this depends upon Chris to approve the change...

steffens


Return to “Celestia Users”