Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
char *greek[]={ 0,	/* 1-indexed */
2
	"alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta", "theta",
3
	"iota", "kappa", "lambda", "mu", "nu", "xsi", "omicron", "pi", "rho",
4
	"sigma", "tau", "upsilon", "phi", "chi", "psi", "omega",
5
};
6
 
7
Rune greeklet[]={ 0,
8
	L'α', L'β', L'γ', L'δ', L'ε', L'ζ', L'η', L'θ', L'ι', L'κ', L'λ',
9
	L'μ', L'ν', L'ξ', L'ο', L'π', L'ρ', L'σ', L'τ', L'υ', L'φ', L'χ',
10
	L'ψ', L'ω',
11
};
12
 
13
char *constel[]={ 0,	/* 1-indexed */
14
	"and", "ant", "aps", "aql", "aqr", "ara", "ari", "aur", "boo", "cae",
15
	"cam", "cap", "car", "cas", "cen", "cep", "cet", "cha", "cir", "cma",
16
	"cmi", "cnc", "col", "com", "cra", "crb", "crt", "cru", "crv", "cvn",
17
	"cyg", "del", "dor", "dra", "equ", "eri", "for", "gem", "gru", "her",
18
	"hor", "hya", "hyi", "ind", "lac", "leo", "lep", "lib", "lmi", "lup",
19
	"lyn", "lyr", "men", "mic", "mon", "mus", "nor", "oct", "oph", "ori",
20
	"pav", "peg", "per", "phe", "pic", "psa", "psc", "pup", "pyx", "ret",
21
	"scl", "sco", "sct", "ser", "sex", "sge", "sgr", "tau", "tel", "tra",
22
	"tri", "tuc", "uma", "umi", "vel", "vir", "vol", "vul",
23
};
24
Name names[]={
25
	"gx",	Galaxy,
26
	"pl",	PlanetaryN,
27
	"oc",	OpenCl,
28
	"gb",	GlobularCl,
29
	"nb",	DiffuseN,
30
	"c+n",NebularCl,
31
	"ast",	Asterism,
32
	"kt",	Knot,
33
	"***",	Triple,
34
	"d*",	Double,
35
	"*",	Single,
36
	"pd",	PlateDefect,
37
	"galaxy",	Galaxy,
38
	"planetary",	PlanetaryN,
39
	"opencluster",	OpenCl,
40
	"globularcluster",	GlobularCl,
41
	"nebula",	DiffuseN,
42
	"nebularcluster",NebularCl,
43
	"asterism",	Asterism,
44
	"knot",	Knot,
45
	"triple",	Triple,
46
	"double",	Double,
47
	"single",	Single,
48
	"nonexistent",	Nonexistent,
49
	"unknown",	Unknown,
50
	"platedefect",	PlateDefect,
51
	0,		0,
52
};