blob: ea9b92eb704c5e6e24dbd23428029a2ffdb4a6cb (
plain)
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
|
%token SEXSTR_
%token IMAGE_
%token PHYSICAL_
%token AMPLIFIER_
%token DETECTOR_
%token WCS_
%token WCSA_
%token WCSB_
%token WCSC_
%token WCSD_
%token WCSE_
%token WCSF_
%token WCSG_
%token WCSH_
%token WCSI_
%token WCSJ_
%token WCSK_
%token WCSL_
%token WCSM_
%token WCSN_
%token WCSO_
%token WCSP_
%token WCSQ_
%token WCSR_
%token WCSS_
%token WCST_
%token WCSU_
%token WCSV_
%token WCSW_
%token WCSX_
%token WCSY_
%token WCSZ_
%token FK4_
%token FK5_
%token ICRS_
%token GALACTIC_
%token ECLIPTIC_
%token J2000_
%token B1950_
|