forked from arfon/brown_dwarfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.yaml
177 lines (177 loc) · 3.14 KB
/
list.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
name: "A Fantastic List of z>10 Galaxies"
description: "Iva's list of z>10 galaxies, mostly discovered by JWST. Collected from the arXiv from July 13, 2022 up to now."
properties:
- name: ID
kind: string
units: ""
required: True
group: Default
key: default_id
- name: RA
kind: float
units: degrees
required: True
group: Default
key: default_ra
- name: Dec
kind: float
units: degrees
required: True
group: Default
key: default_dec
- name: PhotRedshift
kind: float
units: ""
required: True
group: Default
key: default_phot_z
- name: FirstAuthor
kind: string
units: ""
required: True
group: Default
key: default_first_author
- name: Reference
kind: string
units: ""
required: True
group: Default
key: default_ref
- name: PhotRedshiftErrorPlus
kind: float
units: ""
required: False
group: Extra
key: extra_phot_z_err_plus
- name: PhotRedshiftErrorMinus
kind: float
units: ""
required: False
group: Extra
key: extra_phot_z_err_minus
- name: 'SpecRedshift'
kind: float
units: ""
required: False
group: Extra
key: extra_spec_z
- name: 'SpecRedshiftError'
kind: float
units: ""
required: False
group: Extra
key: 'extra_spec_z_err'
- name: 'JWSTProgram'
kind: int
units: ""
required: False
group: Extra
key: extra_jwst_program
- name: 'StellarMass'
kind: int
units: ""
required: False
group: Extra
key: extra_mass
- name: 'StellarMassErrPlus'
kind: int
units: ""
required: False
group: Extra
key: extra_mass_err_plus
- name: 'StellarMassErrMinus'
kind: int
units: ""
required: False
group: Extra
key: extra_mass_err_minus
- name: 'Muv'
kind: int
units: ""
required: False
group: Extra
key: extra_muv
- name: 'MuvErrPlus'
kind: int
units: ""
required: False
group: Extra
key: extra_muv_err_plus
- name: 'MuvErrMinus'
kind: int
units: ""
required: False
group: Extra
key: extra_muv_err_minus
- name: 'F090W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F090W
- name: 'F090We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F090We
- name: 'F150W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F150W
- name: 'F150We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F150We
- name: 'F200W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F200W
- name: 'F200We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F200We
- name: 'F277W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F277W
- name: 'F277We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F277We
- name: 'F356W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F356W
- name: 'F356We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F356We
- name: 'F444W'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F444W
- name: 'F444We'
kind: float
units: ""
required: False
group: Photometry
key: photometry_F444We