Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
EiffL commited on
Commit
114aa77
·
verified ·
1 Parent(s): 7fc805a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +181 -1291
README.md CHANGED
@@ -1,1293 +1,183 @@
1
  ---
2
- dataset_info:
3
- config_name: ngdeep
4
- features:
5
- - name: image
6
- sequence:
7
- - name: band
8
- dtype: string
9
- - name: array
10
- dtype:
11
- array2_d:
12
- shape:
13
- - 96
14
- - 96
15
- dtype: float32
16
- - name: psf_fwhm
17
- dtype: float32
18
- - name: scale
19
- dtype: float32
20
- - name: thresh
21
- dtype: float32
22
- - name: npix
23
- dtype: float32
24
- - name: tnpix
25
- dtype: float32
26
- - name: xmin
27
- dtype: float32
28
- - name: xmax
29
- dtype: float32
30
- - name: ymin
31
- dtype: float32
32
- - name: ymax
33
- dtype: float32
34
- - name: x
35
- dtype: float32
36
- - name: y
37
- dtype: float32
38
- - name: x2_image
39
- dtype: float32
40
- - name: y2_image
41
- dtype: float32
42
- - name: xy_image
43
- dtype: float32
44
- - name: errx2
45
- dtype: float32
46
- - name: erry2
47
- dtype: float32
48
- - name: errxy
49
- dtype: float32
50
- - name: a_image
51
- dtype: float32
52
- - name: b_image
53
- dtype: float32
54
- - name: theta_image
55
- dtype: float32
56
- - name: cxx_image
57
- dtype: float32
58
- - name: cyy_image
59
- dtype: float32
60
- - name: cxy_image
61
- dtype: float32
62
- - name: cflux
63
- dtype: float32
64
- - name: flux
65
- dtype: float32
66
- - name: cpeak
67
- dtype: float32
68
- - name: peak
69
- dtype: float32
70
- - name: xcpeak
71
- dtype: float32
72
- - name: ycpeak
73
- dtype: float32
74
- - name: xpeak
75
- dtype: float32
76
- - name: ypeak
77
- dtype: float32
78
- - name: flag
79
- dtype: float32
80
- - name: x_image
81
- dtype: float32
82
- - name: y_image
83
- dtype: float32
84
- - name: number
85
- dtype: float32
86
- - name: ra
87
- dtype: float32
88
- - name: dec
89
- dtype: float32
90
- - name: x_world
91
- dtype: float32
92
- - name: y_world
93
- dtype: float32
94
- - name: flux_iso
95
- dtype: float32
96
- - name: fluxerr_iso
97
- dtype: float32
98
- - name: area_iso
99
- dtype: float32
100
- - name: mag_iso
101
- dtype: float32
102
- - name: kron_radius
103
- dtype: float32
104
- - name: kron_rcirc
105
- dtype: float32
106
- - name: flux_auto
107
- dtype: float32
108
- - name: fluxerr_auto
109
- dtype: float32
110
- - name: bkg_auto
111
- dtype: float32
112
- - name: flag_auto
113
- dtype: float32
114
- - name: area_auto
115
- dtype: float32
116
- - name: flux_radius_flag
117
- dtype: float32
118
- - name: flux_radius_20
119
- dtype: float32
120
- - name: flux_radius
121
- dtype: float32
122
- - name: flux_radius_90
123
- dtype: float32
124
- - name: tot_corr
125
- dtype: float32
126
- - name: mag_auto
127
- dtype: float32
128
- - name: magerr_auto
129
- dtype: float32
130
- - name: flux_aper_0
131
- dtype: float32
132
- - name: fluxerr_aper_0
133
- dtype: float32
134
- - name: flag_aper_0
135
- dtype: float32
136
- - name: bkg_aper_0
137
- dtype: float32
138
- - name: mask_aper_0
139
- dtype: float32
140
- - name: flux_aper_1
141
- dtype: float32
142
- - name: fluxerr_aper_1
143
- dtype: float32
144
- - name: flag_aper_1
145
- dtype: float32
146
- - name: bkg_aper_1
147
- dtype: float32
148
- - name: mask_aper_1
149
- dtype: float32
150
- - name: flux_aper_2
151
- dtype: float32
152
- - name: fluxerr_aper_2
153
- dtype: float32
154
- - name: flag_aper_2
155
- dtype: float32
156
- - name: bkg_aper_2
157
- dtype: float32
158
- - name: mask_aper_2
159
- dtype: float32
160
- - name: f105w_flux_aper_0
161
- dtype: float32
162
- - name: f105w_fluxerr_aper_0
163
- dtype: float32
164
- - name: f105w_flag_aper_0
165
- dtype: float32
166
- - name: f105w_bkg_aper_0
167
- dtype: float32
168
- - name: f105w_mask_aper_0
169
- dtype: float32
170
- - name: f105w_flux_aper_1
171
- dtype: float32
172
- - name: f105w_fluxerr_aper_1
173
- dtype: float32
174
- - name: f105w_flag_aper_1
175
- dtype: float32
176
- - name: f105w_bkg_aper_1
177
- dtype: float32
178
- - name: f105w_mask_aper_1
179
- dtype: float32
180
- - name: f105w_flux_aper_2
181
- dtype: float32
182
- - name: f105w_fluxerr_aper_2
183
- dtype: float32
184
- - name: f105w_flag_aper_2
185
- dtype: float32
186
- - name: f105w_bkg_aper_2
187
- dtype: float32
188
- - name: f105w_mask_aper_2
189
- dtype: float32
190
- - name: f105w_tot_corr
191
- dtype: float32
192
- - name: f115w_flux_aper_0
193
- dtype: float32
194
- - name: f115w_fluxerr_aper_0
195
- dtype: float32
196
- - name: f115w_flag_aper_0
197
- dtype: float32
198
- - name: f115w_bkg_aper_0
199
- dtype: float32
200
- - name: f115w_mask_aper_0
201
- dtype: float32
202
- - name: f115w_flux_aper_1
203
- dtype: float32
204
- - name: f115w_fluxerr_aper_1
205
- dtype: float32
206
- - name: f115w_flag_aper_1
207
- dtype: float32
208
- - name: f115w_bkg_aper_1
209
- dtype: float32
210
- - name: f115w_mask_aper_1
211
- dtype: float32
212
- - name: f115w_flux_aper_2
213
- dtype: float32
214
- - name: f115w_fluxerr_aper_2
215
- dtype: float32
216
- - name: f115w_flag_aper_2
217
- dtype: float32
218
- - name: f115w_bkg_aper_2
219
- dtype: float32
220
- - name: f115w_mask_aper_2
221
- dtype: float32
222
- - name: f115w_tot_corr
223
- dtype: float32
224
- - name: f125w_flux_aper_0
225
- dtype: float32
226
- - name: f125w_fluxerr_aper_0
227
- dtype: float32
228
- - name: f125w_flag_aper_0
229
- dtype: float32
230
- - name: f125w_bkg_aper_0
231
- dtype: float32
232
- - name: f125w_mask_aper_0
233
- dtype: float32
234
- - name: f125w_flux_aper_1
235
- dtype: float32
236
- - name: f125w_fluxerr_aper_1
237
- dtype: float32
238
- - name: f125w_flag_aper_1
239
- dtype: float32
240
- - name: f125w_bkg_aper_1
241
- dtype: float32
242
- - name: f125w_mask_aper_1
243
- dtype: float32
244
- - name: f125w_flux_aper_2
245
- dtype: float32
246
- - name: f125w_fluxerr_aper_2
247
- dtype: float32
248
- - name: f125w_flag_aper_2
249
- dtype: float32
250
- - name: f125w_bkg_aper_2
251
- dtype: float32
252
- - name: f125w_mask_aper_2
253
- dtype: float32
254
- - name: f125w_tot_corr
255
- dtype: float32
256
- - name: f140w_flux_aper_0
257
- dtype: float32
258
- - name: f140w_fluxerr_aper_0
259
- dtype: float32
260
- - name: f140w_flag_aper_0
261
- dtype: float32
262
- - name: f140w_bkg_aper_0
263
- dtype: float32
264
- - name: f140w_mask_aper_0
265
- dtype: float32
266
- - name: f140w_flux_aper_1
267
- dtype: float32
268
- - name: f140w_fluxerr_aper_1
269
- dtype: float32
270
- - name: f140w_flag_aper_1
271
- dtype: float32
272
- - name: f140w_bkg_aper_1
273
- dtype: float32
274
- - name: f140w_mask_aper_1
275
- dtype: float32
276
- - name: f140w_flux_aper_2
277
- dtype: float32
278
- - name: f140w_fluxerr_aper_2
279
- dtype: float32
280
- - name: f140w_flag_aper_2
281
- dtype: float32
282
- - name: f140w_bkg_aper_2
283
- dtype: float32
284
- - name: f140w_mask_aper_2
285
- dtype: float32
286
- - name: f140w_tot_corr
287
- dtype: float32
288
- - name: f150w_flux_aper_0
289
- dtype: float32
290
- - name: f150w_fluxerr_aper_0
291
- dtype: float32
292
- - name: f150w_flag_aper_0
293
- dtype: float32
294
- - name: f150w_bkg_aper_0
295
- dtype: float32
296
- - name: f150w_mask_aper_0
297
- dtype: float32
298
- - name: f150w_flux_aper_1
299
- dtype: float32
300
- - name: f150w_fluxerr_aper_1
301
- dtype: float32
302
- - name: f150w_flag_aper_1
303
- dtype: float32
304
- - name: f150w_bkg_aper_1
305
- dtype: float32
306
- - name: f150w_mask_aper_1
307
- dtype: float32
308
- - name: f150w_flux_aper_2
309
- dtype: float32
310
- - name: f150w_fluxerr_aper_2
311
- dtype: float32
312
- - name: f150w_flag_aper_2
313
- dtype: float32
314
- - name: f150w_bkg_aper_2
315
- dtype: float32
316
- - name: f150w_mask_aper_2
317
- dtype: float32
318
- - name: f150w_tot_corr
319
- dtype: float32
320
- - name: f160w_flux_aper_0
321
- dtype: float32
322
- - name: f160w_fluxerr_aper_0
323
- dtype: float32
324
- - name: f160w_flag_aper_0
325
- dtype: float32
326
- - name: f160w_bkg_aper_0
327
- dtype: float32
328
- - name: f160w_mask_aper_0
329
- dtype: float32
330
- - name: f160w_flux_aper_1
331
- dtype: float32
332
- - name: f160w_fluxerr_aper_1
333
- dtype: float32
334
- - name: f160w_flag_aper_1
335
- dtype: float32
336
- - name: f160w_bkg_aper_1
337
- dtype: float32
338
- - name: f160w_mask_aper_1
339
- dtype: float32
340
- - name: f160w_flux_aper_2
341
- dtype: float32
342
- - name: f160w_fluxerr_aper_2
343
- dtype: float32
344
- - name: f160w_flag_aper_2
345
- dtype: float32
346
- - name: f160w_bkg_aper_2
347
- dtype: float32
348
- - name: f160w_mask_aper_2
349
- dtype: float32
350
- - name: f160w_tot_corr
351
- dtype: float32
352
- - name: f200w_flux_aper_0
353
- dtype: float32
354
- - name: f200w_fluxerr_aper_0
355
- dtype: float32
356
- - name: f200w_flag_aper_0
357
- dtype: float32
358
- - name: f200w_bkg_aper_0
359
- dtype: float32
360
- - name: f200w_mask_aper_0
361
- dtype: float32
362
- - name: f200w_flux_aper_1
363
- dtype: float32
364
- - name: f200w_fluxerr_aper_1
365
- dtype: float32
366
- - name: f200w_flag_aper_1
367
- dtype: float32
368
- - name: f200w_bkg_aper_1
369
- dtype: float32
370
- - name: f200w_mask_aper_1
371
- dtype: float32
372
- - name: f200w_flux_aper_2
373
- dtype: float32
374
- - name: f200w_fluxerr_aper_2
375
- dtype: float32
376
- - name: f200w_flag_aper_2
377
- dtype: float32
378
- - name: f200w_bkg_aper_2
379
- dtype: float32
380
- - name: f200w_mask_aper_2
381
- dtype: float32
382
- - name: f200w_tot_corr
383
- dtype: float32
384
- - name: f277w_flux_aper_0
385
- dtype: float32
386
- - name: f277w_fluxerr_aper_0
387
- dtype: float32
388
- - name: f277w_flag_aper_0
389
- dtype: float32
390
- - name: f277w_bkg_aper_0
391
- dtype: float32
392
- - name: f277w_mask_aper_0
393
- dtype: float32
394
- - name: f277w_flux_aper_1
395
- dtype: float32
396
- - name: f277w_fluxerr_aper_1
397
- dtype: float32
398
- - name: f277w_flag_aper_1
399
- dtype: float32
400
- - name: f277w_bkg_aper_1
401
- dtype: float32
402
- - name: f277w_mask_aper_1
403
- dtype: float32
404
- - name: f277w_flux_aper_2
405
- dtype: float32
406
- - name: f277w_fluxerr_aper_2
407
- dtype: float32
408
- - name: f277w_flag_aper_2
409
- dtype: float32
410
- - name: f277w_bkg_aper_2
411
- dtype: float32
412
- - name: f277w_mask_aper_2
413
- dtype: float32
414
- - name: f277w_tot_corr
415
- dtype: float32
416
- - name: f350lpu_flux_aper_0
417
- dtype: float32
418
- - name: f350lpu_fluxerr_aper_0
419
- dtype: float32
420
- - name: f350lpu_flag_aper_0
421
- dtype: float32
422
- - name: f350lpu_bkg_aper_0
423
- dtype: float32
424
- - name: f350lpu_mask_aper_0
425
- dtype: float32
426
- - name: f350lpu_flux_aper_1
427
- dtype: float32
428
- - name: f350lpu_fluxerr_aper_1
429
- dtype: float32
430
- - name: f350lpu_flag_aper_1
431
- dtype: float32
432
- - name: f350lpu_bkg_aper_1
433
- dtype: float32
434
- - name: f350lpu_mask_aper_1
435
- dtype: float32
436
- - name: f350lpu_flux_aper_2
437
- dtype: float32
438
- - name: f350lpu_fluxerr_aper_2
439
- dtype: float32
440
- - name: f350lpu_flag_aper_2
441
- dtype: float32
442
- - name: f350lpu_bkg_aper_2
443
- dtype: float32
444
- - name: f350lpu_mask_aper_2
445
- dtype: float32
446
- - name: f350lpu_tot_corr
447
- dtype: float32
448
- - name: f356w_flux_aper_0
449
- dtype: float32
450
- - name: f356w_fluxerr_aper_0
451
- dtype: float32
452
- - name: f356w_flag_aper_0
453
- dtype: float32
454
- - name: f356w_bkg_aper_0
455
- dtype: float32
456
- - name: f356w_mask_aper_0
457
- dtype: float32
458
- - name: f356w_flux_aper_1
459
- dtype: float32
460
- - name: f356w_fluxerr_aper_1
461
- dtype: float32
462
- - name: f356w_flag_aper_1
463
- dtype: float32
464
- - name: f356w_bkg_aper_1
465
- dtype: float32
466
- - name: f356w_mask_aper_1
467
- dtype: float32
468
- - name: f356w_flux_aper_2
469
- dtype: float32
470
- - name: f356w_fluxerr_aper_2
471
- dtype: float32
472
- - name: f356w_flag_aper_2
473
- dtype: float32
474
- - name: f356w_bkg_aper_2
475
- dtype: float32
476
- - name: f356w_mask_aper_2
477
- dtype: float32
478
- - name: f356w_tot_corr
479
- dtype: float32
480
- - name: f435w_flux_aper_0
481
- dtype: float32
482
- - name: f435w_fluxerr_aper_0
483
- dtype: float32
484
- - name: f435w_flag_aper_0
485
- dtype: float32
486
- - name: f435w_bkg_aper_0
487
- dtype: float32
488
- - name: f435w_mask_aper_0
489
- dtype: float32
490
- - name: f435w_flux_aper_1
491
- dtype: float32
492
- - name: f435w_fluxerr_aper_1
493
- dtype: float32
494
- - name: f435w_flag_aper_1
495
- dtype: float32
496
- - name: f435w_bkg_aper_1
497
- dtype: float32
498
- - name: f435w_mask_aper_1
499
- dtype: float32
500
- - name: f435w_flux_aper_2
501
- dtype: float32
502
- - name: f435w_fluxerr_aper_2
503
- dtype: float32
504
- - name: f435w_flag_aper_2
505
- dtype: float32
506
- - name: f435w_bkg_aper_2
507
- dtype: float32
508
- - name: f435w_mask_aper_2
509
- dtype: float32
510
- - name: f435w_tot_corr
511
- dtype: float32
512
- - name: f444w_flux_aper_0
513
- dtype: float32
514
- - name: f444w_fluxerr_aper_0
515
- dtype: float32
516
- - name: f444w_flag_aper_0
517
- dtype: float32
518
- - name: f444w_bkg_aper_0
519
- dtype: float32
520
- - name: f444w_mask_aper_0
521
- dtype: float32
522
- - name: f444w_flux_aper_1
523
- dtype: float32
524
- - name: f444w_fluxerr_aper_1
525
- dtype: float32
526
- - name: f444w_flag_aper_1
527
- dtype: float32
528
- - name: f444w_bkg_aper_1
529
- dtype: float32
530
- - name: f444w_mask_aper_1
531
- dtype: float32
532
- - name: f444w_flux_aper_2
533
- dtype: float32
534
- - name: f444w_fluxerr_aper_2
535
- dtype: float32
536
- - name: f444w_flag_aper_2
537
- dtype: float32
538
- - name: f444w_bkg_aper_2
539
- dtype: float32
540
- - name: f444w_mask_aper_2
541
- dtype: float32
542
- - name: f444w_tot_corr
543
- dtype: float32
544
- - name: f475w_flux_aper_0
545
- dtype: float32
546
- - name: f475w_fluxerr_aper_0
547
- dtype: float32
548
- - name: f475w_flag_aper_0
549
- dtype: float32
550
- - name: f475w_bkg_aper_0
551
- dtype: float32
552
- - name: f475w_mask_aper_0
553
- dtype: float32
554
- - name: f475w_flux_aper_1
555
- dtype: float32
556
- - name: f475w_fluxerr_aper_1
557
- dtype: float32
558
- - name: f475w_flag_aper_1
559
- dtype: float32
560
- - name: f475w_bkg_aper_1
561
- dtype: float32
562
- - name: f475w_mask_aper_1
563
- dtype: float32
564
- - name: f475w_flux_aper_2
565
- dtype: float32
566
- - name: f475w_fluxerr_aper_2
567
- dtype: float32
568
- - name: f475w_flag_aper_2
569
- dtype: float32
570
- - name: f475w_bkg_aper_2
571
- dtype: float32
572
- - name: f475w_mask_aper_2
573
- dtype: float32
574
- - name: f475w_tot_corr
575
- dtype: float32
576
- - name: f606w_flux_aper_0
577
- dtype: float32
578
- - name: f606w_fluxerr_aper_0
579
- dtype: float32
580
- - name: f606w_flag_aper_0
581
- dtype: float32
582
- - name: f606w_bkg_aper_0
583
- dtype: float32
584
- - name: f606w_mask_aper_0
585
- dtype: float32
586
- - name: f606w_flux_aper_1
587
- dtype: float32
588
- - name: f606w_fluxerr_aper_1
589
- dtype: float32
590
- - name: f606w_flag_aper_1
591
- dtype: float32
592
- - name: f606w_bkg_aper_1
593
- dtype: float32
594
- - name: f606w_mask_aper_1
595
- dtype: float32
596
- - name: f606w_flux_aper_2
597
- dtype: float32
598
- - name: f606w_fluxerr_aper_2
599
- dtype: float32
600
- - name: f606w_flag_aper_2
601
- dtype: float32
602
- - name: f606w_bkg_aper_2
603
- dtype: float32
604
- - name: f606w_mask_aper_2
605
- dtype: float32
606
- - name: f606w_tot_corr
607
- dtype: float32
608
- - name: f775w_flux_aper_0
609
- dtype: float32
610
- - name: f775w_fluxerr_aper_0
611
- dtype: float32
612
- - name: f775w_flag_aper_0
613
- dtype: float32
614
- - name: f775w_bkg_aper_0
615
- dtype: float32
616
- - name: f775w_mask_aper_0
617
- dtype: float32
618
- - name: f775w_flux_aper_1
619
- dtype: float32
620
- - name: f775w_fluxerr_aper_1
621
- dtype: float32
622
- - name: f775w_flag_aper_1
623
- dtype: float32
624
- - name: f775w_bkg_aper_1
625
- dtype: float32
626
- - name: f775w_mask_aper_1
627
- dtype: float32
628
- - name: f775w_flux_aper_2
629
- dtype: float32
630
- - name: f775w_fluxerr_aper_2
631
- dtype: float32
632
- - name: f775w_flag_aper_2
633
- dtype: float32
634
- - name: f775w_bkg_aper_2
635
- dtype: float32
636
- - name: f775w_mask_aper_2
637
- dtype: float32
638
- - name: f775w_tot_corr
639
- dtype: float32
640
- - name: f814w_flux_aper_0
641
- dtype: float32
642
- - name: f814w_fluxerr_aper_0
643
- dtype: float32
644
- - name: f814w_flag_aper_0
645
- dtype: float32
646
- - name: f814w_bkg_aper_0
647
- dtype: float32
648
- - name: f814w_mask_aper_0
649
- dtype: float32
650
- - name: f814w_flux_aper_1
651
- dtype: float32
652
- - name: f814w_fluxerr_aper_1
653
- dtype: float32
654
- - name: f814w_flag_aper_1
655
- dtype: float32
656
- - name: f814w_bkg_aper_1
657
- dtype: float32
658
- - name: f814w_mask_aper_1
659
- dtype: float32
660
- - name: f814w_flux_aper_2
661
- dtype: float32
662
- - name: f814w_fluxerr_aper_2
663
- dtype: float32
664
- - name: f814w_flag_aper_2
665
- dtype: float32
666
- - name: f814w_bkg_aper_2
667
- dtype: float32
668
- - name: f814w_mask_aper_2
669
- dtype: float32
670
- - name: f814w_tot_corr
671
- dtype: float32
672
- - name: f850lp_flux_aper_0
673
- dtype: float32
674
- - name: f850lp_fluxerr_aper_0
675
- dtype: float32
676
- - name: f850lp_flag_aper_0
677
- dtype: float32
678
- - name: f850lp_bkg_aper_0
679
- dtype: float32
680
- - name: f850lp_mask_aper_0
681
- dtype: float32
682
- - name: f850lp_flux_aper_1
683
- dtype: float32
684
- - name: f850lp_fluxerr_aper_1
685
- dtype: float32
686
- - name: f850lp_flag_aper_1
687
- dtype: float32
688
- - name: f850lp_bkg_aper_1
689
- dtype: float32
690
- - name: f850lp_mask_aper_1
691
- dtype: float32
692
- - name: f850lp_flux_aper_2
693
- dtype: float32
694
- - name: f850lp_fluxerr_aper_2
695
- dtype: float32
696
- - name: f850lp_flag_aper_2
697
- dtype: float32
698
- - name: f850lp_bkg_aper_2
699
- dtype: float32
700
- - name: f850lp_mask_aper_2
701
- dtype: float32
702
- - name: f850lp_tot_corr
703
- dtype: float32
704
- - name: apcorr_0
705
- dtype: float32
706
- - name: f105w_corr_0
707
- dtype: float32
708
- - name: f105w_ecorr_0
709
- dtype: float32
710
- - name: f105w_tot_0
711
- dtype: float32
712
- - name: f105w_etot_0
713
- dtype: float32
714
- - name: f115w_corr_0
715
- dtype: float32
716
- - name: f115w_ecorr_0
717
- dtype: float32
718
- - name: f115w_tot_0
719
- dtype: float32
720
- - name: f115w_etot_0
721
- dtype: float32
722
- - name: f125w_corr_0
723
- dtype: float32
724
- - name: f125w_ecorr_0
725
- dtype: float32
726
- - name: f125w_tot_0
727
- dtype: float32
728
- - name: f125w_etot_0
729
- dtype: float32
730
- - name: f140w_corr_0
731
- dtype: float32
732
- - name: f140w_ecorr_0
733
- dtype: float32
734
- - name: f140w_tot_0
735
- dtype: float32
736
- - name: f140w_etot_0
737
- dtype: float32
738
- - name: f150w_corr_0
739
- dtype: float32
740
- - name: f150w_ecorr_0
741
- dtype: float32
742
- - name: f150w_tot_0
743
- dtype: float32
744
- - name: f150w_etot_0
745
- dtype: float32
746
- - name: f160w_corr_0
747
- dtype: float32
748
- - name: f160w_ecorr_0
749
- dtype: float32
750
- - name: f160w_tot_0
751
- dtype: float32
752
- - name: f160w_etot_0
753
- dtype: float32
754
- - name: f200w_corr_0
755
- dtype: float32
756
- - name: f200w_ecorr_0
757
- dtype: float32
758
- - name: f200w_tot_0
759
- dtype: float32
760
- - name: f200w_etot_0
761
- dtype: float32
762
- - name: f277w_corr_0
763
- dtype: float32
764
- - name: f277w_ecorr_0
765
- dtype: float32
766
- - name: f277w_tot_0
767
- dtype: float32
768
- - name: f277w_etot_0
769
- dtype: float32
770
- - name: f350lpu_corr_0
771
- dtype: float32
772
- - name: f350lpu_ecorr_0
773
- dtype: float32
774
- - name: f350lpu_tot_0
775
- dtype: float32
776
- - name: f350lpu_etot_0
777
- dtype: float32
778
- - name: f356w_corr_0
779
- dtype: float32
780
- - name: f356w_ecorr_0
781
- dtype: float32
782
- - name: f356w_tot_0
783
- dtype: float32
784
- - name: f356w_etot_0
785
- dtype: float32
786
- - name: f435w_corr_0
787
- dtype: float32
788
- - name: f435w_ecorr_0
789
- dtype: float32
790
- - name: f435w_tot_0
791
- dtype: float32
792
- - name: f435w_etot_0
793
- dtype: float32
794
- - name: f444w_corr_0
795
- dtype: float32
796
- - name: f444w_ecorr_0
797
- dtype: float32
798
- - name: f444w_tot_0
799
- dtype: float32
800
- - name: f444w_etot_0
801
- dtype: float32
802
- - name: f475w_corr_0
803
- dtype: float32
804
- - name: f475w_ecorr_0
805
- dtype: float32
806
- - name: f475w_tot_0
807
- dtype: float32
808
- - name: f475w_etot_0
809
- dtype: float32
810
- - name: f606w_corr_0
811
- dtype: float32
812
- - name: f606w_ecorr_0
813
- dtype: float32
814
- - name: f606w_tot_0
815
- dtype: float32
816
- - name: f606w_etot_0
817
- dtype: float32
818
- - name: f775w_corr_0
819
- dtype: float32
820
- - name: f775w_ecorr_0
821
- dtype: float32
822
- - name: f775w_tot_0
823
- dtype: float32
824
- - name: f775w_etot_0
825
- dtype: float32
826
- - name: f814w_corr_0
827
- dtype: float32
828
- - name: f814w_ecorr_0
829
- dtype: float32
830
- - name: f814w_tot_0
831
- dtype: float32
832
- - name: f814w_etot_0
833
- dtype: float32
834
- - name: f850lp_corr_0
835
- dtype: float32
836
- - name: f850lp_ecorr_0
837
- dtype: float32
838
- - name: f850lp_tot_0
839
- dtype: float32
840
- - name: f850lp_etot_0
841
- dtype: float32
842
- - name: apcorr_1
843
- dtype: float32
844
- - name: f105w_corr_1
845
- dtype: float32
846
- - name: f105w_ecorr_1
847
- dtype: float32
848
- - name: f105w_tot_1
849
- dtype: float32
850
- - name: f105w_etot_1
851
- dtype: float32
852
- - name: f115w_corr_1
853
- dtype: float32
854
- - name: f115w_ecorr_1
855
- dtype: float32
856
- - name: f115w_tot_1
857
- dtype: float32
858
- - name: f115w_etot_1
859
- dtype: float32
860
- - name: f125w_corr_1
861
- dtype: float32
862
- - name: f125w_ecorr_1
863
- dtype: float32
864
- - name: f125w_tot_1
865
- dtype: float32
866
- - name: f125w_etot_1
867
- dtype: float32
868
- - name: f140w_corr_1
869
- dtype: float32
870
- - name: f140w_ecorr_1
871
- dtype: float32
872
- - name: f140w_tot_1
873
- dtype: float32
874
- - name: f140w_etot_1
875
- dtype: float32
876
- - name: f150w_corr_1
877
- dtype: float32
878
- - name: f150w_ecorr_1
879
- dtype: float32
880
- - name: f150w_tot_1
881
- dtype: float32
882
- - name: f150w_etot_1
883
- dtype: float32
884
- - name: f160w_corr_1
885
- dtype: float32
886
- - name: f160w_ecorr_1
887
- dtype: float32
888
- - name: f160w_tot_1
889
- dtype: float32
890
- - name: f160w_etot_1
891
- dtype: float32
892
- - name: f200w_corr_1
893
- dtype: float32
894
- - name: f200w_ecorr_1
895
- dtype: float32
896
- - name: f200w_tot_1
897
- dtype: float32
898
- - name: f200w_etot_1
899
- dtype: float32
900
- - name: f277w_corr_1
901
- dtype: float32
902
- - name: f277w_ecorr_1
903
- dtype: float32
904
- - name: f277w_tot_1
905
- dtype: float32
906
- - name: f277w_etot_1
907
- dtype: float32
908
- - name: f350lpu_corr_1
909
- dtype: float32
910
- - name: f350lpu_ecorr_1
911
- dtype: float32
912
- - name: f350lpu_tot_1
913
- dtype: float32
914
- - name: f350lpu_etot_1
915
- dtype: float32
916
- - name: f356w_corr_1
917
- dtype: float32
918
- - name: f356w_ecorr_1
919
- dtype: float32
920
- - name: f356w_tot_1
921
- dtype: float32
922
- - name: f356w_etot_1
923
- dtype: float32
924
- - name: f435w_corr_1
925
- dtype: float32
926
- - name: f435w_ecorr_1
927
- dtype: float32
928
- - name: f435w_tot_1
929
- dtype: float32
930
- - name: f435w_etot_1
931
- dtype: float32
932
- - name: f444w_corr_1
933
- dtype: float32
934
- - name: f444w_ecorr_1
935
- dtype: float32
936
- - name: f444w_tot_1
937
- dtype: float32
938
- - name: f444w_etot_1
939
- dtype: float32
940
- - name: f475w_corr_1
941
- dtype: float32
942
- - name: f475w_ecorr_1
943
- dtype: float32
944
- - name: f475w_tot_1
945
- dtype: float32
946
- - name: f475w_etot_1
947
- dtype: float32
948
- - name: f606w_corr_1
949
- dtype: float32
950
- - name: f606w_ecorr_1
951
- dtype: float32
952
- - name: f606w_tot_1
953
- dtype: float32
954
- - name: f606w_etot_1
955
- dtype: float32
956
- - name: f775w_corr_1
957
- dtype: float32
958
- - name: f775w_ecorr_1
959
- dtype: float32
960
- - name: f775w_tot_1
961
- dtype: float32
962
- - name: f775w_etot_1
963
- dtype: float32
964
- - name: f814w_corr_1
965
- dtype: float32
966
- - name: f814w_ecorr_1
967
- dtype: float32
968
- - name: f814w_tot_1
969
- dtype: float32
970
- - name: f814w_etot_1
971
- dtype: float32
972
- - name: f850lp_corr_1
973
- dtype: float32
974
- - name: f850lp_ecorr_1
975
- dtype: float32
976
- - name: f850lp_tot_1
977
- dtype: float32
978
- - name: f850lp_etot_1
979
- dtype: float32
980
- - name: apcorr_2
981
- dtype: float32
982
- - name: f105w_corr_2
983
- dtype: float32
984
- - name: f105w_ecorr_2
985
- dtype: float32
986
- - name: f105w_tot_2
987
- dtype: float32
988
- - name: f105w_etot_2
989
- dtype: float32
990
- - name: f115w_corr_2
991
- dtype: float32
992
- - name: f115w_ecorr_2
993
- dtype: float32
994
- - name: f115w_tot_2
995
- dtype: float32
996
- - name: f115w_etot_2
997
- dtype: float32
998
- - name: f125w_corr_2
999
- dtype: float32
1000
- - name: f125w_ecorr_2
1001
- dtype: float32
1002
- - name: f125w_tot_2
1003
- dtype: float32
1004
- - name: f125w_etot_2
1005
- dtype: float32
1006
- - name: f140w_corr_2
1007
- dtype: float32
1008
- - name: f140w_ecorr_2
1009
- dtype: float32
1010
- - name: f140w_tot_2
1011
- dtype: float32
1012
- - name: f140w_etot_2
1013
- dtype: float32
1014
- - name: f150w_corr_2
1015
- dtype: float32
1016
- - name: f150w_ecorr_2
1017
- dtype: float32
1018
- - name: f150w_tot_2
1019
- dtype: float32
1020
- - name: f150w_etot_2
1021
- dtype: float32
1022
- - name: f160w_corr_2
1023
- dtype: float32
1024
- - name: f160w_ecorr_2
1025
- dtype: float32
1026
- - name: f160w_tot_2
1027
- dtype: float32
1028
- - name: f160w_etot_2
1029
- dtype: float32
1030
- - name: f200w_corr_2
1031
- dtype: float32
1032
- - name: f200w_ecorr_2
1033
- dtype: float32
1034
- - name: f200w_tot_2
1035
- dtype: float32
1036
- - name: f200w_etot_2
1037
- dtype: float32
1038
- - name: f277w_corr_2
1039
- dtype: float32
1040
- - name: f277w_ecorr_2
1041
- dtype: float32
1042
- - name: f277w_tot_2
1043
- dtype: float32
1044
- - name: f277w_etot_2
1045
- dtype: float32
1046
- - name: f350lpu_corr_2
1047
- dtype: float32
1048
- - name: f350lpu_ecorr_2
1049
- dtype: float32
1050
- - name: f350lpu_tot_2
1051
- dtype: float32
1052
- - name: f350lpu_etot_2
1053
- dtype: float32
1054
- - name: f356w_corr_2
1055
- dtype: float32
1056
- - name: f356w_ecorr_2
1057
- dtype: float32
1058
- - name: f356w_tot_2
1059
- dtype: float32
1060
- - name: f356w_etot_2
1061
- dtype: float32
1062
- - name: f435w_corr_2
1063
- dtype: float32
1064
- - name: f435w_ecorr_2
1065
- dtype: float32
1066
- - name: f435w_tot_2
1067
- dtype: float32
1068
- - name: f435w_etot_2
1069
- dtype: float32
1070
- - name: f444w_corr_2
1071
- dtype: float32
1072
- - name: f444w_ecorr_2
1073
- dtype: float32
1074
- - name: f444w_tot_2
1075
- dtype: float32
1076
- - name: f444w_etot_2
1077
- dtype: float32
1078
- - name: f475w_corr_2
1079
- dtype: float32
1080
- - name: f475w_ecorr_2
1081
- dtype: float32
1082
- - name: f475w_tot_2
1083
- dtype: float32
1084
- - name: f475w_etot_2
1085
- dtype: float32
1086
- - name: f606w_corr_2
1087
- dtype: float32
1088
- - name: f606w_ecorr_2
1089
- dtype: float32
1090
- - name: f606w_tot_2
1091
- dtype: float32
1092
- - name: f606w_etot_2
1093
- dtype: float32
1094
- - name: f775w_corr_2
1095
- dtype: float32
1096
- - name: f775w_ecorr_2
1097
- dtype: float32
1098
- - name: f775w_tot_2
1099
- dtype: float32
1100
- - name: f775w_etot_2
1101
- dtype: float32
1102
- - name: f814w_corr_2
1103
- dtype: float32
1104
- - name: f814w_ecorr_2
1105
- dtype: float32
1106
- - name: f814w_tot_2
1107
- dtype: float32
1108
- - name: f814w_etot_2
1109
- dtype: float32
1110
- - name: f850lp_corr_2
1111
- dtype: float32
1112
- - name: f850lp_ecorr_2
1113
- dtype: float32
1114
- - name: f850lp_tot_2
1115
- dtype: float32
1116
- - name: f850lp_etot_2
1117
- dtype: float32
1118
- - name: z_spec
1119
- dtype: float32
1120
- - name: dummy_err
1121
- dtype: float32
1122
- - name: dummy_flux
1123
- dtype: float32
1124
- - name: nusefilt
1125
- dtype: float32
1126
- - name: z_ml
1127
- dtype: float32
1128
- - name: z_ml_chi2
1129
- dtype: float32
1130
- - name: z_ml_risk
1131
- dtype: float32
1132
- - name: lc_min
1133
- dtype: float32
1134
- - name: lc_max
1135
- dtype: float32
1136
- - name: z_phot
1137
- dtype: float32
1138
- - name: z_phot_chi2
1139
- dtype: float32
1140
- - name: z_phot_risk
1141
- dtype: float32
1142
- - name: z_min_risk
1143
- dtype: float32
1144
- - name: min_risk
1145
- dtype: float32
1146
- - name: z_raw_chi2
1147
- dtype: float32
1148
- - name: raw_chi2
1149
- dtype: float32
1150
- - name: z025
1151
- dtype: float32
1152
- - name: z160
1153
- dtype: float32
1154
- - name: z500
1155
- dtype: float32
1156
- - name: z840
1157
- dtype: float32
1158
- - name: z975
1159
- dtype: float32
1160
- - name: restU
1161
- dtype: float32
1162
- - name: restU_err
1163
- dtype: float32
1164
- - name: restB
1165
- dtype: float32
1166
- - name: restB_err
1167
- dtype: float32
1168
- - name: restV
1169
- dtype: float32
1170
- - name: restV_err
1171
- dtype: float32
1172
- - name: restJ
1173
- dtype: float32
1174
- - name: restJ_err
1175
- dtype: float32
1176
- - name: dL
1177
- dtype: float32
1178
- - name: mass
1179
- dtype: float32
1180
- - name: sfr
1181
- dtype: float32
1182
- - name: Lv
1183
- dtype: float32
1184
- - name: LIR
1185
- dtype: float32
1186
- - name: energy_abs
1187
- dtype: float32
1188
- - name: Lu
1189
- dtype: float32
1190
- - name: Lj
1191
- dtype: float32
1192
- - name: L1400
1193
- dtype: float32
1194
- - name: L2800
1195
- dtype: float32
1196
- - name: LHa
1197
- dtype: float32
1198
- - name: LOIII
1199
- dtype: float32
1200
- - name: LHb
1201
- dtype: float32
1202
- - name: LOII
1203
- dtype: float32
1204
- - name: MLv
1205
- dtype: float32
1206
- - name: Av
1207
- dtype: float32
1208
- - name: lwAgeV
1209
- dtype: float32
1210
- - name: mass_p
1211
- dtype: float32
1212
- - name: sfr_p
1213
- dtype: float32
1214
- - name: Lv_p
1215
- dtype: float32
1216
- - name: LIR_p
1217
- dtype: float32
1218
- - name: energy_abs_p
1219
- dtype: float32
1220
- - name: Lu_p
1221
- dtype: float32
1222
- - name: Lj_p
1223
- dtype: float32
1224
- - name: L1400_p
1225
- dtype: float32
1226
- - name: L2800_p
1227
- dtype: float32
1228
- - name: LHa_p
1229
- dtype: float32
1230
- - name: LOIII_p
1231
- dtype: float32
1232
- - name: LHb_p
1233
- dtype: float32
1234
- - name: LOII_p
1235
- dtype: float32
1236
- - name: Av_p
1237
- dtype: float32
1238
- - name: ssfr_p
1239
- dtype: float32
1240
- - name: rest120
1241
- dtype: float32
1242
- - name: rest120_err
1243
- dtype: float32
1244
- - name: rest121
1245
- dtype: float32
1246
- - name: rest121_err
1247
- dtype: float32
1248
- - name: rest156
1249
- dtype: float32
1250
- - name: rest156_err
1251
- dtype: float32
1252
- - name: rest157
1253
- dtype: float32
1254
- - name: rest157_err
1255
- dtype: float32
1256
- - name: rest158
1257
- dtype: float32
1258
- - name: rest158_err
1259
- dtype: float32
1260
- - name: rest159
1261
- dtype: float32
1262
- - name: rest159_err
1263
- dtype: float32
1264
- - name: rest160
1265
- dtype: float32
1266
- - name: rest160_err
1267
- dtype: float32
1268
- - name: rest414
1269
- dtype: float32
1270
- - name: rest414_err
1271
- dtype: float32
1272
- - name: rest415
1273
- dtype: float32
1274
- - name: rest415_err
1275
- dtype: float32
1276
- - name: rest416
1277
- dtype: float32
1278
- - name: rest416_err
1279
- dtype: float32
1280
- - name: object_id
1281
- dtype: string
1282
- splits:
1283
- - name: train
1284
- num_bytes: 263509895
1285
- num_examples: 1000
1286
- download_size: 77021132
1287
- dataset_size: 263509895
1288
- configs:
1289
- - config_name: ngdeep
1290
- data_files:
1291
- - split: train
1292
- path: ngdeep/train-*
1293
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ description: 'Image dataset based on a combination of JWST deep fields: CEERS, NGDEEP,
3
+ JADES, PRIMER
4
+
5
+ '
6
+ homepage: https://dawn-cph.github.io/dja/index.html
7
+ version: 1.0.0
8
+ citation: "@ARTICLE{2023ApJ...947...20V,\n author = {{Valentino}, Francesco\
9
+ \ and {Brammer}, Gabriel and {Gould}, Katriona M.~L. and {Kokorev}, Vasily and {Fujimoto},\
10
+ \ Seiji and {Jespersen}, Christian Kragh and {Vijayan}, Aswin P. and {Weaver}, John\
11
+ \ R. and {Ito}, Kei and {Tanaka}, Masayuki and {Ilbert}, Olivier and {Magdis}, Georgios\
12
+ \ E. and {Whitaker}, Katherine E. and {Faisst}, Andreas L. and {Gallazzi}, Anna\
13
+ \ and {Gillman}, Steven and {Gim{'e}nez-Arteaga}, Clara and {G{'o}mez-Guijarro},\
14
+ \ Carlos and {Kubo}, Mariko and {Heintz}, Kasper E. and {Hirschmann}, Michaela and\
15
+ \ {Oesch}, Pascal and {Onodera}, Masato and {Rizzo}, Francesca and {Lee}, Minju\
16
+ \ and {Strait}, Victoria and {Toft}, Sune},\n title = \"{An Atlas of Color-selected\
17
+ \ Quiescent Galaxies at z > 3 in Public JWST Fields}\",\n journal = {\apj},\n\
18
+ \ keywords = {Galaxy evolution, High-redshift galaxies, Galaxy quenching, Quenched\
19
+ \ galaxies, Post-starburst galaxies, Surveys, 594, 734, 2040, 2016, 2176, 1671,\
20
+ \ Astrophysics - Astrophysics of Galaxies},\n year = 2023,\n month\
21
+ \ = apr,\n volume = {947},\n number = {1},\n eid = {20},\n\
22
+ \ pages = {20},\n doi = {10.3847/1538-4357/acbefa},\narchivePrefix\
23
+ \ = {arXiv},\n eprint = {2302.10936},\n primaryClass = {astro-ph.GA},\n \
24
+ \ adsurl = {https://ui.adsabs.harvard.edu/abs/2023ApJ...947...20V},\n adsnote\
25
+ \ = {Provided by the SAO/NASA Astrophysics Data System}\n}\n\n@ARTICLE{2024ApJ...965L...6B,\n\
26
+ \ author = {{Bagley}, Micaela B. and {Pirzkal}, Nor and {Finkelstein}, Steven\
27
+ \ L. and {Papovich}, Casey and {Berg}, Danielle A. and {Lotz}, Jennifer M. and {Leung},\
28
+ \ Gene C.~K. and {Ferguson}, Henry C. and {Koekemoer}, Anton M. and {Dickinson},\
29
+ \ Mark and {Kartaltepe}, Jeyhan S. and {Kocevski}, Dale D. and {Somerville}, Rachel\
30
+ \ S. and {Yung}, L.~Y. Aaron and {Backhaus}, Bren E. and {Casey}, Caitlin M. and\
31
+ \ {Castellano}, Marco and {Ch{'a}vez Ortiz}, {'O}scar A. and {Chworowsky}, Katherine\
32
+ \ and {Cox}, Isabella G. and {Dav{'e}}, Romeel and {Davis}, Kelcey and {Estrada-Carpenter},\
33
+ \ Vicente and {Fontana}, Adriano and {Fujimoto}, Seiji and {Gardner}, Jonathan P.\
34
+ \ and {Giavalisco}, Mauro and {Grazian}, Andrea and {Grogin}, Norman A. and {Hathi},\
35
+ \ Nimish P. and {Hutchison}, Taylor A. and {Jaskot}, Anne E. and {Jung}, Intae and\
36
+ \ {Kewley}, Lisa J. and {Kirkpatrick}, Allison and {Larson}, Rebecca L. and {Matharu},\
37
+ \ Jasleen and {Natarajan}, Priyamvada and {Pentericci}, Laura and {P{'e}rez-Gonz{'a}lez},\
38
+ \ Pablo G. and {Ravindranath}, Swara and {Rothberg}, Barry and {Ryan}, Russell and\
39
+ \ {Shen}, Lu and {Simons}, Raymond C. and {Snyder}, Gregory F. and {Trump}, Jonathan\
40
+ \ R. and {Wilkins}, Stephen M.},\n title = \"{The Next Generation Deep Extragalactic\
41
+ \ Exploratory Public (NGDEEP) Survey}\",\n journal = {\apjl},\n keywords\
42
+ \ = {Early universe, Galaxy formation, Galaxy evolution, Galaxy chemical evolution,\
43
+ \ 435, 595, 594, 580, Astrophysics - Astrophysics of Galaxies},\n year =\
44
+ \ 2024,\n month = apr,\n volume = {965},\n number = {1},\n \
45
+ \ eid = {L6},\n pages = {L6},\n doi = {10.3847/2041-8213/ad2f31},\n\
46
+ archivePrefix = {arXiv},\n eprint = {2302.05466},\n primaryClass = {astro-ph.GA},\n\
47
+ \ adsurl = {https://ui.adsabs.harvard.edu/abs/2024ApJ...965L...6B},\n \
48
+ \ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n\n@ARTICLE{2023ApJ...946L..12B,\n\
49
+ \ author = {{Bagley}, Micaela B. and {Finkelstein}, Steven L. and {Koekemoer},\
50
+ \ Anton M. and {Ferguson}, Henry C. and {Arrabal Haro}, Pablo and {Dickinson}, Mark\
51
+ \ and {Kartaltepe}, Jeyhan S. and {Papovich}, Casey and {P{'e}rez-Gonz{'a}lez},\
52
+ \ Pablo G. and {Pirzkal}, Nor and {Somerville}, Rachel S. and {Willmer}, Christopher\
53
+ \ N.~A. and {Yang}, Guang and {Yung}, L.~Y. Aaron and {Fontana}, Adriano and {Grazian},\
54
+ \ Andrea and {Grogin}, Norman A. and {Hirschmann}, Michaela and {Kewley}, Lisa J.\
55
+ \ and {Kirkpatrick}, Allison and {Kocevski}, Dale D. and {Lotz}, Jennifer M. and\
56
+ \ {Medrano}, Aubrey and {Morales}, Alexa M. and {Pentericci}, Laura and {Ravindranath},\
57
+ \ Swara and {Trump}, Jonathan R. and {Wilkins}, Stephen M. and {Calabr{\\`o}}, Antonello\
58
+ \ and {Cooper}, M.~C. and {Costantin}, Luca and {de la Vega}, Alexander and {Hilbert},\
59
+ \ Bryan and {Hutchison}, Taylor A. and {Larson}, Rebecca L. and {Lucas}, Ray A.\
60
+ \ and {McGrath}, Elizabeth J. and {Ryan}, Russell and {Wang}, Xin and {Wuyts}, Stijn},\n\
61
+ \ title = \"{CEERS Epoch 1 NIRCam Imaging: Reduction Methods and Simulations\
62
+ \ Enabling Early JWST Science Results}\",\n journal = {\apjl},\n keywords\
63
+ \ = {Near infrared astronomy, Direct imaging, Astronomy data reduction, 1093, 387,\
64
+ \ 1861, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics\
65
+ \ - Astrophysics of Galaxies},\n year = 2023,\n month = mar,\n \
66
+ \ volume = {946},\n number = {1},\n eid = {L12},\n pages\
67
+ \ = {L12},\n doi = {10.3847/2041-8213/acbb08},\narchivePrefix = {arXiv},\n\
68
+ \ eprint = {2211.02495},\n primaryClass = {astro-ph.IM},\n adsurl =\
69
+ \ {https://ui.adsabs.harvard.edu/abs/2023ApJ...946L..12B},\n adsnote = {Provided\
70
+ \ by the SAO/NASA Astrophysics Data System}\n}\n\n@ARTICLE{2023arXiv230602465E,\n\
71
+ \ author = {{Eisenstein}, Daniel J. and {Willott}, Chris and {Alberts}, Stacey\
72
+ \ and {Arribas}, Santiago and {Bonaventura}, Nina and {Bunker}, Andrew J. and {Cameron},\
73
+ \ Alex J. and {Carniani}, Stefano and {Charlot}, Stephane and {Curtis-Lake}, Emma\
74
+ \ and {D'Eugenio}, Francesco and {Endsley}, Ryan and {Ferruit}, Pierre and {Giardino},\
75
+ \ Giovanna and {Hainline}, Kevin and {Hausen}, Ryan and {Jakobsen}, Peter and {Johnson},\
76
+ \ Benjamin D. and {Maiolino}, Roberto and {Rieke}, Marcia and {Rieke}, George and\
77
+ \ {Rix}, Hans-Walter and {Robertson}, Brant and {Stark}, Daniel P. and {Tacchella},\
78
+ \ Sandro and {Williams}, Christina C. and {Willmer}, Christopher N.~A. and {Baker},\
79
+ \ William M. and {Baum}, Stefi and {Bhatawdekar}, Rachana and {Boyett}, Kristan\
80
+ \ and {Chen}, Zuyi and {Chevallard}, Jacopo and {Circosta}, Chiara and {Curti},\
81
+ \ Mirko and {Danhaive}, A. Lola and {DeCoursey}, Christa and {de Graaff}, Anna and\
82
+ \ {Dressler}, Alan and {Egami}, Eiichi and {Helton}, Jakob M. and {Hviding}, Raphael\
83
+ \ E. and {Ji}, Zhiyuan and {Jones}, Gareth C. and {Kumari}, Nimisha and {L{\"u}tzgendorf},\
84
+ \ Nora and {Laseter}, Isaac and {Looser}, Tobias J. and {Lyu}, Jianwei and {Maseda},\
85
+ \ Michael V. and {Nelson}, Erica and {Parlanti}, Eleonora and {Perna}, Michele and\
86
+ \ {Pusk{'a}s}, D{'a}vid and {Rawle}, Tim and {Rodr{'\\i}guez Del Pino}, Bruno and\
87
+ \ {Sandles}, Lester and {Saxena}, Aayush and {Scholtz}, Jan and {Sharpe}, Katherine\
88
+ \ and {Shivaei}, Irene and {Silcock}, Maddie S. and {Simmonds}, Charlotte and {Skarbinski},\
89
+ \ Maya and {Smit}, Renske and {Stone}, Meredith and {Suess}, Katherine A. and {Sun},\
90
+ \ Fengwu and {Tang}, Mengtao and {Topping}, Michael W. and {{\"U}bler}, Hannah and\
91
+ \ {Villanueva}, Natalia C. and {Wallace}, Imaan E.~B. and {Whitler}, Lily and {Witstok},\
92
+ \ Joris and {Woodrum}, Charity},\n title = \"{Overview of the JWST Advanced\
93
+ \ Deep Extragalactic Survey (JADES)}\",\n journal = {arXiv e-prints},\n \
94
+ \ keywords = {Astrophysics - Astrophysics of Galaxies},\n year = 2023,\n\
95
+ \ month = jun,\n eid = {arXiv:2306.02465},\n pages = {arXiv:2306.02465},\n\
96
+ \ doi = {10.48550/arXiv.2306.02465},\narchivePrefix = {arXiv},\n \
97
+ \ eprint = {2306.02465},\n primaryClass = {astro-ph.GA},\n adsurl = {https://ui.adsabs.harvard.edu/abs/2023arXiv230602465E},\n\
98
+ \ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n\n\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ---
100
+
101
+ # Jwst Dataset
102
+
103
+ We kindly request all scientific papers based on data or products downloaded from the Dawn JWST Archive (DJA) to include the following acknowledgement:(Some of) The data products presented herein were retrieved from the Dawn JWST Archive (DJA). DJA is an initiative of the Cosmic Dawn Center (DAWN), which is funded by the Danish National Research Foundation under grant DNRF140.
104
+
105
+ Image dataset based on a combination of JWST deep fields: CEERS, NGDEEP, JADES, PRIMER
106
+
107
+
108
+ @ARTICLE{2023ApJ...947...20V,
109
+ author = {{Valentino}, Francesco and {Brammer}, Gabriel and {Gould}, Katriona M.~L. and {Kokorev}, Vasily and {Fujimoto}, Seiji and {Jespersen}, Christian Kragh and {Vijayan}, Aswin P. and {Weaver}, John R. and {Ito}, Kei and {Tanaka}, Masayuki and {Ilbert}, Olivier and {Magdis}, Georgios E. and {Whitaker}, Katherine E. and {Faisst}, Andreas L. and {Gallazzi}, Anna and {Gillman}, Steven and {Gim{'e}nez-Arteaga}, Clara and {G{'o}mez-Guijarro}, Carlos and {Kubo}, Mariko and {Heintz}, Kasper E. and {Hirschmann}, Michaela and {Oesch}, Pascal and {Onodera}, Masato and {Rizzo}, Francesca and {Lee}, Minju and {Strait}, Victoria and {Toft}, Sune},
110
+ title = "{An Atlas of Color-selected Quiescent Galaxies at z > 3 in Public JWST Fields}",
111
+ journal = {pj},
112
+ keywords = {Galaxy evolution, High-redshift galaxies, Galaxy quenching, Quenched galaxies, Post-starburst galaxies, Surveys, 594, 734, 2040, 2016, 2176, 1671, Astrophysics - Astrophysics of Galaxies},
113
+ year = 2023,
114
+ month = apr,
115
+ volume = {947},
116
+ number = {1},
117
+ eid = {20},
118
+ pages = {20},
119
+ doi = {10.3847/1538-4357/acbefa},
120
+ archivePrefix = {arXiv},
121
+ eprint = {2302.10936},
122
+ primaryClass = {astro-ph.GA},
123
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2023ApJ...947...20V},
124
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
125
+ }
126
+
127
+ @ARTICLE{2024ApJ...965L...6B,
128
+ author = {{Bagley}, Micaela B. and {Pirzkal}, Nor and {Finkelstein}, Steven L. and {Papovich}, Casey and {Berg}, Danielle A. and {Lotz}, Jennifer M. and {Leung}, Gene C.~K. and {Ferguson}, Henry C. and {Koekemoer}, Anton M. and {Dickinson}, Mark and {Kartaltepe}, Jeyhan S. and {Kocevski}, Dale D. and {Somerville}, Rachel S. and {Yung}, L.~Y. Aaron and {Backhaus}, Bren E. and {Casey}, Caitlin M. and {Castellano}, Marco and {Ch{'a}vez Ortiz}, {'O}scar A. and {Chworowsky}, Katherine and {Cox}, Isabella G. and {Dav{'e}}, Romeel and {Davis}, Kelcey and {Estrada-Carpenter}, Vicente and {Fontana}, Adriano and {Fujimoto}, Seiji and {Gardner}, Jonathan P. and {Giavalisco}, Mauro and {Grazian}, Andrea and {Grogin}, Norman A. and {Hathi}, Nimish P. and {Hutchison}, Taylor A. and {Jaskot}, Anne E. and {Jung}, Intae and {Kewley}, Lisa J. and {Kirkpatrick}, Allison and {Larson}, Rebecca L. and {Matharu}, Jasleen and {Natarajan}, Priyamvada and {Pentericci}, Laura and {P{'e}rez-Gonz{'a}lez}, Pablo G. and {Ravindranath}, Swara and {Rothberg}, Barry and {Ryan}, Russell and {Shen}, Lu and {Simons}, Raymond C. and {Snyder}, Gregory F. and {Trump}, Jonathan R. and {Wilkins}, Stephen M.},
129
+ title = "{The Next Generation Deep Extragalactic Exploratory Public (NGDEEP) Survey}",
130
+ journal = {pjl},
131
+ keywords = {Early universe, Galaxy formation, Galaxy evolution, Galaxy chemical evolution, 435, 595, 594, 580, Astrophysics - Astrophysics of Galaxies},
132
+ year = 2024,
133
+ month = apr,
134
+ volume = {965},
135
+ number = {1},
136
+ eid = {L6},
137
+ pages = {L6},
138
+ doi = {10.3847/2041-8213/ad2f31},
139
+ archivePrefix = {arXiv},
140
+ eprint = {2302.05466},
141
+ primaryClass = {astro-ph.GA},
142
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2024ApJ...965L...6B},
143
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
144
+ }
145
+
146
+ @ARTICLE{2023ApJ...946L..12B,
147
+ author = {{Bagley}, Micaela B. and {Finkelstein}, Steven L. and {Koekemoer}, Anton M. and {Ferguson}, Henry C. and {Arrabal Haro}, Pablo and {Dickinson}, Mark and {Kartaltepe}, Jeyhan S. and {Papovich}, Casey and {P{'e}rez-Gonz{'a}lez}, Pablo G. and {Pirzkal}, Nor and {Somerville}, Rachel S. and {Willmer}, Christopher N.~A. and {Yang}, Guang and {Yung}, L.~Y. Aaron and {Fontana}, Adriano and {Grazian}, Andrea and {Grogin}, Norman A. and {Hirschmann}, Michaela and {Kewley}, Lisa J. and {Kirkpatrick}, Allison and {Kocevski}, Dale D. and {Lotz}, Jennifer M. and {Medrano}, Aubrey and {Morales}, Alexa M. and {Pentericci}, Laura and {Ravindranath}, Swara and {Trump}, Jonathan R. and {Wilkins}, Stephen M. and {Calabr{\`o}}, Antonello and {Cooper}, M.~C. and {Costantin}, Luca and {de la Vega}, Alexander and {Hilbert}, Bryan and {Hutchison}, Taylor A. and {Larson}, Rebecca L. and {Lucas}, Ray A. and {McGrath}, Elizabeth J. and {Ryan}, Russell and {Wang}, Xin and {Wuyts}, Stijn},
148
+ title = "{CEERS Epoch 1 NIRCam Imaging: Reduction Methods and Simulations Enabling Early JWST Science Results}",
149
+ journal = {pjl},
150
+ keywords = {Near infrared astronomy, Direct imaging, Astronomy data reduction, 1093, 387, 1861, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Astrophysics of Galaxies},
151
+ year = 2023,
152
+ month = mar,
153
+ volume = {946},
154
+ number = {1},
155
+ eid = {L12},
156
+ pages = {L12},
157
+ doi = {10.3847/2041-8213/acbb08},
158
+ archivePrefix = {arXiv},
159
+ eprint = {2211.02495},
160
+ primaryClass = {astro-ph.IM},
161
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2023ApJ...946L..12B},
162
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
163
+ }
164
+
165
+ @ARTICLE{2023arXiv230602465E,
166
+ author = {{Eisenstein}, Daniel J. and {Willott}, Chris and {Alberts}, Stacey and {Arribas}, Santiago and {Bonaventura}, Nina and {Bunker}, Andrew J. and {Cameron}, Alex J. and {Carniani}, Stefano and {Charlot}, Stephane and {Curtis-Lake}, Emma and {D'Eugenio}, Francesco and {Endsley}, Ryan and {Ferruit}, Pierre and {Giardino}, Giovanna and {Hainline}, Kevin and {Hausen}, Ryan and {Jakobsen}, Peter and {Johnson}, Benjamin D. and {Maiolino}, Roberto and {Rieke}, Marcia and {Rieke}, George and {Rix}, Hans-Walter and {Robertson}, Brant and {Stark}, Daniel P. and {Tacchella}, Sandro and {Williams}, Christina C. and {Willmer}, Christopher N.~A. and {Baker}, William M. and {Baum}, Stefi and {Bhatawdekar}, Rachana and {Boyett}, Kristan and {Chen}, Zuyi and {Chevallard}, Jacopo and {Circosta}, Chiara and {Curti}, Mirko and {Danhaive}, A. Lola and {DeCoursey}, Christa and {de Graaff}, Anna and {Dressler}, Alan and {Egami}, Eiichi and {Helton}, Jakob M. and {Hviding}, Raphael E. and {Ji}, Zhiyuan and {Jones}, Gareth C. and {Kumari}, Nimisha and {L{"u}tzgendorf}, Nora and {Laseter}, Isaac and {Looser}, Tobias J. and {Lyu}, Jianwei and {Maseda}, Michael V. and {Nelson}, Erica and {Parlanti}, Eleonora and {Perna}, Michele and {Pusk{'a}s}, D{'a}vid and {Rawle}, Tim and {Rodr{'\i}guez Del Pino}, Bruno and {Sandles}, Lester and {Saxena}, Aayush and {Scholtz}, Jan and {Sharpe}, Katherine and {Shivaei}, Irene and {Silcock}, Maddie S. and {Simmonds}, Charlotte and {Skarbinski}, Maya and {Smit}, Renske and {Stone}, Meredith and {Suess}, Katherine A. and {Sun}, Fengwu and {Tang}, Mengtao and {Topping}, Michael W. and {{"U}bler}, Hannah and {Villanueva}, Natalia C. and {Wallace}, Imaan E.~B. and {Whitler}, Lily and {Witstok}, Joris and {Woodrum}, Charity},
167
+ title = "{Overview of the JWST Advanced Deep Extragalactic Survey (JADES)}",
168
+ journal = {arXiv e-prints},
169
+ keywords = {Astrophysics - Astrophysics of Galaxies},
170
+ year = 2023,
171
+ month = jun,
172
+ eid = {arXiv:2306.02465},
173
+ pages = {arXiv:2306.02465},
174
+ doi = {10.48550/arXiv.2306.02465},
175
+ archivePrefix = {arXiv},
176
+ eprint = {2306.02465},
177
+ primaryClass = {astro-ph.GA},
178
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2023arXiv230602465E},
179
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
180
+ }
181
+
182
+
183
+