BobHegwood wrote:t00fri wrote:If it went according to my gusto, then I would have introduced long ago a much more general "limit-of-knowledge" flag/key that allows to study parameter uncertainties within Celestia in some visual manner. In my view as a physicist, uncertainties are usually equally or more important than the measured data themselves.
Fridger
If I may?
Herein lies your problems with Celestia...
This program is
just as popular with Star Trek fans as it is with those who wish to use the program to view the most accurate and real details of the
known Universe. In fact, it is probably downloaded by many more "hobbyists" than it is by scientists. This I say based on the kind of stuff which is being submitted to the Motherlode on an almost daily basis.
My obvious preference is for as much
accuracy as I can get. In these cases, I tend to agree with the Good Doctor because he has the knowledge that I will never,
ever be able to comprehend myself. And, I also know that
many users here are scientists themselves. So, how do we cater to both communities?
This seems to be at the root of all of these problems when it comes to rendering things about which we still know very little. Has it ever occurred to anyone to create two versions of Celestia? One which is dedicated strictly to the facts, and one which is a bit more relaxed and allows other (non-scientific users) a chance to play with their Star Wars Tours? Or, perhaps as the Doctor suggests, a methodology for enabling LOK parameters for everything we see in Celestia when we wish to do this.
This
same discussion continues to occur for almost
every new feature as it is being developed and/or implemented.
Sorry... 'Twas but a thought I needed to express.
![Wink :wink:](./images/smilies/icon_wink.gif)
Yes, Bob,
I think you phrased things pretty well.
The more the Celestia database grows and the more we adhere to satisfying scientific standards in that data base, the more we tend to hit this general problematics. Yes, and a large (dominant?) fraction of Celestia users doesn't care a bit about all that
![Wink ;-)](./images/smilies/icon_wink.gif)
Let me present another typical illustration of the problem concerning uncertainties of measurements in general:
++++++++++++++
In physics, an experimental team typically takes their data for a given project within
3 weeks, and then spends
3 years working out the errors for these data! Only THEN can the measurements be accepted for publication!
++++++++++++++
The numerical value of a measured quantity, is simply worth NOTHING in physics/astrophysics, UNLESS at the same time, a convincing analysis of the corresponding uncertainties is presented/published.
ElChristou wrote:Probably a stupid/unrealistic idea:
All data get an "accuracy tag" kind a1, a2, a3, etc, a1 being the best level of accuracy we have; then a slider to display what is needed, from the more accurate to the less...
In visualization, as we attempt it with Celestia, we increasingly need a
practical way of displaying such uncertainties. The real problem of visualizing uncertainties as I see it, lies in the diversity of such a task. It's close to impossible to simply code a general "error visualization routine" that might address this job.
Furthermore there is the nightmare of error correlations! Suppose we want to display a functional behaviour,
[tex]y = a\, x + b[/tex]
and the experimental parameters (a, b) habe been measured (a0,b0) with some errors (err_a, err_b)
[tex]a = a_0 \pm err_a[/tex]
[tex]b = b_0 \pm err_b[/tex].
Then usually for displaying the uncertainties of the function y(x), we are NOT supposed to simply run a and b through their individual ranges:
[tex]a_0 - err_a \le a\le a_0+err_a[/tex]
[tex]b_0 - err_b \le b\le b_0+err_b,[/tex]
since actually the errors are NOT independent (i.e. correlated!)
[tex]err_b = some function(err_a)[/tex]
Often the underlying info on correlations (the so-called error matrix) is not even given in the respective publications!
Another crucial problem is that visualization is obviously restricted to 3d, while often the number of parameters with errors is considerably higher than 3. E.g. for orbital uncertainties we can hardly generate an animation running through ALL uncertainties in 5 or 6 graphical dimensions
![Wink ;-)](./images/smilies/icon_wink.gif)
...and so on...
Fridger