1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// This code is generated by generate_code.py, do not modify it manually.
//! This module contains all the known columns in the tmass_psc_xsc_join table.
use crate;
/// Convenience table to be used to join 2MASS PSC+XSC catalogue with the
/// cross-match results. The table links the external catalogue original
/// sourceId (originalExtSourceId) to the corresponding the additional
/// numerical identifier (cleanTmassPscXscOid).
/// Both originalExtSourceId and cleanTmassPscXscOid are present in the
/// cross-match output tables (tmassPscXscBestNeighbour and
/// tmassPscXscNeighbourhood). However, in case there are suspected
/// duplicates in the external catalogue, different originalExtSourceId will
/// correspond to the same cleanTmassPscXscOid.
/// In the cross-match output table only the originalExtSourceId of the
/// source with the best astrometry among the suspected duplicates will be
/// listed.
/// In practice, users may use the originalExtSourceId in the original
/// catalogue to find the matching source with the best astrometry. Users
/// interested to find all matching suspected duplicates should instead use
/// the cleanTmassPscXscOid in the join with the cross-match result tables.
/// See Documentation, [chap:crossmatch], for more details on the duplicates
/// in the external catalogues and their treatment in the cross-match
/// computations.
;
/// The columns in the tmass_psc_xsc_join table.
/// Collects all the known columns in the tmass_psc_xsc_join table.