
Rendering is OK from all angles (for my own taste).
I will leave comments about the shape itself to the pros.
Kolano wrote:I think I'm either seeing a bug, or need to modify my add-ons for this version. Galaxies/galactic clusters add-ons appear over bright. Turning nebulae on reduces the problem for some reason, but even then things seem too bright.
Might this have to do with...
"
Suppressed apparent magnitude display for galaxy add-ons, lacking
specification of an absolute magnitude (absMag) input value.
Future DSO add-ons should preferrably specify an AbsMag value!
"
?
Rich wrote:Kolano wrote:I think I'm either seeing a bug, or need to modify my add-ons for this version. Galaxies/galactic clusters add-ons appear over bright. Turning nebulae on reduces the problem for some reason, but even then things seem too bright.
Might this have to do with...
"
Suppressed apparent magnitude display for galaxy add-ons, lacking
specification of an absolute magnitude (absMag) input value.
Future DSO add-ons should preferrably specify an AbsMag value!
"
?
Me too:
If I use the "Celestia 1.4preFT1.2ish (11-16-05)" app only with my existing celestia stuff, I get the over-bright galaxies. They look really cool when zoomed in, but from Earth they're way over bright on my system (i.e., large pure white blobs)...
If I use the "Celestia 1.4preFT1.2ish (11-16-05)" discrete complete package, the glalaxies look 'normal'.
Is there supposed to be a 'happy medium"...?
-Rich
Latest System: Mac G4 Dual 1.25GHz / OSX 10.4.3 / / 1gbRAM / nVidia GeForce4 Ti 4600
Rich wrote:with my existing celestia stuff, I get the over-bright galaxies.
Kolano wrote:Galaxies/galactic clusters add-ons appear over bright.
Rich wrote:...
When I use the "Celestia 1.4preFT1.2ish (11-16-05)" app only; the galaxies A2657, A44, A76, A102.... are over-bright;
Thanks,
-Rich
jestr wrote:Hi Fridger,I'm pretty sure it is this file Rich is talking about
http://www.lns.cornell.edu/~seb/celestia/galaxy_clusters.dsc
but it isnt in the FT1.2 install,Rich must have moved it to his FT1.2 extras folder.It isnt an FT1.2 bug.Jestr
t00fri wrote:Same @Kolano!Kolano wrote:Galaxies/galactic clusters add-ons appear over bright.
WHICH one?? I have to reproduce the effect before I can fix it. So far with many add-on tests and all OS versions, I have NEVER seen galaxies as pure white overbright blobs.
Bye Fridger
Kolano wrote:t00fri wrote:Same @Kolano!Kolano wrote:Galaxies/galactic clusters add-ons appear over bright.
WHICH one?? I have to reproduce the effect before I can fix it. So far with many add-on tests and all OS versions, I have NEVER seen galaxies as pure white overbright blobs.
Bye Fridger
Sorry I took so long to determine which add ons were the specific cause of the over bright galaxies. I didn't get around to parsing through all my add ons till last night. The specific add ons that cause issue are Selden's galaxy add-ons found at...
http://www.lns.cornell.edu/~seb/celesti ... html#3.5.2
All but the globular_clusters.dsc, which are not really galaxies, cause the issue.
What seems to be happening is that those add ons duplicate galaxies already present in 1.4.0pre-FT1.2. This causes them to be drawn twice, doubling their brightness. A few other add ons that contain galaxy defintions also produce these issues, but they usually only effect a single galaxy, making the impact less noticable.
t00fri wrote:jestr wrote:Hi Fridger,I'm pretty sure it is this file Rich is talking about
http://www.lns.cornell.edu/~seb/celestia/galaxy_clusters.dsc
but it isnt in the FT1.2 install,Rich must have moved it to his FT1.2 extras folder.It isnt an FT1.2 bug.Jestr
Thanks, Jestr, for your help. You are certainly right (see my above mail). The main problem is that Selden's old files neither have absolute magnitude entries (hence the excessive galaxy brightness) nor orientation information. But the fact that people ignorantly mix together such outdated formats makes the hunting for REAL bugs a "chore"...
Bye Fridger
chaos syndrome wrote:Given the change of file formats between 1.3.2 and the 1.4.0/FT versions, maybe a major version number change is in order?
selden wrote:I've added comments on my "catalogs" web page saying not to use the galaxy catalog file with Celestia v1.4.0. Of course, people who already have the catalog probably will never read that warning.
*sigh*
Code: Select all
> S:=readdata("SBb.pts",[float,float,float,float]):
> nops(S);
10650
> bmax:=max(seq(op([i,4],S),i=1..nops(S)));
1.70079
> writedata("X.pts",[seq([S[i,1],S[i,2],S[i,3],S[i,4]/bmax],i=1..nops(S))]):