[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TASS Database, Store ra,dec Sigma or not?
- To: tass@wwa.com
- Subject: Re: TASS Database, Store ra,dec Sigma or not?
- From: aah@nofs.navy.mil
- Date: Mon, 06 Apr 98 10:08:57 -0700
- Old-Return-Path: <aah@nofs.navy.mil>
- Resent-Date: Mon, 6 Apr 1998 13:18:04 -0400
- Resent-From: tass@wwa.com
- Resent-Message-ID: <"AzqQeC.A.OsG.D3QK1"@kani.wwa.com>
- Resent-Sender: tass-request@wwa.com
I disagree with Michael (that's ok, isn't it?).
We need coordinate sigmas to be sure that an object is properly matched
with a mag16 object, for moving objects, etc. The easiest way to calculate
the coordinate errors for the master tass_cat catalog is to have three fields:
number_observations, sum_coordinate and sum_coordinate^2. Then, at any time,
one can calculate the errors from those three quantities. Unfortunately,
the sums have to be 64-bit floats to get the proper scaling and precision;
the number_observations field can certainly be a 16-bit integer.
Sorry -- my philosophy with scientific data is to always quote errors
with any published value. If it requires extra storage in the master
catalog, then I feel it is a necessary evil.
Arne