ABSTRACT

Several recent works have focused on the search for bright, high-z quasars (QSOs) in the South. Among them, the QUasars as BRIght beacons for Cosmology in the Southern hemisphere (QUBRICS) survey has now delivered hundreds of new spectroscopically confirmed QSOs selected by means of machine learning algorithms. Building upon the results obtained by introducing the probabilistic random forest (PRF) for the QUBRICS selection, we explore in this work the feasibility of training the algorithm on synthetic data to improve the completeness in the higher redshift bins. We also compare the performances of the algorithm if colours are used as primary features instead of magnitudes. We generate synthetic data based on a composite QSO spectral energy distribution. We first train the PRF to identify QSOs among stars and galaxies, then separate high-z quasar from low-z contaminants. We apply the algorithm on an updated data set, based on SkyMapper DR3, combined with Gaia eDR3, 2MASS, and WISE magnitudes. We find that employing colours as features slightly improves the results with respect to the algorithm trained on magnitude data. Adding synthetic data to the training set provides significantly better results with respect to the PRF trained only on spectroscopically confirmed QSOs. We estimate, on a testing data set, a completeness of |$\sim 86{{\ \rm per\ cent}}$| and a contamination of |$\sim 36{{\ \rm per\ cent}}$|⁠. Finally, 206 PRF-selected candidates were observed: 149/206 turned out to be genuine QSOs with z > 2.5, 41 with z < 2.5, 3 galaxies and 13 stars. The result confirms the ability of the PRF to select high-z quasars in large data sets.

1 INTRODUCTION

Luminous, high-redshift quasars are of paramount importance for a wide range of extragalactic studies. These include, e.g. the number density of bright quasars at high-z (Schindler et al. 2019a; Boutsia et al. 2021; Onken et al. 2021; Grazian et al. 2022), their role in the re-ionization process (e.g. Fontanot, Cristiani & Vanzella 2012, Fontanot et al., in preparation), the early phases of galaxy formation and co-evolution with their central SMBHs (e.g. Fontanot et al. 2020), the inference of cosmological parameters from lensed QSOs or the characterisation of the accretion properties for SMBHs (e.g. Wu et al. 2015).

High-z, bright QSOs allow to investigate the properties of the intergalactic medium, which at z > 1.5 contains more than 80 per cent of all baryonic matter: light from these beacons carries information on the spatial distribution, chemical enrichment, and kinetic properties of the interposed gas. Example of relevant studies include: the determination of primordial element abundances (e.g. deuterium, Cooke et al. 2014; Cooke, Pettini & Steidel 2017), the variation of fundamental constants (e.g. the fine-structure constant; Milaković et al. 2021; Murphy et al. 2022) or the ability to directly probe the expansion history of the Universe by measuring the redshift drift (Liske et al. 2008).

The best candidates for these studies (i.e. bright, high-redshift QSOs) are, however, difficult to select in wide surveys. This is evident when comparing their surface densities with that of other objects at the same apparent magnitude: for instance, less than 1 per cent of the objects in the sample used in Boutsia et al. (2020) were quasars with ipsf < 18 and z > 2.5. Historically, the largest efforts in searching for QSO targets have been made in the Northern hemisphere: the SDSS, which has now delivered more than 7.5 × 105 spectroscopically confirmed QSOs between redshift 0 and 7 (Lyke et al. 2020), is the most prominent example of these endeavours. Inferior investment in telescope time in the Southern hemisphere has led to a less favourable situation: undiscovered targets are waiting to be found, by exploiting recent photometric catalogues targeting the southern sky (SkyMapper, DESI, and PanSTARRS; Chambers et al. 2016; Onken et al. 2019; Sevilla-Noarbe et al. 2021).

Taking advantage of these large catalogues, the QUBRICS program started to search for bright and high-z QSOs by means of machine learning techniques applied on photometric data. The first catalogues of candidates have been derived using a canonical correlation analysis (CCA; Anderson 2003; Calderone et al. 2019) trained on known, spectroscopically confirmed QSOs from literature. We applied the CCA both as classifier (i.e. an algorithm to label individual sources as star, non-active galaxy, or QSO) and as regressor (i.e. as an estimator for the photometric redshift for each potential QSO). We obtained spectroscopical observations of the most promising quasar candidates with telescopes and confirmed the QSO nature of more than 250 sources (Fig. 1, Calderone et al. 2019; Boutsia et al. 2020). In Guarneri et al. (2021, hereafter Paper I), we extended the range of available ML techniques by considering a new selection method based on the PRF.

New QSOs identified by QUBRICS (orange dots), compared to QSOs spectroscopically confirmed taken from literature (blue dots). The plot shows all QSOs published until Paper I; new spectroscopic identifications have been obtained in the last year.
Figure 1.

New QSOs identified by QUBRICS (orange dots), compared to QSOs spectroscopically confirmed taken from literature (blue dots). The plot shows all QSOs published until Paper I; new spectroscopic identifications have been obtained in the last year.

The main advantages of this second method are the non-linearity (and thus the ability to produce an improved predictive model), the ability to incorporate measurement uncertainties in the model, and to handle missing data. This paper builds upon the results presented in Paper I and reports our attempts in improving the sample selection of candidates (in particular at z > 3.5).

The paper is organized as follows: in Section 2, we describe the base catalogue and the selection algorithm; in Section 3, we review the approach followed in Paper I and possible improvements. In particular, in order to obtain a more effective training set we introduce synthetic QSOs. Section 4 describes the method for generating synthetic data; Sections 5 and 6 concerns the analysis of the performance of the algorithm and the characterization of the candidate sample; Section 7 reports the spectroscopic observations. Conclusions are finally drawn in Section 9.

Unless stated otherwise, magnitudes are given in the AB magnitude system; uncertainties represent 68 per cent confidence intervals. We adopt a flat ΛCDM cosmology, with |$\Omega _\mathrm{m}=0.3,\ \Omega _\Lambda = 0.7$|⁠, and H0 = 67.7 kms−1 Mpc−1.

2 THE SELECTION METHODS AND THE CATALOGUE

2.1 The selection algorithm

Machine learning methods are becoming extremely common in astrophysics (e.g. Baron 2019) to mine the growing wealth of information produced by modern astronomical facilities. The algorithm used for this work is the Probabilistic Random Forest (Reis, Baron & Shahaf 2019), a generalization of the original random forest (RF; Breiman 2001) developed to account for measurements uncertainties. The PRF is applied as a supervised, classification algorithm, that maps features into discrete labels; in the current state, regression cannot be performed with the PRF. In machine learning terms, features are properties associated with a given object in a data set: in our case, features are magnitude estimates or colours (i.e. difference of magnitudes in two bands). Labels, instead, describe the class to which each object belongs to: in our case, we use star, non-active galaxies, low-z QSO, or high-z QSO (with the latter two classes being separated at z = 2.5).

We refer the interested reader to the original PRF paper (Reis et al. 2019) for a detailed description of the algorithm and the changes with respect to a classic random forest; we will provide below a very brief overview of the PRF algorithm.

Inheriting from the original random forest, the PRF is an ensemble algorithm that operates by creating a large number of decision trees. Each decision tree is a model described by a tree-like graph, built as a sequence of consecutive nodes. Intermediate nodes carry a condition, while the terminal node (i.e. a leaf of the tree) identifies a classification label; conditions and labels are determined during the training stage. During the prediction stage, objects are propagated along each decision tree and classified according to the leaves they reach. Each tree provides an independent classification: a majority vote among all trees provides the final class returned by the forest. In addition to a class label, both the PRF and the RF output the probability, for a given object, of belonging to a given class. Both the random forest and the PRF map features to labels: the PRF, however, improves this mapping by taking into account measured uncertainties as well. This is accomplished by treating each input feature as a probability distribution function, with variance equal to the provided squared error and expectation value equal to the given feature. This change provides the PRF advantages over the original random forest: the model is more robust, with improved generalization ability, while naturally handling missing data. This is achieved by propagating missing data to both sides of a node with equal probability. This last peculiarity is clearly desirable when working on photometric magnitudes, since missing data and non-detections are rather common.

It is, however, necessary to distinguish between true missing data and non-detection. To account for this, the PRF code was modified to allow multiple distribution functions. Magnitude measurements were modelled as Gaussian distributions with mean equal to the feature value and variance equal to the provided error squared (as in the default version of the algorithm); upper limits were instead characterized by a low-pass distribution
(1)
where x′ corresponds to an empirical approximation of the upper limit, mt, b to the turnover magnitude and σt, b approximates the width of the faint-end of the count distribution (Fig. 2).
Magnitude distribution for a sample of randomly selected targets in the SkyMapper survey g band.
Figure 2.

Magnitude distribution for a sample of randomly selected targets in the SkyMapper survey g band.

Following the same two-step approach described in Paper I, we adopted the Probabilistic Random Forest in order to select the most promising high-redshift QSO candidate.

In the first step, we classify unlabelled sources as either QSOs, stars, or galaxies based on their photometric properties. In the second, objects predicted to be QSOs are then reclassified as high- (z > 2.5) or low- (z ≤ 2.5) redshift candidates. In both cases, we first train the PRF: as for the first step, we employ stars, galaxies and QSOs at all redshifts; we then use QSOs only as the training set for the second step. Once the algorithm is trained, it is applied on a validation/testing data set to evaluate its performances. Instead of using all stars, we undersample the available ones to uniformly cover the available iz colour space and match the number of available QSOs and galaxies, reducing their number from ∼800 000 to ∼7500. For the second step, the algorithm is only trained on QSO data. Unfortunately, the number of high-redshift QSOs is ∼1/8 compared to the number of their low-z counterpart. To account for this, in Paper I high-redshift QSOs were oversampled to provide a more uniform redshift distribution; in this work instead synthetic data are introduced as an alternative to oversampling.

2.2 The new main sample

The multiwavelength photometric data base covers the observer’s frame from the UV to the far-IR and was derived from the following surveys:

  • upsf, vpsf, gpsf, rpsf, ipsf, zpsf magnitudes from the SkyMapper DR3 survey (Onken et al. 2019)

  • G, GBP, GRP magnitudes from the Gaia eDR3 catalogue (Gaia Collaboration 2021)

  • J, H, K from 2MASS (Skrutskie et al. 2006)

  • W1, W2, W3, W4 from the AllWise (Wright et al. 2010) survey.

The choice of point spread function magnitudes is motivated by the point-like appearance of QSOs.

The main sample, hereafter MS, contains all the sources satisfying the following conditions:

  • ipsf magnitudes with photometric flag i_flags = 0 (14 ≤ ipsf < 18). This is equivalent to require that the ipsf magnitude is free from warnings concerning saturation, close neighbours, edge-of-CCD effects, and other systematic that might affect the photometry1;

  • zpsf magnitudes with photometric flag z_flags = 0;

  • Non nullG magnitudes from Gaia eDR3. Moreover, the associated source in the Gaia catalogue must be within 0.5 arcsec of the SkyMapper detection;

  • Non null, SNR > 3 AllWISE magnitudes in the W1, W2, and W3 bands. Moreover, the associated source in the AllWise catalogue must be within 0.5 arcsec of the SkyMapper detection;

We restrict our selection to 14 ≤ ipsf < 18, excluding crowded regions with galactic latitude |bgal| < 25 deg: this includes 1147 017 sources, spread on |$\sim 14,500 \rm ~deg^2$| mostly in the Southern hemisphere. The GBP, GRP (Gaia eDR3), J, H, K (2MASS), and W4 (AllWISE) magnitudes were added to the data base when available, but their existence was not a necessary condition for an object to be included in the MS. It should be noted that the sample considered for this work is rather similar to the Main Sample employed in Paper I. The most significant differences are the exclusion of near and far-UV magnitudes from GALEX (Bianchi & Shiao 2020) due to modelling uncertainties when generating synthetic data and a slightly larger area covered by the survey (Fig. 3), thanks to the third SkyMapper data release that includes regions around 0 < Dec. ≲ 15 deg.

Current main sample compared to the main sample used in Paper I and based on SkyMapper DR1.1. The new sample is plotted in blue (lower panel) and is based on the third SkyMapper data release; darker shades of red reflect higher object density in the area. The main sample used in Paper I is plotted in the lower panel in blue: the third data release extends towards Dec. ≤15 deg.
Figure 3.

Current main sample compared to the main sample used in Paper I and based on SkyMapper DR1.1. The new sample is plotted in blue (lower panel) and is based on the third SkyMapper data release; darker shades of red reflect higher object density in the area. The main sample used in Paper I is plotted in the lower panel in blue: the third data release extends towards Dec. ≤15 deg.

Objects with parallax and proper motion significantly different from zero (>3σ) were classified as stars (79 per cent of the MS) while those with high likelihood of being extended were identified by comparing Petrosian and PSF magnitudes (17 per cent of the MS, see also Calderone et al. 2019, for more details). The remaining 4 per cent of sources were cross-matched against recent spectroscopic catalogues, e.g. the SDSSDR16Q (Lyke et al. 2020), the Veron-Cétty catalogue (Véron-Cetty & Véron 2010), the 2dF (Colless et al. 2001), the 6dF (Jones et al. 2009), in order to identify previously known QSOs and non-active galaxies. Additional spectroscopic identifications, when available, were drawn from the literature (e.g. Schindler et al. 2019a,b; Wolf et al. 2020; Onken et al. 2021) leaving 31 550 unclassified sources: these will automatically be classified by the PRF trained on the spectroscopically confirmed QSOs and galaxies, together with bonafide stars.

As described in Boutsia et al. (2020), the selection criteria adopted in this work might be biased against lensed sources, as positional matches were carried out with relatively stringent criteria to reduce contamination. This should not affect point-like sources, such as non-lensed QSOs, but might lead to the removal of extended objects (e.g. lensed sources with Einstein rings or crosses); moreover, the choice of some photometric bands (e.g. Gaia G) might remove very high redshift objects (z ≳ 5) from the initial sample. We decided against more relaxed constraints in order to maximize the success rate of telescope runs and maintain high success rate.

3 PERFORMANCE OF THE PRF IN PAPER I

In Paper I we carried out a preliminary analysis on the performance of the PRF algorithm applied to the selection of high-redshift (z > 2.5) QSOs. Extensive tests guided the choice of an approach aimed at maximizing the success rate of the observations while still maintaining a sufficiently high completeness for applications such as the estimate of luminosity functions. The algorithm showed remarkably good performance in separating QSOs candidates from stars or non-active galaxies (especially for z > 2.5 QSOs, as |$\sim 98{{\ \rm per\ cent}}$| of them were correctly classified as such). In a second stage, high-redshift QSOs were sieved from lower redshift QSOs: the estimated completeness, on a testing data set, was |$\sim 84{{\ \rm per\ cent}}$|⁠, with a relatively low contamination of |$\sim 22{{\ \rm per\ cent}}$| of z < 2.5 QSOs.

Spectroscopic follow-up and further tests allowed us to better characterize the properties of this PRF selection. A small number of candidates (16) turned out to be spectroscopically confirmed non-active galaxies or stars. In paper I we estimated their combined contribution to account for ∼25 of the 626 candidates found in the sample (4 per cent of the total); the current number of observed contaminants, with roughly half of the sample missing a spectroscopic confirmation, corroborates our estimate. However, further tests have shown that few z > 3 QSOs were not successfully classified by the PRF. Misclassified sources are either among the higher redshift targets (z ≳ 4.6) or the brighter, high-redshift QSOs, i.e. the incompleteness of the selection in Paper I affects the most precious QSOs for our scientific goals.

We attempt to interpret the latter shortcoming as a consequence of non-optimal sampling of high-redshift QSOs in the training set: a larger, controlled data set would improve the generalization capabilities of the algorithm and is expected to recover at least part of the misclassifications. As mentioned in the introduction, the number of actual, spectroscopically confirmed, QSOs available to the scientific community in the Southern hemisphere is still small, hence the training sample cannot be improved using the data from the literature. Besides, failures (such as those listed in Section 5.3) of spectroscopic pipelines (e.g. SDSS) might affect the quality of the training data set.

Synthetic data offer a solution to both problems: large samples can be generated rather easily, with complete control over the data set features, and fed to the selection algorithm to improve its performance.

4 SYNTHETIC DATA

Synthetic data are needed in particular at the highest redshifts and at brighter magnitudes, where only a few QSOs are present in the training set. To produce synthetic spectral energy distributions (SEDs) we rely on a relatively ‘standard’ approach, parametrizing a composite QSO SED and its expected variations, and extracting from it realizations of the QUBRICS photometry for objects at the desired redshifts.

4.1 The quasars’ composite SED

The first step for the generation of synthetic data consists in the parametrization of the spectral energy distribution (SED) of quasars. We compiled a data set with 6074 QSOs in the QUBRICS data base with Gaia G < 18.5 and spectroscopic redshift z > 0.5. For each object, when available, the photometry in the GBP and GRB bands, SkyMapper, 2MASS, WISE, SDSS-DR16, PanSTARRS1-DR2, VHS, GALEX was included. For each of the 6074 QSOs we have parametrized its photometric data points in terms of:

  • an SED (shown in Fig. 4 with a continuos blue line), adapted from the work by Vanden Berk et al. (2001), Richards et al. (2006), and Krawczyk et al. (2013). We have empirically decomposed it in a ‘blue bump’ (cyan dotted line), representing the accretion disc (Laor & Netzer 1989; Sun & Malkan 1989), and an ‘IR bump’ (purple dotted line), representing a dusty torus (Pier & Krolik 1993; Mor, Netzer & Elitzur 2009), with a cross-over at 104 Å. Different SEDs can be generated by chosing a different fractional contribution, f, of the ‘IR bump’ with respect to the ‘blue bump’;

  • a multiplicative power law, PL ∝ (λ/2200 Å)−α, applied to the ‘blue bump’ part of the SED to account for extinction in the rest-frame optical–UV and possibly different spectral slopes in the blue bump;

  • the spectroscopic redshift, used to compute the IGM absorption shortwards of 1215 Å, according to Inoue et al. (2014), and shift the SED to the observer’s frame;

Composite spectral energy distribution of QSOs derived from the photometry of 6074 QSOs with known redshift (see text). The SED adopted in the present work is shown with a continuous blue line, with the dotted lines representing the two components (blue bump and IR bump) of the SED. For comparison the SEDs derived by Krawczyk et al. (2013), Richards et al. (2006), and Bianchini et al. (2019) are shown with dashed lines. All the SEDs are normalized at 104 Å  to a value log λFλ = 0. The continuous blue line corresponds to a SED obtained with a fractional contribution of the IR bump f = 0.59 and a slope α = 0.0 (see text).
Figure 4.

Composite spectral energy distribution of QSOs derived from the photometry of 6074 QSOs with known redshift (see text). The SED adopted in the present work is shown with a continuous blue line, with the dotted lines representing the two components (blue bump and IR bump) of the SED. For comparison the SEDs derived by Krawczyk et al. (2013), Richards et al. (2006), and Bianchini et al. (2019) are shown with dashed lines. All the SEDs are normalized at 104 Å  to a value log λFλ = 0. The continuous blue line corresponds to a SED obtained with a fractional contribution of the IR bump f = 0.59 and a slope α = 0.0 (see text).

In this way a rest-frame SED is parametrized according to the following formula:
(2)
where FA(λ) and FB(λ) are reported in Tables 1 and 2, respectively.
Table 1.

A sample of the SED of the ‘blue bump’ part of the composite QSO spectrum. Full version in electronic form.

WavelengthRelative flux
(Å)(Fλ)
600.00.431
615.00.443
630.00.456
645.00.470
660.00.483
......
WavelengthRelative flux
(Å)(Fλ)
600.00.431
615.00.443
630.00.456
645.00.470
660.00.483
......
Table 1.

A sample of the SED of the ‘blue bump’ part of the composite QSO spectrum. Full version in electronic form.

WavelengthRelative flux
(Å)(Fλ)
600.00.431
615.00.443
630.00.456
645.00.470
660.00.483
......
WavelengthRelative flux
(Å)(Fλ)
600.00.431
615.00.443
630.00.456
645.00.470
660.00.483
......
Table 2.

A sample of the SED of the ‘IR bump’ part of the composite QSO spectrum. Full version in electronic form.

WavelengthRelative flux
log  (Å)(Fλ)
7500.00.023
8000.00.065
8500.00.102
9000.00.136
9500.00.167
......
WavelengthRelative flux
log  (Å)(Fλ)
7500.00.023
8000.00.065
8500.00.102
9000.00.136
9500.00.167
......
Table 2.

A sample of the SED of the ‘IR bump’ part of the composite QSO spectrum. Full version in electronic form.

WavelengthRelative flux
log  (Å)(Fλ)
7500.00.023
8000.00.065
8500.00.102
9000.00.136
9500.00.167
......
WavelengthRelative flux
log  (Å)(Fλ)
7500.00.023
8000.00.065
8500.00.102
9000.00.136
9500.00.167
......

We obtain synthetic photometry by convolving the generated QSO SEDs, as would be measured in the observer’s frame, with the transmission curves of the filters adopted in the input photometric surveys.For each of the 6074 known QSOs, given the spectroscopic redshift, we have fitted the fractional contribution, f, and the slope, α, optimizing, chi-square-wise, the synthetic photometry with respect to the observed colours. An example of SED fit for a QSO with spectroscopic redshift z = 3.504 is shown in Fig. 5.

An example of SED fit for a QSO with spectroscopic redshift z = 3.504. The parametrization of the SED is described in the text and the resulting optimal parameters, f and α, for the given photometric points are shown in the figure.
Figure 5.

An example of SED fit for a QSO with spectroscopic redshift z = 3.504. The parametrization of the SED is described in the text and the resulting optimal parameters, f and α, for the given photometric points are shown in the figure.

As a result, we obtain the distributions of f, whose median turns out to be <f > = 0.57, with a median absolute deviation (MAD) of 0.05 and of the slopes, α, with <α > = − 0.01 and MAD of 0.18. In the next section these distributions will be used to generate synthetic photometric data of quasars at different redshifts, aiming at a fair representation of the QSO population.

4.2 Generation of synthetic photometry

In order to produce synthetic QSOs to be added to our training set we proceeded as follows:

  • realizations of QSO SEDs were produced on the basis of the procedure described in the previous section, in particular extracting random values for the fractional contribution, f, of the IR bump with respect to the blue bump, and for the slope α from the observed distributions;

  • the SEDs were redshifted in the observer’s frame, and multiplied by the IGM transmission;

  • the SEDs were multiplied with the surveys band-passes to obtain instrumental magnitudes;

  • the instrumental magnitudes were re-scaled in order to reproduce the distribution of the real sample. To this end, we considered again the sample of spectroscopically confirmed QSOs. We binned the available quasars in redshift: bins were chosen to ensure a minimum number of objects per bin (∼150) and, when possible, a bin-width of ∼0.2. For each redshift bin, we considered the ipsf magnitude distribution and extracted a random number (using a Monte Carlo method) from the same distribution. We used the difference between the extracted number and the synthetic i magnitude as offset for the magnitudes in all other bands;

  • we associated to each synthetic magnitude an error estimate. In order to do so, available photometric data were used to estimate an empirical error function fe(mb). For each photometric band, we built a 2D histogram with magnitude on the x-axis and photometric error on the y-axis using all photometric data available in the MS (Fig. 6); the number of bins on both axis was chosen arbitrarily (250). For each magnitude bin (or, equivalently, each column in Fig. 6), we searched for the most populated error bin and interpolated, using a smoothing spline, each error point as a function of magnitude. This spline is the function fe(mb), which returns the typical uncertainty assigned to the magnitude mb. The scatter in the uncertainties as a function of magnitude, se(mb), was estimated as well using the same procedure. Rather than considering the most populated bin, we computed, as a first approximation for the scatter, the standard deviation across a column, and interpolated these points with a smoothing spline as a function of magnitude.

    Given fe(mb) and se(mb), the actual photometric uncertainty |$e_{m_i}$| assigned to the magnitude mi was estimated by drawing a random value from a Gaussian with:

    The process was repeated for each band in the catalogue;

  • finally, we recomputed a noisy photometric magnitude. A new value was drawn from a Gaussian distribution with μ equal to the noiseless magnitude, derived from the synthetic SED, and |$\sigma = e_{m_i}$|⁠. This is repeated for all magnitudes of a given object, and the newly found noisy magnitude, with the associated error, are added to the catalogue of synthetic objects.

Example of a fe(mb) (red line) computed for the SkyMapper i band.
Figure 6.

Example of a fe(mb) (red line) computed for the SkyMapper i band.

In the catalogue of synthetic objects all sources have all the magnitude measurements and no missing data are present. Real photometric catalogues, however, often have missing data or non-detections, which are kept into account in the PRF selection, as described in Paper I and, briefly, in Section 2.

To mimic a more realistic situation, non-detections are introduced in the synthetic catalogue. We consider again equation (1): given mi, b, a magnitude measurement in the photometric band b, the turnover magnitude mt, b in the b band and its associated error σt, b, the probability Pul of mi, b to become an upper-limit is calculated using equation (1) as
(3)
A random number x, drawn from a uniform distribution, is compared to Pul; if Pul > x, mi, b is considered an upper-limit.

Once upper limits are introduced, the catalogue is ready to be fed to the PRF. The optimal number of synthetic data to employ and their redshift distribution will be discussed in Section 5. An example of SED of a synthetic object is shown in Fig. 7; the upper panel shows the SED of a spectroscopically confirmed QSO of comparable redshift and ipsf magnitude.

Top panel: SED of one of the spectroscopically confirmed QSOs used as part of the training sample. Bottom panel: a synthetic QSO SED generated with the approach described in Section 4.2; Blue arrows refer to upper limits in the SkyMapper uv bands. Both QSOs are at zem  = 3.68.
Figure 7.

Top panel: SED of one of the spectroscopically confirmed QSOs used as part of the training sample. Bottom panel: a synthetic QSO SED generated with the approach described in Section 4.2; Blue arrows refer to upper limits in the SkyMapper uv bands. Both QSOs are at zem  = 3.68.

5 PERFORMANCE WITH SYNTHETIC DATA

In order to characterize the effect of synthetic data on the selection several tests have been performed. The selection of high-redshift QSOs proceeds in two steps: in the first the PRF is used to differentiate QSOs (at all redshifts) from stars, galaxies, and other contaminants. In the second task, instead, we aim to exclude z < 2.5 targets to obtain a sample of high-redshift QSOs ready for spectroscopic follow-up.

Unless stated otherwise, the same setup was considered: (i) the available, spectroscopically confirmed high-z QSOs (hereafter also referred to as ‘real’ QSOs) were split in training (75 per cent) and testing data set (25 per cent of the total); the same fractions (75/25) were used for low-z QSOs; additionally, 100 different realizations were drawn for each testing in order to not depend on the particular training-testing choice; (ii) synthetic QSOs were added only to the training data set, in addition to the spectroscopically confirmed QSOs. The optimal ratio synthetic/spectroscopically confirmed QSOs is not known a priori: several values were tested in order to identify the configuration that provides the best performance. This sample was used to understand the capabilities of the PRF in classifying QSOs as low- or high-z candidates.

If training the PRF to classify targets as star, galaxy or QSO at any redshift, stars and galaxies need to be added to the training and testing data set on top of the QSOs. Bonafide stars were down-sampled based on their iz colours, i.e. a subset was randomly chosen among all available stars. The number of stars to consider is set by the number of QSOs (∼6000), in order to maintain a balanced data set [see e.g. Japkowicz & Stephen (2002) for a review on the class unbalance problem]. All spectroscopically confirmed galaxies are instead considered. Stars and galaxies are split according to the 75/25 per cent rule, and added to the appropriate QSO data set – training or testing.

Performance is tested solely on spectroscopically confirmed QSOs (and, when appropriate, known stars and galaxies – see Section 5.2.1): synthetic data are never considered in testing data sets when reporting performance values.

The algorithm was evaluated in terms of precision and recall (Fig. 8), defined as

  • precision: the fraction of relevant instances among all those classified as high-z QSOs. The precision describes how good the algorithm is at excluding contaminants: in the context of this work it describes how good the PRF is at classifying stars, galaxies and low-redshift QSOs as such and not confuse these object as high-redshift QSOs;

  • recall: the fraction of relevant instance (i.e. real high-z QSOs) that were correctly classified by the algorithm. The recall describes how good the algorithm is at retrieving relevant instances. In the context of this work, it describes how good the PRF is at identifying all high-redshift QSOs present in the MS.

Objects are classified as low- or high- redshift based on a threshold set at z = 2.5. However, only when evaluating the recall, two different redshift thresholds, 2.5 and 3.0, are considered. The inclusion of the second higher redshift threshold is justified since targets at z > 3.0 are the most interesting for our purposes. Moreover, we expect that most of the high-z misclassification to be in the 2.5 < z < 3.0 range, as they are closer to the classification threshold. A ‘global’ recall score would fail to highlight the performances on the most interesting objects (those with z > 3).

5.1 Colour selection

The selection of high-redshift quasar is often performed by employing colour cuts: optical and infrared colour criteria have been successfully employed in the past for the selection of high-redshift quasars (e.g. Wolf et al. 2020; Onken et al. 2021), and machine learning methods have been successfully employing colours as features (e.g. Nakoneczny et al. 2021; Wenzl et al. 2021). Low- and high- redshift QSOs, non active galaxies and stars occupy (mostly) distinct regions in a multidimensional colour space,2 allowing an algorithm which employs colours to successfully differentiate between classes. Moreover, we expect the colour distributions to be independent from luminosity, thus allowing to effectively retrieve bright targets that may be under-represented in a training sample. With respect to Paper I, where only magnitudes were employed as features, in this work we tested colours as well.

5.1.1 Colour determination

Given a complete set of magnitudes, colours are trivial to generate, but, due to the introduction of photometric upper-limits, some care is required. In this work all colours are computed as difference between the bth band and the SkyMapper i band, used as a reference. This choice is natural, given that the i band is required for all sources in the main sample. We distinguish three cases:

  • if the magnitude in the bth band is not an upper limit, the colour is simply computed as the difference between the measured magnitude and the corresponding i band magnitude. The associated error is the square root of the sum of the photometric errors squared;

  • if the magnitude in the bth band is instead an upper-limit, we first compute a new mt, n factor (equation 3), specific for each source and photometric band, as the difference between the previously determined value of mt, n and the corresponding i magnitude. The associated error is |$\sqrt{\sigma _i^2+\sigma _{t,n}^2}$|⁠, where σi is the error associated with the i magnitude.

  • if, finally, the magnitude in the bth band is a proper missing data (i.e. it was not observed by a given survey), the colour is marked as a proper missing data as well.

Following these three prescriptions, colours are computed both for synthetic and spectroscopically confirmed QSOs.

5.2 Performance evaluation

5.2.1 QSO, stars, and galaxies

The first task for the selection consists in separating QSOs at any redshift from stars and galaxies. A pre-selection against stars is performed by applying cuts on measured proper motion and parallaxes (i.e. objects with parallax and proper motion significantly different from zero (>3σ) are considered stars), and against non-active low-z galaxies by excluding extended sources (Section 2.2).

The same procedure applied in paper I, and briefly summarized in the previous sections, was repeated. The training set is composed of stars, galaxies, low-z and high-z real QSOs and a varying number of synthetic QSOs in roughly equal parts. Stars were randomly under-sampled in order to uniformly cover the entire iz colour space, while all available QSOs and galaxies were considered. We test the performance of the trained algorithm by applying it on a testing data set (stars, non-active galaxies and QSOs that were not used during the training) and evaluating the recall and the precision.

The effect of synthetic data was tested, finding no significant improvements in recall and precision over the approach adopted in Paper I. Synthetic QSOs are introduced with z > zth and in varying number. Several redshift threshold zth were tried, from zth = 1.5 to zth = 3.0 with Δz = 0.25, as well as different numbers of QSOs, ranging from Nsynth = 3000 to Nsynth = 21 000, with ΔNsynth = 2000. In all cases, using precision and recall as metrics, the performance measured on the testing data set are compatible with one another, and with those reported in Paper I. Although non relevant here, synthetic data will become precious to distinguish low-z from high-z QSOs (see Section 5.2.2). To avoid biases related to a particular testing set, 100 runs were performed, each with a different, random, training/testing split. On average, the PRF achieves a recall of 95 per cent for QSOs at all redshifts (99 per cent for QSOs at z > 2.5, missing 0 or 1 QSO per test run). We measure a precision of 96 per cent: most of the contaminants are non-active galaxies, accounting for |$\sim 75{{\ \rm per\ cent}}$| of all misclassifications.

The reported results do not change if training the PRF on colours or on magnitudes data: in this context the PRF performs equally well.

5.2.2 Distinguishing low from high-redshift QSOs

The second step of the selection aims at selecting high-z QSOs: we once again introduce synthetic data in the training data set in order to improve the generalization abilities of the PRF at high redshift. As reported in Section 5.2.1, the performance of the PRF in distinguishing among QSOs, stars and galaxies was comparable either if the algorithm was trained only on spectroscopically confirmed QSOs or on a data set also including synthetic data. It is thus worth investigating if training the algorithm using the combined data set provides improvements in terms of predictive capabilities of the PRF for classifying low- and high-redshift QSOs. To address this question, we considered a training data set composed of both spectroscopically confirmed QSOs and synthetic data in equal parts. All available real QSOs at z > 0.3 were considered; objects with 0 < z ≤ 0.3 were instead undersampled to produce a more uniform redshift distribution. The down-sampling strategy was simple: low-z sources were chosen at random among all available targets. After down-sampling, ∼350 QSOs with 0 ≤ z ≤ 0.3 were kept.

The PRF was then trained on the combined data set (i.e. a combination of synthetic and spectroscopically confirmed QSOs) or, alternatively, on the subset containing only spectroscopically confirmed or synthetic QSOs. The predictive performance, measured on a testing data set of only spectroscopically confirmed QSOs, were compared one with the other. Results are shown in Table 3. It is clear that a sample of both real and synthetic QSOs produces, in term of recall, the best possible result; improvements in the recall negatively impact the purity of the sample: none the less, since the main interest is to improve the completeness of the final sample, both synthetic and spectroscopically confirmed QSOs will be used in Section 6. We consider the trade-off acceptable, since the number of candidates is still relatively low (≲1000): a different approach might be needed when dealing with a larger number of targets.

Table 3.

Recall and precision for a training test with both real and synthetic QSOs, only synthetic or real QSOs. 6000 synthetic QSOs, introduced for z > 2.5, were used for the test. The training is always performed by distinguishing low and high-z QSOs, separated at z = 2.5.

Recall (z > 2.5)Recall (z > 3.0)Precision
Synthetic and real QSOs87.0 ± 2.5 per cent98.5 ± 1.0 per cent64.0 ± 2.0 per cent
Only synthetic QSOs69.5 ± 3.5 per cent93.0 ± 2.5 per cent62.0 ± 3.0 per cent
Only real QSOs67.5 ± 3.5 per cent83.0 ± 4.5 per cent82.5 ± 3.0 per cent
Recall (z > 2.5)Recall (z > 3.0)Precision
Synthetic and real QSOs87.0 ± 2.5 per cent98.5 ± 1.0 per cent64.0 ± 2.0 per cent
Only synthetic QSOs69.5 ± 3.5 per cent93.0 ± 2.5 per cent62.0 ± 3.0 per cent
Only real QSOs67.5 ± 3.5 per cent83.0 ± 4.5 per cent82.5 ± 3.0 per cent
Table 3.

Recall and precision for a training test with both real and synthetic QSOs, only synthetic or real QSOs. 6000 synthetic QSOs, introduced for z > 2.5, were used for the test. The training is always performed by distinguishing low and high-z QSOs, separated at z = 2.5.

Recall (z > 2.5)Recall (z > 3.0)Precision
Synthetic and real QSOs87.0 ± 2.5 per cent98.5 ± 1.0 per cent64.0 ± 2.0 per cent
Only synthetic QSOs69.5 ± 3.5 per cent93.0 ± 2.5 per cent62.0 ± 3.0 per cent
Only real QSOs67.5 ± 3.5 per cent83.0 ± 4.5 per cent82.5 ± 3.0 per cent
Recall (z > 2.5)Recall (z > 3.0)Precision
Synthetic and real QSOs87.0 ± 2.5 per cent98.5 ± 1.0 per cent64.0 ± 2.0 per cent
Only synthetic QSOs69.5 ± 3.5 per cent93.0 ± 2.5 per cent62.0 ± 3.0 per cent
Only real QSOs67.5 ± 3.5 per cent83.0 ± 4.5 per cent82.5 ± 3.0 per cent

Once the usefulness of synthetic data is established, the optimal number of generated QSOs to employ and the redshift threshold zth need to be identified. In order to do so, multiple runs of the PRF were considered; for each of these, the number nsynth and redshift threshold over which synthetic data are introduced were varied, while keeping the same testing data set. Results for each pair are illustrated in Fig. 9.

Schematic representation of precision and recall.
Figure 8.

Schematic representation of precision and recall.

Performance of the PRF in predicting the low-z versus high-z classification (see text in Section 5.2.2) trained on a data set with a different number of synthetic QSOs, Nsynth, shown on the x-axis, and different thresholds (zth, shown with different coloured lines). The black, dotted line is placed at Nsynth = 6000: in terms of recall at z > 3.0, no significant improvements are found for Nsynth > 6000. We only show the results for the PRF trained on colour data: training the algorithm with magnitudes leads to a slight decrease of precision (from ∼2 to 4 per cent depending on the chosen parameters), but an overall similar plot.
Figure 9.

Performance of the PRF in predicting the low-z versus high-z classification (see text in Section 5.2.2) trained on a data set with a different number of synthetic QSOs, Nsynth, shown on the x-axis, and different thresholds (zth, shown with different coloured lines). The black, dotted line is placed at Nsynth = 6000: in terms of recall at z > 3.0, no significant improvements are found for Nsynth > 6000. We only show the results for the PRF trained on colour data: training the algorithm with magnitudes leads to a slight decrease of precision (from ∼2 to 4 per cent depending on the chosen parameters), but an overall similar plot.

Improvements in the recall are negligible when introducing more than ∼6000 synthetic QSOs in the training data set, independently from the chosen redshift threshold. As a matter of fact, employing more than ∼6000 synthetic QSOs degrades the predictive abilities of the PRF in terms of precision. With respect to the number of real QSOs available in the training data set, ∼6000 synthetic QSOs correspond to twice the number of real QSOs at all redshifts: in the following this is the proportion employed for choosing the number of synthetic data to add to the training data set. This result is coherent with the premises of this work: introducing too many synthetic QSOs, mainly at z > 2.5, produces a training data set skewed towards high redshift. As such, the performance of the algorithm will degrade when classifying low redshift targets, thus lowering the overall precision.

We tested the performance of the PRF using both magnitudes and colours in the training and testing data sets. We found comparable results: the main difference is, on average, a slightly higher precision measured when using colours (⁠|$\sim 2{{\ \rm per\ cent}}$|⁠) with respect to the selection performed with magnitudes. Given the higher purity, the preferred candidate list will be generated with the PRF trained on colour data.

5.2.3 Leave-one-out test

Recall and precision are useful to estimate the global performance of the PRF over the entire data set; due to the low number of very high-redshift QSOs in the data set they may however paint a biased picture, underestimating misclassification of these targets. To account for this effect a leave-one-out test was performed. A leave-one-out test consists in training an algorithm on all available data but one object. The latter, left out from the training set, is considered as test. The process is then repeated iteratively for all available objects. To reduce the computation time needed we restrict the QSOs used for the leave-one-out to the 320 available targets at z > 3.0. The PRF was thus trained 320 times; in each of these 320 times, the training data set consists of synthetic data on top of all real QSOs, except one; the testing data set is just the one of the 320 QSO left out. This procedure allows to test the PRF on all QSOs at z > 3, one by one. The exercise was repeated with the oversampling approach employed in Paper I as well (see Paper I, end of Section 2).

Out of the 320 available QSOs at z > 3, we find that the PRF misclassifies 4 targets when trained on synthetic data, 13 with the method described in Paper I. Considering the results at face value, both approaches work rather well, with at most 13 (⁠|$\sim 4{{\ \rm per\ cent}}$| of the total) misclassifications. A more careful analysis, however, shows that the algorithm trained with synthetic data produces better results:

  • the number of misclassified targets is lower (4, compared to the 13 misclassified registered with the method outlined in Paper I). 3 of the misclassifications are in common: two of them have peculiar SED, which are not similar to the typical SED of high-z QSOs (Fig. 10). IR spectra would be required to understand whether this peculiarity is intrinsic or, e.g. due to effect of variability. The SED of the third object, on the other hand, is rather typical; the most likely explanation for its misclassification as low-z QSO is a detection in the SkyMapper v band, extremely uncommon in the sample for quasars with z ∼ 3, possibly an indication that the line of sight towards this target is particularly unabsorbed.

  • the method outlined in paper I misclassifies 4 out of the 13 available targets at z > 4.5, which are instead recovered by the PRF trained on synthetic data;

  • a bright, high-z target, recently identified with a novel selection approach (Calderone et al., in preparation) is not selected by the method outlined in paper I, while it is correctly classified when training the PRF with synthetic data. Misclassifying this target is especially undesirable, as it is both bright and at high redshift: it is thus an ideal candidate for the redshift drift Sandage test (e.g. Liske et al. 2008; Boutsia et al. 2020), the search of variation for fundamental constants (e.g. Milaković et al. 2021; Murphy et al. 2022), or any other high resolution, precision, and stability experiment to be carried out in the future.

Spectral energy distribution of one of the three objects misclassified (QID = 1423388, zem = 3.16) by the PRF when trained both with colours and magnitudes. Blue, downward arrows denote upper limits in the SkyMapper u and v filters.
Figure 10.

Spectral energy distribution of one of the three objects misclassified (QID = 1423388, zem = 3.16) by the PRF when trained both with colours and magnitudes. Blue, downward arrows denote upper limits in the SkyMapper u and v filters.

The Leave-One-Out test was repeated with the PRF trained both on colours and on magnitudes, finding the same results reported above.

5.3 Literature misclassifications

As a byproduct of the tests described in the previous sections we identified some misclassifications in published catalogues. We report them in Table 4, together with a revised redshift and/or class. An example of a spectrum for a misclassified target is shown in Fig. 11.

Example of an object from the SDSS with an incorrect redshift estimate. The H β, Mg ii, H γ, O iii lines are visible, constraining the redshift at z = 0.94 with respect to the SDSS quoted redshift of 3.457.
Figure 11.

Example of an object from the SDSS with an incorrect redshift estimate. The H β, Mg ii, H γ, O iii lines are visible, constraining the redshift at z = 0.94 with respect to the SDSS quoted redshift of 3.457.

Table 4.

Misclassification identified while running the PRF on testing data sets or visually inspecting outliers with respect to the average quasar SED. The ‘Method’ column clarifies the method which flagged each target for review.

QIDRA (J2000)Dec. (J2000)znewzliteratureObj. typeObj. typeOriginal catalogueMethod
LiteratureRevised
112119201:40:04.44-15:32:55.680.8191.669QSOQSOVeron10PRF
135134021:10:55.9205:07:07.970.943.457QSOQSOSDSS DR16QPRF
135321800:27:49.9407:06:40.250.843.201QSOQSOSDSS DR16QPRF
136263516:00:26.1600:28:34.170.1243.76QSOGalaxyVeron10PRF
2223596a14:48:25.8010:31:57.830.05.864QSOBrown dwarfVeron10SED
222372514:53:31.1714:21:12.680.071.072QSOGalaxyVeron10SED
222394615:02:58.0113:18:52.930.00.659QSOGalaxyVeron10SED
2224363a15:38:43.1008:42:37.000.02.735QSOWhite DwarfVeron10SED
QIDRA (J2000)Dec. (J2000)znewzliteratureObj. typeObj. typeOriginal catalogueMethod
LiteratureRevised
112119201:40:04.44-15:32:55.680.8191.669QSOQSOVeron10PRF
135134021:10:55.9205:07:07.970.943.457QSOQSOSDSS DR16QPRF
135321800:27:49.9407:06:40.250.843.201QSOQSOSDSS DR16QPRF
136263516:00:26.1600:28:34.170.1243.76QSOGalaxyVeron10PRF
2223596a14:48:25.8010:31:57.830.05.864QSOBrown dwarfVeron10SED
222372514:53:31.1714:21:12.680.071.072QSOGalaxyVeron10SED
222394615:02:58.0113:18:52.930.00.659QSOGalaxyVeron10SED
2224363a15:38:43.1008:42:37.000.02.735QSOWhite DwarfVeron10SED
a

The target was also noted as a misclassification in Simbad.

Table 4.

Misclassification identified while running the PRF on testing data sets or visually inspecting outliers with respect to the average quasar SED. The ‘Method’ column clarifies the method which flagged each target for review.

QIDRA (J2000)Dec. (J2000)znewzliteratureObj. typeObj. typeOriginal catalogueMethod
LiteratureRevised
112119201:40:04.44-15:32:55.680.8191.669QSOQSOVeron10PRF
135134021:10:55.9205:07:07.970.943.457QSOQSOSDSS DR16QPRF
135321800:27:49.9407:06:40.250.843.201QSOQSOSDSS DR16QPRF
136263516:00:26.1600:28:34.170.1243.76QSOGalaxyVeron10PRF
2223596a14:48:25.8010:31:57.830.05.864QSOBrown dwarfVeron10SED
222372514:53:31.1714:21:12.680.071.072QSOGalaxyVeron10SED
222394615:02:58.0113:18:52.930.00.659QSOGalaxyVeron10SED
2224363a15:38:43.1008:42:37.000.02.735QSOWhite DwarfVeron10SED
QIDRA (J2000)Dec. (J2000)znewzliteratureObj. typeObj. typeOriginal catalogueMethod
LiteratureRevised
112119201:40:04.44-15:32:55.680.8191.669QSOQSOVeron10PRF
135134021:10:55.9205:07:07.970.943.457QSOQSOSDSS DR16QPRF
135321800:27:49.9407:06:40.250.843.201QSOQSOSDSS DR16QPRF
136263516:00:26.1600:28:34.170.1243.76QSOGalaxyVeron10PRF
2223596a14:48:25.8010:31:57.830.05.864QSOBrown dwarfVeron10SED
222372514:53:31.1714:21:12.680.071.072QSOGalaxyVeron10SED
222394615:02:58.0113:18:52.930.00.659QSOGalaxyVeron10SED
2224363a15:38:43.1008:42:37.000.02.735QSOWhite DwarfVeron10SED
a

The target was also noted as a misclassification in Simbad.

These targets were identified by visual inspection of the misclassified objects in a given testing/validation data set. After each evaluation run, the spectral energy distribution and, if available, the spectrum of misclassified targets at z > 2.5 is visually inspected. This is done to try to understand the reason for the misclassification and to check whether the target is genuinely a high-redshift QSO or was assigned an incorrect redshift estimate or class in the original catalogue. Following this approach, 4 targets with an available spectrum were re-classified or given a new redshift estimate.

Additionally, outliers identified as objects with a high reduced χ2 of the synthetic photometry with respect to the observed magnitudes while building the composite SED (Section 4.1) were visually inspected, resulting in the discovery of 5 additional errors, in the redshift determination and/or in the object classification; they are also reported in Table 4.

6 THE CANDIDATE SAMPLES

The previous sections described the tests performed on known data in order to understand how well the algorithm performs in the selection of high-redshift QSOs. We now turn to the application of the algorithm on unlabelled data, in order to extract a new candidate list.

Two lists were produced: one obtained from a training sample where magnitudes (both of real and synthetic QSOs) are used as features; another where, instead, colours are employed. Based on the results presented in the previous sections, the two lists are expected to be similar.

After removing likely extended targets (Calderone et al. 2019), 31 550 out of the 1147 017 sources in the original main sample are still lacking a classification label. As a first step, the PRF is trained to separate QSOs, stars and non-active galaxies (Section 5.2.1). When applied on the data set of unclassified sources, the algorithm produces a list of 11 612 (11 696) QSO candidates at all redshifts if trained on magnitudes (colours), 19 198 (19 191) star candidates and 732 (663) non-active galaxy candidates. The lists of stars and non-active galaxies are discarded: they are, for our purposes, contaminants. During the second step, and given the sample of QSO candidates at all redshift, the algorithm is trained on QSO data in order to distinguish low- and high-redshift targets (Section 5.2.2). The list consists of 1028 candidates if trained with magnitudes, 898 when the algorithm is trained with colours; the two lists share ∼85 per cent of the targets.

Both selections were performed using the optimal hyperparameters identified in Section 5. Consistently with the results discussed in previous sections we find similar completeness (⁠|$\sim 87{{\ \rm per\ cent}}$|⁠) for both lists, but slightly lower contamination from the candidate list generated by training the PRF on colour data. This is consistent with the number of candidates recovered, assuming that a large part of the non-overlapping candidates are contaminants (either galaxies, stars or low-redshift targets).

As a consistency check, we compared the colour distribution of the high-redshift QSO candidates with that of the training sample. We expect the distribution of the training set, which includes synthetic data, to extend to larger values of a given colour: synthetic data were introduced to provide a more extensive coverage in the colour space. The iz colour was chosen, as all sources in the main sample are required to have a i magnitude measurement, and all but 32 targets, mostly stars, have a z magnitude measurement. Fig. 12 compares the distribution of colours for the training set and the high-z candidate list, obtained when training the PRF on magnitudes: as expected, the two are consistent with each other but with a wider distribution for the training set. Similar results are found when training the PRF on colours, as most of the candidates are in common between the two lists.

i − z colour distribution for QSO with z > 2.5. The grey histogram in the background shows the distribution for the training set, while the red histogram the distribution for high-z candidates; both histograms have been normalized to unity, i.e. the most populated bin was normalized to unity.
Figure 12.

iz colour distribution for QSO with z > 2.5. The grey histogram in the background shows the distribution for the training set, while the red histogram the distribution for high-z candidates; both histograms have been normalized to unity, i.e. the most populated bin was normalized to unity.

7 SPECTROSCOPIC VALIDATION AND CATALOGUE

New spectra of quasar candidates are continually taken in the framework of the QUBRICS program. To maximize the success rate and reduce the contamination, targets are selected following an ‘iterative’ approach: after each spectroscopic run the training sample is updated to include the new identifications. In this way the training set and the list of candidates is evolving after each run: for the purposes of this paper they have been frozen at the situation at the end of February 2022.

In Table A1, we list the new spectroscopic identifications – not reported in the previous QUBRICS papers – of PRF candidates from the list of Paper I and updated lists based on the SkyMapper DR3. They are part of the training sample described in this work.

A total of 206 PRF-selected candidates have been observed at Las Campanas Observatory, Telescopio Nazionale Galileo (TNG, La Palma) and ESO-NTT using, respectively, the LDSS-3 (Clay Telescope), DOLORES, and EFOSC-2 spectrographs. Table 5 summarizes the observing setups and significant information about each observing run. Fig. 13 shows some selected spectra drawn from the catalogue.

Example of discovery spectra for 4 of the QSO in the published catalogue. Spectra were taken with the EFOSC2 and LDSS3 spectrographs.
Figure 13.

Example of discovery spectra for 4 of the QSO in the published catalogue. Spectra were taken with the EFOSC2 and LDSS3 spectrographs.

Table 5.

Setup for each observing run.

# of objectsInstrumentTelescopeGrismSlitResolution
109LDSS-3ClayVPH-all1 arcsec800
80DOLORESTNGLR-B1 arcsec600
17EFOSC-2NTTGrism#131.5 arcsec1000
# of objectsInstrumentTelescopeGrismSlitResolution
109LDSS-3ClayVPH-all1 arcsec800
80DOLORESTNGLR-B1 arcsec600
17EFOSC-2NTTGrism#131.5 arcsec1000
Table 5.

Setup for each observing run.

# of objectsInstrumentTelescopeGrismSlitResolution
109LDSS-3ClayVPH-all1 arcsec800
80DOLORESTNGLR-B1 arcsec600
17EFOSC-2NTTGrism#131.5 arcsec1000
# of objectsInstrumentTelescopeGrismSlitResolution
109LDSS-3ClayVPH-all1 arcsec800
80DOLORESTNGLR-B1 arcsec600
17EFOSC-2NTTGrism#131.5 arcsec1000

109 of the 206 presented candidates have been observed with LDSS-3 at the Clay Telescope. Observations were obtained in several nights with varied conditions (e.g. bright time, variable weather conditions). The VPH-all grism with the 1 arcsec central slit and no blocking filter was employed, covering a wavelength range between 4000 and 10 000 Å with a low resolution of R ∼ 800. Exposure times ranging between 800 and 1800 s were used, depending on the candidate magnitude. Data obtained from the LDSS-3 instrument were reduced with a custom pipeline based on MIDAS (European Southern Observatory 2013) scripts. Each spectrum has been processed to subtract the bias and normalized by the flat; wavelength calibration is achieved using helium, neon, and argon lamps, finding an rms of ∼0.5 Å. Observing conditions have not always been photometric: the flux calibration is thus relative to a spectrophotometric standard star, observed each night. Eighty candidates were observed with the DOLORES instrument mounted on the Telescopio Nazionale Galileo. Exposures have been taken during the AOT43 and AOT44 periods, from April to November, under two proposals (PI: F. Guarneri); the LR-B grism (resolution ∼600) with a 1 arcsec slit aperture was used with an exposure time between 300 and 600 s.

In November 2021, we were awarded four nights (PI. F. Guarneri, proposal 108.22L1.001) at NTT, employing the EFOSC-2 instrument Grism #13 (wavelength range λ ∼ 3700–9300 Å), with typical exposure times ranging between 400 and 800 s; 17 candidates from the list obtained with Paper I and this work were observed and given a robust identification and redshift. The same data reduction procedure applied for LDSS-3 data was used for the EFOSC-2 spectra.

Out of the 206 targets, 149 turned out to be genuine QSOs with z > 2.5, 41 QSOs with z < 2.5 (<z> = 2.18), 3 galaxies and 13 stars. Based on the results of these runs, the achieved success rate is of 72 per cent, with the most significant contaminant being low-redshift QSOs. Among the 41 low-redshift QSOs, 7 show broad absorption features in their spectra, and have been marked as * in Table A1; BAL features mimic the colours of high-z QSOs, making it hard to select against these particular targets (Cupani et al. 2022).

8 ESTIMATED SUCCESS RATE OF THE REMAINING CANDIDATES

The precision of our algorithm for high-z QSOs selection has been estimated in Section 5. However, if we were to observe all the remaining candidates, we expect a lower precision since (i) during candidate prioritization we already observed the most promising ones and (ii) the adoption of synthetic spectra for training may bias our estimate. In this section, we will estimate a more reliable precision for the remaining candidates; this estimate is equivalent to the success rate expected on the candidate sample.

As mentioned in Section 2, the PRF computes, for each object, both a class label and the probability of belonging to the assigned class. This probability can be interpreted as a reliability score: the higher the probability, the most likely a candidate is an actual high-z QSO. Comparing the probabilities distribution of high-z QSO candidates with those of a testing data set (Fig. 14) it is clear from the blue histogram that a significant part of the objects in the candidate list have a lower probability of being high-z QSOs with respect to the testing data set. In order to keep this into account we use the QSO luminosity function to estimate the expected number of high-z QSOs in the candidate list and estimate the success rate of a telescope run observing all the 898 targets selected in the previous section with the PRF trained on colour data,

Class probability (high-z QSO) of QSO candidates in the testing data set and in the candidate list, obtained with the PRF trained on colour data. The light blue histogram shows the probability distribution of high-z QSO candidates, while the orange one the high-z class probability distribution of the testing set. A class-probability lower that 0.5 implies that a source is classified as low-z QSO, and as such is not shown in this plot. Both histograms have been normalized so that the integral over the range is equal to one.
Figure 14.

Class probability (high-z QSO) of QSO candidates in the testing data set and in the candidate list, obtained with the PRF trained on colour data. The light blue histogram shows the probability distribution of high-z QSO candidates, while the orange one the high-z class probability distribution of the testing set. A class-probability lower that 0.5 implies that a source is classified as low-z QSO, and as such is not shown in this plot. Both histograms have been normalized so that the integral over the range is equal to one.

As in paper I, we assume that the PRF is able to exactly select QSOs, stars and non-active galaxies.

We first try to estimate how many non-QSOs are expected to contaminate the candidate list. The PRF is thus trained to distinguish QSOs, stars, and non-active galaxies. Applied on a testing data set (the same used in Section 5.2.1), a small fraction of the stars (⁠|$\lesssim 1{{\ \rm per\ cent}}$|⁠) and galaxies (∼6.5 per cent) into it are misclassified as QSOs. Following the steps described in the previous sections these sources, actually contaminants, would then be re-processed to identify low- and high-redshift targets. As such, the algorithm is trained to distinguish low- and high-z QSOs, and used to label the stars and non-active galaxies just misclassified as QSOs. This leads to |$\sim 1{{\ \rm per\ cent}}$| of the galaxies and |$\lesssim 0.1{{\ \rm per\ cent}}$| of the stars initially present in the testing data set to be labelled as high-redshift QSO. We then multiply these estimates with the predicted number of stars and galaxies among the unclassified sources. This should provide the number of stars and galaxies expected to contaminate the candidate list, which turns out to be ∼10 galaxies and ∼20 stars.

The most significant contaminant is however represented by low-redshift QSOs (Calderone et al. 2019; Boutsia et al. 2020): in Paper I, these were estimated to be |$\sim 85{{\ \rm per\ cent}}$| of all contaminants. In order to assess their significance for the current candidate list, we multiply the expected number of QSOs as a function of redshift, derived from Kulkarni, Worseck & Hennawi (2019) and corrected at high-redshift with Grazian et al. (2022) and Boutsia et al. (2021) with the misclassification rate. We define the latter as the ratio between the number of misclassified QSOs in a given redshift bin and the total number of QSOs in the same redshift bin. In order to calculate the misclassification rate, we train the PRF to separate low- and high-redshift QSOs; to avoid biases due to a particular choice of training/testing data sets, 100 different iterations were considered, each with a different training/testing split. We calculate the misclassification rate separately for each of these runs, and a global misclassification rate as the median across all 100 iterations; an uncertainty is estimated as well by using the median absolute deviation. The results are shown in Fig. 15. Most of the misclassifications happen at 2 ≤ z ≤ 2.5, close to the threshold separating the two classes.

Median misclassifications rate as a function of redshift; the shaded area represents the MAD. Both the median and the MAD are calculated over 100 randomly chosen testing data sets.
Figure 15.

Median misclassifications rate as a function of redshift; the shaded area represents the MAD. Both the median and the MAD are calculated over 100 randomly chosen testing data sets.

Keeping into account the misclassification rate shown in Fig. 15 and that, as suggested by Boutsia et al. (2021), SkyMapper has an inherent incompleteness of |$\sim 15{{\ \rm per\ cent}}$| with respect to QSO data, we expect to find ∼590 low-redshift QSOs in the candidate sample, mostly in the 2 < z < 2.5 redshift range. In this way, the success rate for the candidates still to be observed is expected to be around |$31{{\ \rm per\ cent}}$| with about 278 new QSOs at z > 2.5 and i < 18 to be found.

9 DISCUSSION AND CONCLUSION

The probabilistic random forest is an effective tool in selecting bright (i < 18), and high-redshift (z > 2.5) QSOs: in Guarneri et al. (2021) we presented a first approach to the selection of these targets based on photometric data. In this paper, we aimed at improving the selection method outlined in Paper I by exploring the effect of synthetic data used as training set. Synthetic data are commonly used when training machine learning algorithms, and their role is expected to become even more prominent in future years (e.g. Nikolenko 2021). Diversified training examples can make an ML algorithm more precise, including corner cases and under-represented samples to make up for the lack of examples found in real-world data sets. Bright, high-z QSOs are a clear example of under-represented targets: training an ML algorithm for identifying them can prove difficult; introducing synthetic data significantly eases the task.

In this work synthetic data have been generated based on the mean properties of previously spectroscopically known QSOs, including new QUBRICS identifications. A composite spectral energy distribution was computed, and used to obtain synthetic magnitude measurements by multiplying the estimated fluxes by instrumental pass-bands. The candidate selection was split in a two-step process: in the first step we aim at sifting QSOs, at all redshifts, from stars and galaxies. In the second, we re-classify QSO candidates in order to distinguish low- and high-redshift targets. Synthetic data are used for training the algorithm during this second step. In all cases, we use precision and recall as evaluation metrics for the algorithm.

  • The comparison of the performances of the new approach with respect to Paper I shows significant improvements in recovering a large part of the bright and/or very high redshift targets. This is especially significant, as bright and z > 3 QSOs are the most precious targets for future experiments, such as the search for varying fundamental constants (Milaković et al. 2021; Murphy et al. 2022) or the redshift drift experiment (Liske et al. 2008; Boutsia et al. 2020). The improvements in recall cost something in terms of precision, lowering the overall score from 78 to 64 per cent. Since we are mostly interested in improving the recall and the number of QSO candidates remains manageable, we consider this trade-off acceptable;

  • the effect of colours on the selection was tested, with and without synthetic data. We found slightly better results when colours are adopted, mainly in the precision metric, with respect to those obtained when using magnitudes as features. Similarly to the results reported above, synthetic data significantly improve the measured recall also when colours are adopted.

We stress that precision and recall are only used to evaluate the performance of the algorithm and should not be intended as, respectively, success rate of the survey and completeness of the final sample. In particular:

  • we use precision as the evaluation metric, but note that the expected success rate on the remaining candidates may be lower (Section 8). The two are not expected to be equal to each other: due to the iterative nature of the survey, as the survey progresses new spectroscopically confirmed QSOs are included in the training set and are thus removed from the candidate list. The success rate measured on the sample will thus drop with time, as more spectroscopically confirmations are carried out;

  • we chose the recall, rather than the QSO completeness, as metric to characterize the algorithm since the former depends only on the selection performances, while the latter depends also on the MS selection. More specifically, in order to estimate the completeness we would also needs to keep into account the number of quasars excluded a priori from the MS due to the requirements mentioned in Section 2.2. According to Boutsia et al. (2021), the MS has an inherent incompleteness of 15 per cent with respect to QSO data, we expect the completeness of the selection to be ∼70 per cent, i.e. 0.85 times the recall, estimated to be ∼85 per cent.

The selection method outlined in this work was applied on unlabelled data from a new main sample, based on the third data release of the SkyMapper survey. The data include photometric measurements from the SkyMapper Dr3, Gaia eDR3, AllWISE, and 2MASS surveys. When trained on colour data, the algorithm produces a list of 898 candidates.

A large number of spectroscopic follow-ups have been carried out since Paper I, and 206 targets have been observed. These 206 have been selected in the past by the PRF, and are now part of the training sample: in order to maximise the success rate, we follow an iterative approach, updating the QSOs candidate list after each observing run. Of the 206 targets, 149 turned out to be genuine high-z QSOs. About 278 more QSOs at z > 2.5 and i < 18 are expected to be contained in our present candidate list.

We are further refining the selection method and continuing the spectroscopic campaign, in order to expand the spectroscopic sample and provide more training to our machine learning algorithms. Besides, novel selection techniques are being developed and currently tested, while new photometric data sets are also being employed (Calderone et al., in preparation).

SUPPORTING INFORMATION

suppl_data

Please note: Oxford University Press is not responsible for the content or functionality of any supporting materials supplied by the authors. Any queries (other than missing material) should be directed to the corresponding author for the article.

ACKNOWLEDGEMENTS

We thank M. Fumagalli, J. X. Prochanska, and J. Hennawi for the SpecDB data base (Prochaska 2017), and for kindly providing spectra of previously observed targets. We thank an anonymous referee for a timely and thorough report that helped to clarify various aspects of the paper. We thank Società Astronomica Italiana (SAIt), Ennio Poretti, Gloria Andreuzzi, Marco Pedani, Vittoria Altomonte and Andrea Cama for the observation support at TNG. Part of the observations discussed in this work are based on observations made with the Italian Telescopio Nazionale Galileo (TNG) operated on the island of La Palma by the Fundacion Galileo Galilei of the INAF (Istituto Nazionale di Astrofisica) at the Spanish Observatorio del Roque de los Muchachos of the Instituto de Astrofisica de Canarias.

The national facility capability for SkyMapper has been funded through ARC LIEF grant LE130100104 from the Australian Research Council, awarded to the University of Sydney, the Australian National University, Swinburne University of Technology, the University of Queensland, the University of Western Australia, the University of Melbourne, Curtin University of Technology, Monash University, and the Australian Astronomical Observatory. SkyMapper is owned and operated by the Australian National University’s Research School of Astronomy and Astrophysics. The survey data have been processed and provided by the SkyMapper Team at ANU. The SkyMapper node of the All-Sky Virtual Observatory (ASVO) is hosted at the National Computational Infrastructure (NCI). Development and support the SkyMapper node of the ASVO has been funded in part by Astronomy Australia Limited (AAL) and the Australian Government through the Commonwealth’s Education Investment Fund (EIF) and National Collaborative Research Infrastructure Strategy (NCRIS), particularly the National eResearch Collaboration Toolsand Resources (NeCTAR) and the Australian National Data Service Projects (ANDS).

This work is based on data products from observations made with European Southern Observatory (ESO) Telescopes at La Silla Paranal Observatory under ESO program ID 108.22L1.

This work has made use of data from the European Space Agency (ESA) mission Gaia (https://www.cosmos.esa.int/gaia), processed by the Gaia Data Processing and Analysis Consortium (DPAC, https://www.cosmos.esa.int/web/gaia/dpac/consortium). Funding for the DPAC has been provided by national institutions, in particular the institutions participating in the Gaia Multilateral Agreement.

This publication makes use of data products from the Two Micron All Sky Survey, which is a joint project of the University of Massachusetts and the Infrared Processing and Analysis Center/California Institute of Technology, funded by the National Aeronautics and Space Administration and the National Science Foundation.

This publication makes use of data products from the Wide-field Infrared Survey Explorer, which is a joint project of the University of California, Los Angeles, and the Jet Propulsion Laboratory/California Institute of Technology, funded by the National Aeronautics and Space Administration.

This paper includes data gathered with the 6.5 meter Magellan Telescopes located at Las Campanas Observatory, Chile.

This work made use of Astrocook (Cupani et al. 2020), astropy (Astropy Collaboration 2013, 2018, 2022), IPython (Pérez & Granger 2007), the Julia programming language (Bezanson et al. 2017), Jupyter Notebooks (Kluyver et al. 2016), matplotlib (Hunter 2007), Numpy (Harris et al. 2020), Sklearn (Pedregosa et al. 2011), and tqdm (da Costa-Luis et al. 2022).

DATA AVAILABILITY

The data underlying this article will be shared on reasonable request to the corresponding author.

Footnotes

1

For a complete list of possible systematic we refer the interested reader to the SkyMapper documentation (https://skymapper.anu.edu.au/data-release/#Coverage).

2

There is however some overlapping between star and QSO colours in some redshift intervals, see for instance Richards et al. (2002).

REFERENCES

Anderson
T. W.
,
2003
,
An Introduction to Multivariate Statistical Analysis, 3 edn. Wiley Series in Probability and Mathematical Statistics
.
Wiley
,

Astropy Collaboration
,
2013
,
A&A
,
558
,
A33

Astropy Collaboration
,
2018
,
AJ
,
156
,
123

Astropy Collaboration
,
2022
,
ApJ
,
935
,
167

Baron
D.
,
2019
,
preprint (arXiv:1904.07248)

Bezanson
J.
,
Edelman
A.
,
Karpinski
S.
,
Shah
V. B.
,
2017
,
SIAM Rev.
,
59
,
65

Bianchi
L.
,
Shiao
B.
,
2020
,
ApJS
,
250
,
36

Bianchini
F.
,
Fabbian
G.
,
Lapi
A.
,
Gonzalez-Nuevo
J.
,
Gilli
R.
,
Baccigalupi
C.
,
2019
,
ApJ
,
871
,
136

Boutsia
K.
et al. ,
2020
,
ApJS
,
250
,
26

Boutsia
K.
et al. ,
2021
,
ApJ
,
912
,
111

Breiman
L.
,
2001
,
Mach. Learn.
,
45
,
5

Calderone
G.
et al. ,
2019
,
ApJ
,
887
,
268

Chambers
K. C.
et al. ,
2016
,
preprint (arXiv:1612.05560)

Colless
M.
et al. ,
2001
,
MNRAS
,
328
,
1039

Cooke
R. J.
,
Pettini
M.
,
Jorgenson
R. A.
,
Murphy
M. T.
,
Steidel
C. C.
,
2014
,
ApJ
,
781
,
31

Cooke
R. J.
,
Pettini
M.
,
Steidel
C. C.
,
2017
,
MNRAS
,
467
,
802

Cupani
G.
,
D'Odorico
V.
,
Cristiani
S.
,
Russo
S. A.
,
Calderone
G.
,
Taffoni
G.
,
2020
, in
Guzman
J. C.
,
Ibsen
J.
, eds,
Software and Cyberinfrastructure for Astronomy VI
.
SPIE
,
Bellingham

Cupani
G.
et al. ,
2022
,
MNRAS
,
510
,
2509

da Costa-Luis
C.
et al. ,
2022
,
tqdm: A fast, Extensible Progress Bar for Python and CLI
.
Zenodo

European Southern Observatory
,
2013
,
Astrophysics Source Code Library
,
record ascl:1302.017

Fontanot
F.
,
Cristiani
S.
,
Vanzella
E.
,
2012
,
MNRAS
,
425
,
1413

Fontanot
F.
et al. ,
2020
,
MNRAS
,
496
,
3943

Gaia Collaboration
,
2021
,
A&A
,
649
,
A1

Grazian
A.
et al. ,
2022
,
ApJ
,
924
,
62

Guarneri
F.
,
Calderone
G.
,
Cristiani
S.
,
Fontanot
F.
,
Boutsia
K.
,
Cupani
G.
,
Grazian
A.
,
D’Odorico
V.
,
2021
,
MNRAS
,
506
,
2471
(Paper I)

Harris
C. R.
et al. ,
2020
,
Nature
,
585
,
357

Hunter
J. D.
,
2007
,
Comput. Sci. Eng.
,
9
,
90

Inoue
A. K.
,
Shimizu
I.
,
Iwata
I.
,
Tanaka
M.
,
2014
,
MNRAS
,
442
,
1805

Japkowicz
N.
,
Stephen
S.
,
2002
,
Intell. Data Anal.
,
6
,
429

Jones
D. H.
et al. ,
2009
,
MNRAS
,
399
,
683

Kluyver
T.
et al. ,
2016
, in
Loizides
F.
,
Schmidt
B.
, eds,
Positioning and Power in Academic Publishing: Players, Agents and Agendas
.
IOS Press
,
Netherlands
, p.
87

Krawczyk
C. M.
,
Richards
G. T.
,
Mehta
S. S.
,
Vogeley
M. S.
,
Gallagher
S. C.
,
Leighly
K. M.
,
Ross
N. P.
,
Schneider
D. P.
,
2013
,
ApJS
,
206
,
4

Kulkarni
G.
,
Worseck
G.
,
Hennawi
J. F.
,
2019
,
MNRAS
,
488
,
1035

Laor
A.
,
Netzer
H.
,
1989
,
MNRAS
,
238
,
897

Liske
J.
et al. ,
2008
,
MNRAS
,
386
,
1192

Lyke
B. W.
et al. ,
2020
,
ApJS
,
250
,
8

Milaković
D.
,
Lee
C.-C.
,
Carswell
R. F.
,
Webb
J. K.
,
Molaro
P.
,
Pasquini
L.
,
2021
,
MNRAS
,
500
,
1

Mor
R.
,
Netzer
H.
,
Elitzur
M.
,
2009
,
ApJ
,
705
,
298

Murphy
M. T.
et al. ,
2022
,
A&A
,
658
,
A123

Nakoneczny
S. J.
et al. ,
2021
,
A&A
,
649
,
A81

Nikolenko
S.
,
2021
,
Synthetic Data for Deep Learning
.
Springer Cham
Switzerland
https://doi.org/10.1007/978-3-030-75178-4

Onken
C. A.
et al. ,
2019
,
PASA
,
36
,
e033

Onken
C. A.
,
Wolf
C.
,
Bian
F.
,
Fan
X.
,
Jeat Hon
W.
,
Raithel
D.
,
Tisserand
P.
,
Lai
S.
,
2022
,
MNRAS
,
511
,
572

Pedregosa
F.
et al. ,
2011
,
J. Mach. Learn. Res.
,
12
,
2825

Pérez
F.
,
Granger
B. E.
,
2007
,
Comput. Sci. Eng.
,
9
,
21

Pier
E. A.
,
Krolik
J. H.
,
1993
,
ApJ
,
418
,
673

Prochaska
J. X.
,
2017
,
Astron. Comput.
,
19
,
27

Reis
I.
,
Baron
D.
,
Shahaf
S.
,
2019
,
AJ
,
157
,
16

Richards
G. T.
et al. ,
2002
,
AJ
,
123
,
2945

Richards
G. T.
et al. ,
2006
,
ApJS
,
166
,
470

Schindler
J.-T.
et al. ,
2019a
,
ApJS
,
243
,
5

Schindler
J.-T.
et al. ,
2019b
,
ApJ
,
871
,
258

Sevilla-Noarbe
I.
et al. ,
2021
,
ApJS
,
254
,
24

Skrutskie
M. F.
et al. ,
2006
,
AJ
,
131
,
1163

Sun
W.-H.
,
Malkan
M. A.
,
1989
,
ApJ
,
346
,
68

Vanden Berk
D. E.
et al. ,
2001
,
AJ
,
122
,
549

Véron-Cetty
M. P.
,
Véron
P.
,
2010
,
A&A
,
518
,
A10

Wenzl
L.
et al. ,
2021
,
AJ
,
162
,
72

Wolf
C.
et al. ,
2020
,
MNRAS
,
491
,
1970

Wright
E. L.
et al. ,
2010
,
AJ
,
140
,
1868

Wu
X.-B.
et al. ,
2015
,
Nature
,
518
,
512

APPENDIX A: SPECTROSCOPIC CATALOGUE

Table A1.

Observed sources with a reliable spectroscopic identification. The quoted ipsf magnitude is in the AB photometric system, and targets identified with * show broad absorption lines (BAL QSOs).

QIDRADec.ipsfzspecClassObs. dateInstrument
J2000J2000
181162111:22:35.81–07:33:38.6817.8222.453QSO2021–04–16DOLORES
2812649*12:20:08.04–03:49:43.9916.7593.117QSO2021–04–20LDSS3
381328123:34:45.77–12:20:20.3417.8012.896QSO2021–10–26DOLORES
481973200:24:23.76–14:25:02.7517.9532.328QSO2021–10–11DOLORES
582250211:34:51.50 + 02:02:08.5717.7242.621QSO2021–04–08DOLORES
682320213:18:33.31–02:45:36.2217.8881.404QSO2021–06–25DOLORES
782484200:00:47.92–17:52:39.5117.9401.784QSO2021–10–11DOLORES
882760123:02:11.26–01:34:39.4117.8352.571QSO2021–08–13DOLORES
982791100:35:37.25–05:46:55.6417.9452.908QSO2021–08–13DOLORES
1082868013:52:37.23–10:12:03.9017.4543.275QSO2021–04–17LDSS3
1182905914:07:01.79–24:15:02.3317.7133.057QSO2021–04–17LDSS3
1283047313:47:41.79–08:38:43.2817.9783.205QSO2021–04–17LDSS3
13830592*14:05:29.04–14:05:13.9217.6503.094QSO2021–04–08DOLORES
1483069413:58:35.67–20:22:14.1117.8092.873QSO2021–06–01LDSS3
1583240513:37:51.03–07:42:33.3917.6543.07QSO2021–04–08DOLORES
1683968415:28:45.83–22:57:18.3217.7282.82QSO2021–04–17LDSS3
1784185519:07:51.48–66:06:18.0417.6723.136QSO2021–05–31LDSS3
1884626923:05:17.49–73:05:29.0917.9972.704QSO2021–10–24LDSS3
1984789104:51:46.91–30:44:09.0317.9563.354QSO2021–10–24LDSS3
2084837403:27:03.00–20:10:36.9917.9033.065QSO2021–10–24LDSS3
2185275205:29:07.26–39:58:44.8817.7453.058QSO2021–10–23LDSS3
2285383803:32:15.75–16:59:04.1017.8852.44QSO2021–10–28DOLORES
2385394703:36:41.63–15:27:07.9017.9392.673QSO2021–10–28DOLORES
24856212*21:52:31.21–23:11:15.6617.6232.24QSO2021–07–27LDSS3
25856826*22:06:32.08–23:45:44.5617.6462.6QSO2021–07–24LDSS3
2685802221:02:10.69–14:31:01.8717.8742.78QSO2021–08–12DOLORES
2785818021:57:25.92–10:37:22.8517.9173.117QSO2021–08–13DOLORES
2885997120:55:50.60 + 01:06:15.4617.5910.0Star2021–08–12DOLORES
2986419423:18:06.56–70:28:00.8017.5352.006QSO2021–10–23LDSS3
3086431923:04:13.58–57:16:12.6617.7783.221QSO2021–11–14EFOSC
3186971021:06:31.89–18:45:32.4617.8622.157QSO2021–08–12DOLORES
3287281722:05:46.02–51:58:19.3317.2892.847QSO2021–07–25LDSS3
3387373921:46:15.35–39:38:34.7317.6882.773QSO2021–07–25LDSS3
3487538621:35:11.99–27:50:19.8017.9282.372QSO2021–07–27LDSS3
3587735515:05:59.48–08:34:39.7117.9353.012QSO2021–08–12DOLORES
3687739315:11:32.87–07:20:56.3117.9662.631QSO2021–08–12DOLORES
3787933815:32:08.06–06:13:59.6017.4683.546QSO2021–04–16LDSS3
38889097*00:10:11.97–66:26:55.0817.9612.347QSO2021–11–14EFOSC
3989107022:16:01.07–31:24:53.4317.9382.442QSO2021–11–16EFOSC
4089139723:00:54.63–54:16:17.6817.8873.966QSO2021–11–15EFOSC
4190126711:11:50.60–12:15:54.0017.7922.531QSO2021–04–16DOLORES
4290330010:46:50.77–19:13:36.8217.7672.055QSO2021–04–16DOLORES
4390418811:03:33.29–06:49:52.0517.7052.916QSO2021–04–08DOLORES
4490552001:29:35.26–44:42:22.6617.9732.327QSO2021–10–23LDSS3
4591353310:19:20.03–19:20:40.1717.9162.603QSO2021–04–07DOLORES
4691528010:30:57.17–10:11:02.8017.5952.421QSO2021–04–16DOLORES
47917210*22:29:38.43–55:20:50.0717.7582.749QSO2021–09–23LDSS3
4891787121:05:57.21–52:59:40.1717.6912.424QSO2021–07–27LDSS3
4991919123:19:56.33–48:21:48.7017.6652.695QSO2021–10–24LDSS3
5093888502:44:32.26–57:33:34.8517.8843.238QSO2021–10–24LDSS3
5195166001:19:31.63–51:11:45.4117.8423.586QSO2021–10–23LDSS3
5295487601:49:24.76–72:04:32.3417.8281.899QSO2021–10–24LDSS3
5395657100:36:48.87–48:59:38.1517.9603.046QSO2021–10–23LDSS3
5495814700:56:44.68–48:19:03.5017.9733.201QSO2021–10–24LDSS3
55959812*04:34:30.93–80:37:24.9417.8652.611QSO2021–10–23LDSS3
5696067321:16:29.48–65:20:26.9817.9873.399QSO2021–11–14EFOSC
5796131421:03:45.25–44:43:34.1417.9572.651QSO2021–10–24LDSS3
5896389321:26:52.27–51:00:42.2417.8523.512QSO2021–09–23LDSS3
5996806720:49:21.09–16:43:38.4317.9862.096QSO2021–10–10DOLORES
6096824321:32:06.44–15:46:01.9317.4401.817QSO2021–08–13DOLORES
6197172013:23:51.36–37:11:28.0417.1580.147Galaxy2021–04–16LDSS3
6297726722:54:48.84–64:30:11.4117.9220.048Galaxy2021–10–23LDSS3
6397996022:18:51.08–61:50:43.6317.7603.315QSO2021–07–27LDSS3
6498293822:25:09.49–47:10:06.5017.8512.706QSO2021–07–27LDSS3
6598434114:24:10.85–30:07:10.3717.8292.044QSO2021–06–01LDSS3
6699561723:07:37.73–75:36:23.4817.8482.059QSO2021–10–23LDSS3
67996288*18:51:16.68–76:26:28.5917.9342.466QSO2021–06–01LDSS3
6899780915:44:25.71–13:03:48.9317.8973.226QSO2021–04–17LDSS3
6999938505:16:43.80–39:31:21.8917.8852.916QSO2021–10–23LDSS3
701006739*15:08:13.52–16:46:34.7117.9702.076QSO2021–04–17LDSS3
71100717814:32:46.53–10:59:44.4717.8612.634QSO2021–04–17LDSS3
72100786704:31:07.32–09:14:11.1917.5993.698QSO2021–11–17EFOSC
73101165905:28:09.48–27:21:20.9117.9403.285QSO2021–10–24LDSS3
74101191405:29:52.11–24:27:22.2717.4262.229QSO2021–10–23LDSS3
75101725114:15:00.66–27:55:49.2917.9142.745QSO2021–06–01LDSS3
761017341*14:29:43.45–22:31:08.6917.6862.607QSO2021–06–01LDSS3
771021276*03:04:17.95–54:13:47.5217.8332.73QSO2021–09–22LDSS3
78103032223:28:11.75–32:31:01.7217.7133.565QSO2021–07–24LDSS3
79103068800:03:26.87–32:52:07.5417.8503.808QSO2021–10–23LDSS3
80103248401:01:04.90–40:27:52.0517.9862.998QSO2021–10–23LDSS3
81103473000:51:53.31–19:08:32.1117.8402.709QSO2021–08–13DOLORES
82103489601:26:11.23–31:48:41.9417.9044.016QSO2021–10–24LDSS3
83103579900:01:23.40–19:35:55.6517.4502.665QSO2021–08–13DOLORES
84103644400:34:08.97–39:46:23.3117.9662.672QSO2021–10–23LDSS3
85103684023:43:32.11–39:23:21.0217.9143.921QSO2021–11–15EFOSC
86103807100:07:31.62–19:39:00.7917.9012.794QSO2021–10–11DOLORES
87104059200:39:26.45–13:34:14.6817.9632.453QSO2021–08–13DOLORES
88104275023:24:21.54–31:34:22.1417.3693.546QSO2021–11–15EFOSC
89104279422:51:48.44–36:46:21.7317.9143.658QSO2021–10–24LDSS3
90104331122:21:00.86 + 00:22:36.8317.5530.0Star2021–06–18DOLORES
91105217019:59:01.20–28:26:16.2217.8943.241QSO2021–05–31LDSS3
92105225720:12:14.39–22:56:50.5017.9482.7QSO2021–10–23LDSS3
93105231120:16:24.35–18:46:25.5817.8633.147QSO2021–08–12DOLORES
94105993501:56:08.75 + 02:05:18.7517.7642.917QSO2021–10–27DOLORES
95106407202:21:57.12–14:14:57.1317.9322.625QSO2021–10–28DOLORES
96106763501:41:26.07–16:20:22.1317.7682.862QSO2021–08–13DOLORES
971068979*02:39:30.71–36:29:39.7517.8362.696QSO2021–10–23LDSS3
98106900102:47:10.46–22:02:45.6817.8142.798QSO2021–10–24LDSS3
991070075*00:57:22.37–38:18:52.1017.7742.389QSO2021–10–23LDSS3
100107223802:52:21.09–05:24:25.4917.1623.048QSO2021–10–11DOLORES
101107685604:11:31.15–34:49:45.4517.8082.792QSO2021–11–14EFOSC
102107967303:34:26.48–38:20:52.8817.8983.232QSO2021–10–24LDSS3
103108643304:35:13.59–44:54:40.8917.8453.217QSO2021–10–23LDSS3
104108727619:54:38.01–41:08:31.4217.8532.814QSO2021–06–01LDSS3
105109100003:05:13.35–57:49:52.1517.9612.559QSO2021–10–24LDSS3
106110621003:32:18.91 + 01:56:41.0017.9202.163QSO2021–10–11DOLORES
107110745805:29:06.69–15:46:28.6417.9292.605QSO2021–10–28DOLORES
108111030604:42:23.73 + 00:02:17.2017.8892.349QSO2021–10–28DOLORES
109111161605:31:27.00–49:04:44.0017.8903.207QSO2021–10–23LDSS3
110112899720:17:34.01–52:49:46.7217.9623.206QSO2021–10–23LDSS3
111113866320:35:21.75–11:45:34.2217.9973.03QSO2021–08–12DOLORES
1121140469*12:00:09.95–29:46:09.7617.9513.068QSO2021–04–16LDSS3
113114053411:37:39.59–24:32:53.3517.8313.595QSO2022–02–24LDSS3
114114413205:56:00.65–32:43:13.0717.9954.042QSO2021–10–23LDSS3
115115049315:58:04.57–04:44:05.8717.9511.52QSO2021–06–18DOLORES
116117163009:46:01.67–11:05:51.3217.9372.686QSO2021–04–07DOLORES
117117177809:48:44.41–18:18:32.3917.9553.217QSO2021–04–07DOLORES
118117931304:48:09.10–22:42:08.9717.9343.421QSO2021–10–24LDSS3
119119416604:53:37.98–50:26:20.5317.9623.57QSO2021–09–22LDSS3
120119418604:11:02.50–50:13:46.5917.9093.217QSO2021–11–14EFOSC
121119492503:06:03.60–31:09:44.5817.9652.668QSO2021–11–16EFOSC
122120235204:20:00.72–52:52:26.7517.9983.695QSO2021–11–14EFOSC
1231203737*01:03:30.95–12:44:20.5817.9743.024QSO2021–10–11DOLORES
124120378819:58:03.42–30:21:16.1717.8462.741QSO2021–06–01LDSS3
125132762013:37:47.33–19:58:11.5616.2960.796QSO2021–04–16LDSS3
126133975317:14:21.39 + 08:58:57.8416.4850.0Star2021–06–18DOLORES
127134495213:58:14.92–28:06:10.7516.8382.687QSO2021–04–16LDSS3
1281351549*21:31:54.88 + 08:07:26.7316.8902.703QSO2021–08–12DOLORES
129135168721:43:25.98 + 04:48:34.0316.8550.0Star2021–06–18DOLORES
130135476803:54:51.70 + 11:11:14.4316.9070.0Star2021–10–28DOLORES
131136006917:04:49.71 + 04:30:16.6516.6540.0Star2021–06–18DOLORES
132136314223:04:38.54–52:07:09.5417.0892.08QSO2021–10–24LDSS3
133136462602:32:16.87 + 07:09:51.4017.0230.0Star2021–08–13DOLORES
134136506010:55:44.02 + 05:16:29.2017.0932.811QSO2021–04–07DOLORES
135136799313:52:40.00–29:49:57.0217.1962.662QSO2021–04–16LDSS3
136136849015:35:03.14 + 00:45:04.4917.1460.0Star2021–06–18DOLORES
137137058502:01:09.17 + 07:20:08.4717.1982.481QSO2021–08–13DOLORES
138137227023:38:07.92–32:19:05.6217.2612.54QSO2021–09–24LDSS3
139137409011:32:01.79–13:23:08.8217.2682.763QSO2021–04–08DOLORES
140137740208:53:18.70 + 08:53:24.0717.2752.726QSO2021–11–16EFOSC
141138041503:50:00.38–18:38:26.5417.3223.107QSO2021–10–28DOLORES
142138423704:23:35.74 + 04:11:48.0317.3180.0Star2021–10–28DOLORES
143138483313:49:39.42 + 02:00:21.5517.3533.354QSO2021–04–08DOLORES
144138529615:20:02.20 + 10:50:55.5317.3632.468QSO2021–04–08DOLORES
145138605516:19:05.95 + 06:41:22.6817.4070.0Star2021–08–12DOLORES
146138670222:42:49.59–05:59:23.3117.4152.666QSO2021–08–13DOLORES
147139245712:52:22.75–37:48:16.8017.4913.425QSO2021–04–16LDSS3
148139338921:02:17.81–17:01:55.0817.5092.837QSO2021–08–12DOLORES
149139564811:30:10.63–21:51:51.4017.5543.373QSO2021–04–20LDSS3
150139579311:51:30.64–02:42:42.9917.5242.605QSO2021–04–08DOLORES
1511396709*20:10:18.71–34:34:52.0417.5332.654QSO2021–07–25LDSS3
152139748522:09:08.00–46:34:49.2817.5702.434QSO2021–10–24LDSS3
153139845004:49:42.32–48:39:17.7717.5283.32QSO2021–09–22LDSS3
154139929903:58:56.29 + 04:07:51.5717.5682.819QSO2021–10–11DOLORES
1551400749*22:37:11.66–30:34:12.4817.6832.885QSO2021–07–24LDSS3
156140077822:34:43.75–25:58:57.7617.6503.82QSO2021–07–24LDSS3
157140107222:19:07.66–15:26:17.2517.6102.87QSO2021–08–13DOLORES
158140190600:43:10.10–08:22:54.5617.6352.659QSO2021–08–13DOLORES
159140365414:20:05.46–31:57:51.1817.6692.478QSO2021–04–16LDSS3
160140509223:59:12.73–65:39:58.3117.6082.946QSO2021–11–16EFOSC
161140797217:00:12.13 + 05:23:11.1517.6260.0Star2021–04–17LDSS3
162140801117:18:47.53 + 09:58:05.6117.6400.0Star2021–04–17LDSS3
163140877223:40:29.20–17:14:56.4517.7052.666QSO2021–08–13DOLORES
164141071406:06:56.47–41:57:24.6017.7092.44QSO2021–10–23LDSS3
165141142514:19:27.92–29:33:06.0317.7612.517QSO2021–06–01LDSS3
166141259018:36:02.62–75:15:13.5017.7362.592QSO2021–06–01LDSS3
167141270920:36:38.67–74:44:34.7717.7753.523QSO2021–07–25LDSS3
168141438821:40:12.05 + 07:38:56.5717.7520.0Star2021–06–18DOLORES
1691414414*22:26:00.20 + 03:10:45.2617.7362.573QSO2021–10–10DOLORES
170141605021:39:03.54–17:28:45.4917.8121.844QSO2021–08–13DOLORES
1711416355*23:48:44.91–18:58:57.8217.8962.352QSO2021–08–13DOLORES
1721417060*01:43:26.02–22:19:06.6717.8052.866QSO2021–10–23LDSS3
173141710101:18:08.40–14:39:54.0517.8623.432QSO2021–10–11DOLORES
174141797303:49:40.22–19:04:01.1717.8202.998QSO2021–10–28DOLORES
175141800703:49:27.90–13:39:29.2917.8182.552QSO2021–10–28DOLORES
176141806804:12:07.76–07:26:41.3417.8103.155QSO2021–10–28DOLORES
1771418187*05:35:35.58–22:43:18.8717.8302.781QSO2021–10–23LDSS3
1781418636*11:40:44.94–14:00:06.9517.8022.372QSO2021–04–16DOLORES
179141902814:18:22.49–29:50:16.2317.8282.621QSO2021–04–16LDSS3
180141986620:23:45.02–30:02:43.0817.8682.922QSO2021–07–27LDSS3
181142023420:00:44.85–52:57:01.6717.8743.431QSO2021–09–23LDSS3
182142034320:25:25.75–87:20:08.2817.8392.995QSO2021–10–23LDSS3
1831420637*23:54:09.70–59:33:54.6517.8843.318QSO2021–11–14EFOSC
184142171504:24:21.65–42:43:56.1117.8683.341QSO2021–09–22LDSS3
185142306116:38:36.96 + 06:21:14.5717.8900.408Galaxy2021–06–18DOLORES
1861424197*01:13:39.52–32:00:39.8817.9602.873QSO2021–10–24LDSS3
187142432802:02:03.86–28:45:13.1117.9842.745QSO2021–10–24LDSS3
188142470600:57:22.23–12:28:39.6717.9903.242QSO2021–08–13DOLORES
1891424813*02:00:58.93–18:50:10.8517.9753.05QSO2021–08–13DOLORES
190142576405:20:11.95–22:12:38.0717.9073.217QSO2021–10–24LDSS3
191142577105:40:40.99–25:37:35.7917.9823.541QSO2021–10–23LDSS3
192142587504:51:12.27–03:54:52.7217.9072.515QSO2021–10–28DOLORES
193142603209:46:17.18–19:43:25.2517.9184.096QSO2021–11–16EFOSC
194142651513:12:15.49–33:53:35.8917.9783.945QSO2021–04–16LDSS3
195142654013:17:41.33–31:29:30.0117.9493.128QSO2021–04–16LDSS3
196142700913:05:51.74–08:46:20.5317.9753.009QSO2021–06–17DOLORES
197142710814:52:08.88–13:27:35.2917.9793.125QSO2021–04–08DOLORES
198142751419:50:09.10–36:12:17.3417.9122.316QSO2021–06–01LDSS3
199142793819:46:00.82–54:33:54.2417.9993.376QSO2021–05–31LDSS3
200142797918:58:41.72–64:49:24.1117.9912.328QSO2021–06–01LDSS3
201142803919:33:00.37–72:19:35.6317.9723.084QSO2021–05–31LDSS3
2021429220*02:14:28.51–59:11:43.9417.9873.956QSO2021–09–24LDSS3
203142984404:06:53.40–42:46:44.7417.9913.798QSO2021–11–15EFOSC
204143086821:59:59.36–83:39:50.9417.9373.709QSO2021–07–24LDSS3
205143091120:55:20.45–55:28:15.2217.9123.427QSO2021–09–23LDSS3
206143105300:02:58.83–46:19:43.8117.9432.455QSO2021–10–24LDSS3
QIDRADec.ipsfzspecClassObs. dateInstrument
J2000J2000
181162111:22:35.81–07:33:38.6817.8222.453QSO2021–04–16DOLORES
2812649*12:20:08.04–03:49:43.9916.7593.117QSO2021–04–20LDSS3
381328123:34:45.77–12:20:20.3417.8012.896QSO2021–10–26DOLORES
481973200:24:23.76–14:25:02.7517.9532.328QSO2021–10–11DOLORES
582250211:34:51.50 + 02:02:08.5717.7242.621QSO2021–04–08DOLORES
682320213:18:33.31–02:45:36.2217.8881.404QSO2021–06–25DOLORES
782484200:00:47.92–17:52:39.5117.9401.784QSO2021–10–11DOLORES
882760123:02:11.26–01:34:39.4117.8352.571QSO2021–08–13DOLORES
982791100:35:37.25–05:46:55.6417.9452.908QSO2021–08–13DOLORES
1082868013:52:37.23–10:12:03.9017.4543.275QSO2021–04–17LDSS3
1182905914:07:01.79–24:15:02.3317.7133.057QSO2021–04–17LDSS3
1283047313:47:41.79–08:38:43.2817.9783.205QSO2021–04–17LDSS3
13830592*14:05:29.04–14:05:13.9217.6503.094QSO2021–04–08DOLORES
1483069413:58:35.67–20:22:14.1117.8092.873QSO2021–06–01LDSS3
1583240513:37:51.03–07:42:33.3917.6543.07QSO2021–04–08DOLORES
1683968415:28:45.83–22:57:18.3217.7282.82QSO2021–04–17LDSS3
1784185519:07:51.48–66:06:18.0417.6723.136QSO2021–05–31LDSS3
1884626923:05:17.49–73:05:29.0917.9972.704QSO2021–10–24LDSS3
1984789104:51:46.91–30:44:09.0317.9563.354QSO2021–10–24LDSS3
2084837403:27:03.00–20:10:36.9917.9033.065QSO2021–10–24LDSS3
2185275205:29:07.26–39:58:44.8817.7453.058QSO2021–10–23LDSS3
2285383803:32:15.75–16:59:04.1017.8852.44QSO2021–10–28DOLORES
2385394703:36:41.63–15:27:07.9017.9392.673QSO2021–10–28DOLORES
24856212*21:52:31.21–23:11:15.6617.6232.24QSO2021–07–27LDSS3
25856826*22:06:32.08–23:45:44.5617.6462.6QSO2021–07–24LDSS3
2685802221:02:10.69–14:31:01.8717.8742.78QSO2021–08–12DOLORES
2785818021:57:25.92–10:37:22.8517.9173.117QSO2021–08–13DOLORES
2885997120:55:50.60 + 01:06:15.4617.5910.0Star2021–08–12DOLORES
2986419423:18:06.56–70:28:00.8017.5352.006QSO2021–10–23LDSS3
3086431923:04:13.58–57:16:12.6617.7783.221QSO2021–11–14EFOSC
3186971021:06:31.89–18:45:32.4617.8622.157QSO2021–08–12DOLORES
3287281722:05:46.02–51:58:19.3317.2892.847QSO2021–07–25LDSS3
3387373921:46:15.35–39:38:34.7317.6882.773QSO2021–07–25LDSS3
3487538621:35:11.99–27:50:19.8017.9282.372QSO2021–07–27LDSS3
3587735515:05:59.48–08:34:39.7117.9353.012QSO2021–08–12DOLORES
3687739315:11:32.87–07:20:56.3117.9662.631QSO2021–08–12DOLORES
3787933815:32:08.06–06:13:59.6017.4683.546QSO2021–04–16LDSS3
38889097*00:10:11.97–66:26:55.0817.9612.347QSO2021–11–14EFOSC
3989107022:16:01.07–31:24:53.4317.9382.442QSO2021–11–16EFOSC
4089139723:00:54.63–54:16:17.6817.8873.966QSO2021–11–15EFOSC
4190126711:11:50.60–12:15:54.0017.7922.531QSO2021–04–16DOLORES
4290330010:46:50.77–19:13:36.8217.7672.055QSO2021–04–16DOLORES
4390418811:03:33.29–06:49:52.0517.7052.916QSO2021–04–08DOLORES
4490552001:29:35.26–44:42:22.6617.9732.327QSO2021–10–23LDSS3
4591353310:19:20.03–19:20:40.1717.9162.603QSO2021–04–07DOLORES
4691528010:30:57.17–10:11:02.8017.5952.421QSO2021–04–16DOLORES
47917210*22:29:38.43–55:20:50.0717.7582.749QSO2021–09–23LDSS3
4891787121:05:57.21–52:59:40.1717.6912.424QSO2021–07–27LDSS3
4991919123:19:56.33–48:21:48.7017.6652.695QSO2021–10–24LDSS3
5093888502:44:32.26–57:33:34.8517.8843.238QSO2021–10–24LDSS3
5195166001:19:31.63–51:11:45.4117.8423.586QSO2021–10–23LDSS3
5295487601:49:24.76–72:04:32.3417.8281.899QSO2021–10–24LDSS3
5395657100:36:48.87–48:59:38.1517.9603.046QSO2021–10–23LDSS3
5495814700:56:44.68–48:19:03.5017.9733.201QSO2021–10–24LDSS3
55959812*04:34:30.93–80:37:24.9417.8652.611QSO2021–10–23LDSS3
5696067321:16:29.48–65:20:26.9817.9873.399QSO2021–11–14EFOSC
5796131421:03:45.25–44:43:34.1417.9572.651QSO2021–10–24LDSS3
5896389321:26:52.27–51:00:42.2417.8523.512QSO2021–09–23LDSS3
5996806720:49:21.09–16:43:38.4317.9862.096QSO2021–10–10DOLORES
6096824321:32:06.44–15:46:01.9317.4401.817QSO2021–08–13DOLORES
6197172013:23:51.36–37:11:28.0417.1580.147Galaxy2021–04–16LDSS3
6297726722:54:48.84–64:30:11.4117.9220.048Galaxy2021–10–23LDSS3
6397996022:18:51.08–61:50:43.6317.7603.315QSO2021–07–27LDSS3
6498293822:25:09.49–47:10:06.5017.8512.706QSO2021–07–27LDSS3
6598434114:24:10.85–30:07:10.3717.8292.044QSO2021–06–01LDSS3
6699561723:07:37.73–75:36:23.4817.8482.059QSO2021–10–23LDSS3
67996288*18:51:16.68–76:26:28.5917.9342.466QSO2021–06–01LDSS3
6899780915:44:25.71–13:03:48.9317.8973.226QSO2021–04–17LDSS3
6999938505:16:43.80–39:31:21.8917.8852.916QSO2021–10–23LDSS3
701006739*15:08:13.52–16:46:34.7117.9702.076QSO2021–04–17LDSS3
71100717814:32:46.53–10:59:44.4717.8612.634QSO2021–04–17LDSS3
72100786704:31:07.32–09:14:11.1917.5993.698QSO2021–11–17EFOSC
73101165905:28:09.48–27:21:20.9117.9403.285QSO2021–10–24LDSS3
74101191405:29:52.11–24:27:22.2717.4262.229QSO2021–10–23LDSS3
75101725114:15:00.66–27:55:49.2917.9142.745QSO2021–06–01LDSS3
761017341*14:29:43.45–22:31:08.6917.6862.607QSO2021–06–01LDSS3
771021276*03:04:17.95–54:13:47.5217.8332.73QSO2021–09–22LDSS3
78103032223:28:11.75–32:31:01.7217.7133.565QSO2021–07–24LDSS3
79103068800:03:26.87–32:52:07.5417.8503.808QSO2021–10–23LDSS3
80103248401:01:04.90–40:27:52.0517.9862.998QSO2021–10–23LDSS3
81103473000:51:53.31–19:08:32.1117.8402.709QSO2021–08–13DOLORES
82103489601:26:11.23–31:48:41.9417.9044.016QSO2021–10–24LDSS3
83103579900:01:23.40–19:35:55.6517.4502.665QSO2021–08–13DOLORES
84103644400:34:08.97–39:46:23.3117.9662.672QSO2021–10–23LDSS3
85103684023:43:32.11–39:23:21.0217.9143.921QSO2021–11–15EFOSC
86103807100:07:31.62–19:39:00.7917.9012.794QSO2021–10–11DOLORES
87104059200:39:26.45–13:34:14.6817.9632.453QSO2021–08–13DOLORES
88104275023:24:21.54–31:34:22.1417.3693.546QSO2021–11–15EFOSC
89104279422:51:48.44–36:46:21.7317.9143.658QSO2021–10–24LDSS3
90104331122:21:00.86 + 00:22:36.8317.5530.0Star2021–06–18DOLORES
91105217019:59:01.20–28:26:16.2217.8943.241QSO2021–05–31LDSS3
92105225720:12:14.39–22:56:50.5017.9482.7QSO2021–10–23LDSS3
93105231120:16:24.35–18:46:25.5817.8633.147QSO2021–08–12DOLORES
94105993501:56:08.75 + 02:05:18.7517.7642.917QSO2021–10–27DOLORES
95106407202:21:57.12–14:14:57.1317.9322.625QSO2021–10–28DOLORES
96106763501:41:26.07–16:20:22.1317.7682.862QSO2021–08–13DOLORES
971068979*02:39:30.71–36:29:39.7517.8362.696QSO2021–10–23LDSS3
98106900102:47:10.46–22:02:45.6817.8142.798QSO2021–10–24LDSS3
991070075*00:57:22.37–38:18:52.1017.7742.389QSO2021–10–23LDSS3
100107223802:52:21.09–05:24:25.4917.1623.048QSO2021–10–11DOLORES
101107685604:11:31.15–34:49:45.4517.8082.792QSO2021–11–14EFOSC
102107967303:34:26.48–38:20:52.8817.8983.232QSO2021–10–24LDSS3
103108643304:35:13.59–44:54:40.8917.8453.217QSO2021–10–23LDSS3
104108727619:54:38.01–41:08:31.4217.8532.814QSO2021–06–01LDSS3
105109100003:05:13.35–57:49:52.1517.9612.559QSO2021–10–24LDSS3
106110621003:32:18.91 + 01:56:41.0017.9202.163QSO2021–10–11DOLORES
107110745805:29:06.69–15:46:28.6417.9292.605QSO2021–10–28DOLORES
108111030604:42:23.73 + 00:02:17.2017.8892.349QSO2021–10–28DOLORES
109111161605:31:27.00–49:04:44.0017.8903.207QSO2021–10–23LDSS3
110112899720:17:34.01–52:49:46.7217.9623.206QSO2021–10–23LDSS3
111113866320:35:21.75–11:45:34.2217.9973.03QSO2021–08–12DOLORES
1121140469*12:00:09.95–29:46:09.7617.9513.068QSO2021–04–16LDSS3
113114053411:37:39.59–24:32:53.3517.8313.595QSO2022–02–24LDSS3
114114413205:56:00.65–32:43:13.0717.9954.042QSO2021–10–23LDSS3
115115049315:58:04.57–04:44:05.8717.9511.52QSO2021–06–18DOLORES
116117163009:46:01.67–11:05:51.3217.9372.686QSO2021–04–07DOLORES
117117177809:48:44.41–18:18:32.3917.9553.217QSO2021–04–07DOLORES
118117931304:48:09.10–22:42:08.9717.9343.421QSO2021–10–24LDSS3
119119416604:53:37.98–50:26:20.5317.9623.57QSO2021–09–22LDSS3
120119418604:11:02.50–50:13:46.5917.9093.217QSO2021–11–14EFOSC
121119492503:06:03.60–31:09:44.5817.9652.668QSO2021–11–16EFOSC
122120235204:20:00.72–52:52:26.7517.9983.695QSO2021–11–14EFOSC
1231203737*01:03:30.95–12:44:20.5817.9743.024QSO2021–10–11DOLORES
124120378819:58:03.42–30:21:16.1717.8462.741QSO2021–06–01LDSS3
125132762013:37:47.33–19:58:11.5616.2960.796QSO2021–04–16LDSS3
126133975317:14:21.39 + 08:58:57.8416.4850.0Star2021–06–18DOLORES
127134495213:58:14.92–28:06:10.7516.8382.687QSO2021–04–16LDSS3
1281351549*21:31:54.88 + 08:07:26.7316.8902.703QSO2021–08–12DOLORES
129135168721:43:25.98 + 04:48:34.0316.8550.0Star2021–06–18DOLORES
130135476803:54:51.70 + 11:11:14.4316.9070.0Star2021–10–28DOLORES
131136006917:04:49.71 + 04:30:16.6516.6540.0Star2021–06–18DOLORES
132136314223:04:38.54–52:07:09.5417.0892.08QSO2021–10–24LDSS3
133136462602:32:16.87 + 07:09:51.4017.0230.0Star2021–08–13DOLORES
134136506010:55:44.02 + 05:16:29.2017.0932.811QSO2021–04–07DOLORES
135136799313:52:40.00–29:49:57.0217.1962.662QSO2021–04–16LDSS3
136136849015:35:03.14 + 00:45:04.4917.1460.0Star2021–06–18DOLORES
137137058502:01:09.17 + 07:20:08.4717.1982.481QSO2021–08–13DOLORES
138137227023:38:07.92–32:19:05.6217.2612.54QSO2021–09–24LDSS3
139137409011:32:01.79–13:23:08.8217.2682.763QSO2021–04–08DOLORES
140137740208:53:18.70 + 08:53:24.0717.2752.726QSO2021–11–16EFOSC
141138041503:50:00.38–18:38:26.5417.3223.107QSO2021–10–28DOLORES
142138423704:23:35.74 + 04:11:48.0317.3180.0Star2021–10–28DOLORES
143138483313:49:39.42 + 02:00:21.5517.3533.354QSO2021–04–08DOLORES
144138529615:20:02.20 + 10:50:55.5317.3632.468QSO2021–04–08DOLORES
145138605516:19:05.95 + 06:41:22.6817.4070.0Star2021–08–12DOLORES
146138670222:42:49.59–05:59:23.3117.4152.666QSO2021–08–13DOLORES
147139245712:52:22.75–37:48:16.8017.4913.425QSO2021–04–16LDSS3
148139338921:02:17.81–17:01:55.0817.5092.837QSO2021–08–12DOLORES
149139564811:30:10.63–21:51:51.4017.5543.373QSO2021–04–20LDSS3
150139579311:51:30.64–02:42:42.9917.5242.605QSO2021–04–08DOLORES
1511396709*20:10:18.71–34:34:52.0417.5332.654QSO2021–07–25LDSS3
152139748522:09:08.00–46:34:49.2817.5702.434QSO2021–10–24LDSS3
153139845004:49:42.32–48:39:17.7717.5283.32QSO2021–09–22LDSS3
154139929903:58:56.29 + 04:07:51.5717.5682.819QSO2021–10–11DOLORES
1551400749*22:37:11.66–30:34:12.4817.6832.885QSO2021–07–24LDSS3
156140077822:34:43.75–25:58:57.7617.6503.82QSO2021–07–24LDSS3
157140107222:19:07.66–15:26:17.2517.6102.87QSO2021–08–13DOLORES
158140190600:43:10.10–08:22:54.5617.6352.659QSO2021–08–13DOLORES
159140365414:20:05.46–31:57:51.1817.6692.478QSO2021–04–16LDSS3
160140509223:59:12.73–65:39:58.3117.6082.946QSO2021–11–16EFOSC
161140797217:00:12.13 + 05:23:11.1517.6260.0Star2021–04–17LDSS3
162140801117:18:47.53 + 09:58:05.6117.6400.0Star2021–04–17LDSS3
163140877223:40:29.20–17:14:56.4517.7052.666QSO2021–08–13DOLORES
164141071406:06:56.47–41:57:24.6017.7092.44QSO2021–10–23LDSS3
165141142514:19:27.92–29:33:06.0317.7612.517QSO2021–06–01LDSS3
166141259018:36:02.62–75:15:13.5017.7362.592QSO2021–06–01LDSS3
167141270920:36:38.67–74:44:34.7717.7753.523QSO2021–07–25LDSS3
168141438821:40:12.05 + 07:38:56.5717.7520.0Star2021–06–18DOLORES
1691414414*22:26:00.20 + 03:10:45.2617.7362.573QSO2021–10–10DOLORES
170141605021:39:03.54–17:28:45.4917.8121.844QSO2021–08–13DOLORES
1711416355*23:48:44.91–18:58:57.8217.8962.352QSO2021–08–13DOLORES
1721417060*01:43:26.02–22:19:06.6717.8052.866QSO2021–10–23LDSS3
173141710101:18:08.40–14:39:54.0517.8623.432QSO2021–10–11DOLORES
174141797303:49:40.22–19:04:01.1717.8202.998QSO2021–10–28DOLORES
175141800703:49:27.90–13:39:29.2917.8182.552QSO2021–10–28DOLORES
176141806804:12:07.76–07:26:41.3417.8103.155QSO2021–10–28DOLORES
1771418187*05:35:35.58–22:43:18.8717.8302.781QSO2021–10–23LDSS3
1781418636*11:40:44.94–14:00:06.9517.8022.372QSO2021–04–16DOLORES
179141902814:18:22.49–29:50:16.2317.8282.621QSO2021–04–16LDSS3
180141986620:23:45.02–30:02:43.0817.8682.922QSO2021–07–27LDSS3
181142023420:00:44.85–52:57:01.6717.8743.431QSO2021–09–23LDSS3
182142034320:25:25.75–87:20:08.2817.8392.995QSO2021–10–23LDSS3
1831420637*23:54:09.70–59:33:54.6517.8843.318QSO2021–11–14EFOSC
184142171504:24:21.65–42:43:56.1117.8683.341QSO2021–09–22LDSS3
185142306116:38:36.96 + 06:21:14.5717.8900.408Galaxy2021–06–18DOLORES
1861424197*01:13:39.52–32:00:39.8817.9602.873QSO2021–10–24LDSS3
187142432802:02:03.86–28:45:13.1117.9842.745QSO2021–10–24LDSS3
188142470600:57:22.23–12:28:39.6717.9903.242QSO2021–08–13DOLORES
1891424813*02:00:58.93–18:50:10.8517.9753.05QSO2021–08–13DOLORES
190142576405:20:11.95–22:12:38.0717.9073.217QSO2021–10–24LDSS3
191142577105:40:40.99–25:37:35.7917.9823.541QSO2021–10–23LDSS3
192142587504:51:12.27–03:54:52.7217.9072.515QSO2021–10–28DOLORES
193142603209:46:17.18–19:43:25.2517.9184.096QSO2021–11–16EFOSC
194142651513:12:15.49–33:53:35.8917.9783.945QSO2021–04–16LDSS3
195142654013:17:41.33–31:29:30.0117.9493.128QSO2021–04–16LDSS3
196142700913:05:51.74–08:46:20.5317.9753.009QSO2021–06–17DOLORES
197142710814:52:08.88–13:27:35.2917.9793.125QSO2021–04–08DOLORES
198142751419:50:09.10–36:12:17.3417.9122.316QSO2021–06–01LDSS3
199142793819:46:00.82–54:33:54.2417.9993.376QSO2021–05–31LDSS3
200142797918:58:41.72–64:49:24.1117.9912.328QSO2021–06–01LDSS3
201142803919:33:00.37–72:19:35.6317.9723.084QSO2021–05–31LDSS3
2021429220*02:14:28.51–59:11:43.9417.9873.956QSO2021–09–24LDSS3
203142984404:06:53.40–42:46:44.7417.9913.798QSO2021–11–15EFOSC
204143086821:59:59.36–83:39:50.9417.9373.709QSO2021–07–24LDSS3
205143091120:55:20.45–55:28:15.2217.9123.427QSO2021–09–23LDSS3
206143105300:02:58.83–46:19:43.8117.9432.455QSO2021–10–24LDSS3
Table A1.

Observed sources with a reliable spectroscopic identification. The quoted ipsf magnitude is in the AB photometric system, and targets identified with * show broad absorption lines (BAL QSOs).

QIDRADec.ipsfzspecClassObs. dateInstrument
J2000J2000
181162111:22:35.81–07:33:38.6817.8222.453QSO2021–04–16DOLORES
2812649*12:20:08.04–03:49:43.9916.7593.117QSO2021–04–20LDSS3
381328123:34:45.77–12:20:20.3417.8012.896QSO2021–10–26DOLORES
481973200:24:23.76–14:25:02.7517.9532.328QSO2021–10–11DOLORES
582250211:34:51.50 + 02:02:08.5717.7242.621QSO2021–04–08DOLORES
682320213:18:33.31–02:45:36.2217.8881.404QSO2021–06–25DOLORES
782484200:00:47.92–17:52:39.5117.9401.784QSO2021–10–11DOLORES
882760123:02:11.26–01:34:39.4117.8352.571QSO2021–08–13DOLORES
982791100:35:37.25–05:46:55.6417.9452.908QSO2021–08–13DOLORES
1082868013:52:37.23–10:12:03.9017.4543.275QSO2021–04–17LDSS3
1182905914:07:01.79–24:15:02.3317.7133.057QSO2021–04–17LDSS3
1283047313:47:41.79–08:38:43.2817.9783.205QSO2021–04–17LDSS3
13830592*14:05:29.04–14:05:13.9217.6503.094QSO2021–04–08DOLORES
1483069413:58:35.67–20:22:14.1117.8092.873QSO2021–06–01LDSS3
1583240513:37:51.03–07:42:33.3917.6543.07QSO2021–04–08DOLORES
1683968415:28:45.83–22:57:18.3217.7282.82QSO2021–04–17LDSS3
1784185519:07:51.48–66:06:18.0417.6723.136QSO2021–05–31LDSS3
1884626923:05:17.49–73:05:29.0917.9972.704QSO2021–10–24LDSS3
1984789104:51:46.91–30:44:09.0317.9563.354QSO2021–10–24LDSS3
2084837403:27:03.00–20:10:36.9917.9033.065QSO2021–10–24LDSS3
2185275205:29:07.26–39:58:44.8817.7453.058QSO2021–10–23LDSS3
2285383803:32:15.75–16:59:04.1017.8852.44QSO2021–10–28DOLORES
2385394703:36:41.63–15:27:07.9017.9392.673QSO2021–10–28DOLORES
24856212*21:52:31.21–23:11:15.6617.6232.24QSO2021–07–27LDSS3
25856826*22:06:32.08–23:45:44.5617.6462.6QSO2021–07–24LDSS3
2685802221:02:10.69–14:31:01.8717.8742.78QSO2021–08–12DOLORES
2785818021:57:25.92–10:37:22.8517.9173.117QSO2021–08–13DOLORES
2885997120:55:50.60 + 01:06:15.4617.5910.0Star2021–08–12DOLORES
2986419423:18:06.56–70:28:00.8017.5352.006QSO2021–10–23LDSS3
3086431923:04:13.58–57:16:12.6617.7783.221QSO2021–11–14EFOSC
3186971021:06:31.89–18:45:32.4617.8622.157QSO2021–08–12DOLORES
3287281722:05:46.02–51:58:19.3317.2892.847QSO2021–07–25LDSS3
3387373921:46:15.35–39:38:34.7317.6882.773QSO2021–07–25LDSS3
3487538621:35:11.99–27:50:19.8017.9282.372QSO2021–07–27LDSS3
3587735515:05:59.48–08:34:39.7117.9353.012QSO2021–08–12DOLORES
3687739315:11:32.87–07:20:56.3117.9662.631QSO2021–08–12DOLORES
3787933815:32:08.06–06:13:59.6017.4683.546QSO2021–04–16LDSS3
38889097*00:10:11.97–66:26:55.0817.9612.347QSO2021–11–14EFOSC
3989107022:16:01.07–31:24:53.4317.9382.442QSO2021–11–16EFOSC
4089139723:00:54.63–54:16:17.6817.8873.966QSO2021–11–15EFOSC
4190126711:11:50.60–12:15:54.0017.7922.531QSO2021–04–16DOLORES
4290330010:46:50.77–19:13:36.8217.7672.055QSO2021–04–16DOLORES
4390418811:03:33.29–06:49:52.0517.7052.916QSO2021–04–08DOLORES
4490552001:29:35.26–44:42:22.6617.9732.327QSO2021–10–23LDSS3
4591353310:19:20.03–19:20:40.1717.9162.603QSO2021–04–07DOLORES
4691528010:30:57.17–10:11:02.8017.5952.421QSO2021–04–16DOLORES
47917210*22:29:38.43–55:20:50.0717.7582.749QSO2021–09–23LDSS3
4891787121:05:57.21–52:59:40.1717.6912.424QSO2021–07–27LDSS3
4991919123:19:56.33–48:21:48.7017.6652.695QSO2021–10–24LDSS3
5093888502:44:32.26–57:33:34.8517.8843.238QSO2021–10–24LDSS3
5195166001:19:31.63–51:11:45.4117.8423.586QSO2021–10–23LDSS3
5295487601:49:24.76–72:04:32.3417.8281.899QSO2021–10–24LDSS3
5395657100:36:48.87–48:59:38.1517.9603.046QSO2021–10–23LDSS3
5495814700:56:44.68–48:19:03.5017.9733.201QSO2021–10–24LDSS3
55959812*04:34:30.93–80:37:24.9417.8652.611QSO2021–10–23LDSS3
5696067321:16:29.48–65:20:26.9817.9873.399QSO2021–11–14EFOSC
5796131421:03:45.25–44:43:34.1417.9572.651QSO2021–10–24LDSS3
5896389321:26:52.27–51:00:42.2417.8523.512QSO2021–09–23LDSS3
5996806720:49:21.09–16:43:38.4317.9862.096QSO2021–10–10DOLORES
6096824321:32:06.44–15:46:01.9317.4401.817QSO2021–08–13DOLORES
6197172013:23:51.36–37:11:28.0417.1580.147Galaxy2021–04–16LDSS3
6297726722:54:48.84–64:30:11.4117.9220.048Galaxy2021–10–23LDSS3
6397996022:18:51.08–61:50:43.6317.7603.315QSO2021–07–27LDSS3
6498293822:25:09.49–47:10:06.5017.8512.706QSO2021–07–27LDSS3
6598434114:24:10.85–30:07:10.3717.8292.044QSO2021–06–01LDSS3
6699561723:07:37.73–75:36:23.4817.8482.059QSO2021–10–23LDSS3
67996288*18:51:16.68–76:26:28.5917.9342.466QSO2021–06–01LDSS3
6899780915:44:25.71–13:03:48.9317.8973.226QSO2021–04–17LDSS3
6999938505:16:43.80–39:31:21.8917.8852.916QSO2021–10–23LDSS3
701006739*15:08:13.52–16:46:34.7117.9702.076QSO2021–04–17LDSS3
71100717814:32:46.53–10:59:44.4717.8612.634QSO2021–04–17LDSS3
72100786704:31:07.32–09:14:11.1917.5993.698QSO2021–11–17EFOSC
73101165905:28:09.48–27:21:20.9117.9403.285QSO2021–10–24LDSS3
74101191405:29:52.11–24:27:22.2717.4262.229QSO2021–10–23LDSS3
75101725114:15:00.66–27:55:49.2917.9142.745QSO2021–06–01LDSS3
761017341*14:29:43.45–22:31:08.6917.6862.607QSO2021–06–01LDSS3
771021276*03:04:17.95–54:13:47.5217.8332.73QSO2021–09–22LDSS3
78103032223:28:11.75–32:31:01.7217.7133.565QSO2021–07–24LDSS3
79103068800:03:26.87–32:52:07.5417.8503.808QSO2021–10–23LDSS3
80103248401:01:04.90–40:27:52.0517.9862.998QSO2021–10–23LDSS3
81103473000:51:53.31–19:08:32.1117.8402.709QSO2021–08–13DOLORES
82103489601:26:11.23–31:48:41.9417.9044.016QSO2021–10–24LDSS3
83103579900:01:23.40–19:35:55.6517.4502.665QSO2021–08–13DOLORES
84103644400:34:08.97–39:46:23.3117.9662.672QSO2021–10–23LDSS3
85103684023:43:32.11–39:23:21.0217.9143.921QSO2021–11–15EFOSC
86103807100:07:31.62–19:39:00.7917.9012.794QSO2021–10–11DOLORES
87104059200:39:26.45–13:34:14.6817.9632.453QSO2021–08–13DOLORES
88104275023:24:21.54–31:34:22.1417.3693.546QSO2021–11–15EFOSC
89104279422:51:48.44–36:46:21.7317.9143.658QSO2021–10–24LDSS3
90104331122:21:00.86 + 00:22:36.8317.5530.0Star2021–06–18DOLORES
91105217019:59:01.20–28:26:16.2217.8943.241QSO2021–05–31LDSS3
92105225720:12:14.39–22:56:50.5017.9482.7QSO2021–10–23LDSS3
93105231120:16:24.35–18:46:25.5817.8633.147QSO2021–08–12DOLORES
94105993501:56:08.75 + 02:05:18.7517.7642.917QSO2021–10–27DOLORES
95106407202:21:57.12–14:14:57.1317.9322.625QSO2021–10–28DOLORES
96106763501:41:26.07–16:20:22.1317.7682.862QSO2021–08–13DOLORES
971068979*02:39:30.71–36:29:39.7517.8362.696QSO2021–10–23LDSS3
98106900102:47:10.46–22:02:45.6817.8142.798QSO2021–10–24LDSS3
991070075*00:57:22.37–38:18:52.1017.7742.389QSO2021–10–23LDSS3
100107223802:52:21.09–05:24:25.4917.1623.048QSO2021–10–11DOLORES
101107685604:11:31.15–34:49:45.4517.8082.792QSO2021–11–14EFOSC
102107967303:34:26.48–38:20:52.8817.8983.232QSO2021–10–24LDSS3
103108643304:35:13.59–44:54:40.8917.8453.217QSO2021–10–23LDSS3
104108727619:54:38.01–41:08:31.4217.8532.814QSO2021–06–01LDSS3
105109100003:05:13.35–57:49:52.1517.9612.559QSO2021–10–24LDSS3
106110621003:32:18.91 + 01:56:41.0017.9202.163QSO2021–10–11DOLORES
107110745805:29:06.69–15:46:28.6417.9292.605QSO2021–10–28DOLORES
108111030604:42:23.73 + 00:02:17.2017.8892.349QSO2021–10–28DOLORES
109111161605:31:27.00–49:04:44.0017.8903.207QSO2021–10–23LDSS3
110112899720:17:34.01–52:49:46.7217.9623.206QSO2021–10–23LDSS3
111113866320:35:21.75–11:45:34.2217.9973.03QSO2021–08–12DOLORES
1121140469*12:00:09.95–29:46:09.7617.9513.068QSO2021–04–16LDSS3
113114053411:37:39.59–24:32:53.3517.8313.595QSO2022–02–24LDSS3
114114413205:56:00.65–32:43:13.0717.9954.042QSO2021–10–23LDSS3
115115049315:58:04.57–04:44:05.8717.9511.52QSO2021–06–18DOLORES
116117163009:46:01.67–11:05:51.3217.9372.686QSO2021–04–07DOLORES
117117177809:48:44.41–18:18:32.3917.9553.217QSO2021–04–07DOLORES
118117931304:48:09.10–22:42:08.9717.9343.421QSO2021–10–24LDSS3
119119416604:53:37.98–50:26:20.5317.9623.57QSO2021–09–22LDSS3
120119418604:11:02.50–50:13:46.5917.9093.217QSO2021–11–14EFOSC
121119492503:06:03.60–31:09:44.5817.9652.668QSO2021–11–16EFOSC
122120235204:20:00.72–52:52:26.7517.9983.695QSO2021–11–14EFOSC
1231203737*01:03:30.95–12:44:20.5817.9743.024QSO2021–10–11DOLORES
124120378819:58:03.42–30:21:16.1717.8462.741QSO2021–06–01LDSS3
125132762013:37:47.33–19:58:11.5616.2960.796QSO2021–04–16LDSS3
126133975317:14:21.39 + 08:58:57.8416.4850.0Star2021–06–18DOLORES
127134495213:58:14.92–28:06:10.7516.8382.687QSO2021–04–16LDSS3
1281351549*21:31:54.88 + 08:07:26.7316.8902.703QSO2021–08–12DOLORES
129135168721:43:25.98 + 04:48:34.0316.8550.0Star2021–06–18DOLORES
130135476803:54:51.70 + 11:11:14.4316.9070.0Star2021–10–28DOLORES
131136006917:04:49.71 + 04:30:16.6516.6540.0Star2021–06–18DOLORES
132136314223:04:38.54–52:07:09.5417.0892.08QSO2021–10–24LDSS3
133136462602:32:16.87 + 07:09:51.4017.0230.0Star2021–08–13DOLORES
134136506010:55:44.02 + 05:16:29.2017.0932.811QSO2021–04–07DOLORES
135136799313:52:40.00–29:49:57.0217.1962.662QSO2021–04–16LDSS3
136136849015:35:03.14 + 00:45:04.4917.1460.0Star2021–06–18DOLORES
137137058502:01:09.17 + 07:20:08.4717.1982.481QSO2021–08–13DOLORES
138137227023:38:07.92–32:19:05.6217.2612.54QSO2021–09–24LDSS3
139137409011:32:01.79–13:23:08.8217.2682.763QSO2021–04–08DOLORES
140137740208:53:18.70 + 08:53:24.0717.2752.726QSO2021–11–16EFOSC
141138041503:50:00.38–18:38:26.5417.3223.107QSO2021–10–28DOLORES
142138423704:23:35.74 + 04:11:48.0317.3180.0Star2021–10–28DOLORES
143138483313:49:39.42 + 02:00:21.5517.3533.354QSO2021–04–08DOLORES
144138529615:20:02.20 + 10:50:55.5317.3632.468QSO2021–04–08DOLORES
145138605516:19:05.95 + 06:41:22.6817.4070.0Star2021–08–12DOLORES
146138670222:42:49.59–05:59:23.3117.4152.666QSO2021–08–13DOLORES
147139245712:52:22.75–37:48:16.8017.4913.425QSO2021–04–16LDSS3
148139338921:02:17.81–17:01:55.0817.5092.837QSO2021–08–12DOLORES
149139564811:30:10.63–21:51:51.4017.5543.373QSO2021–04–20LDSS3
150139579311:51:30.64–02:42:42.9917.5242.605QSO2021–04–08DOLORES
1511396709*20:10:18.71–34:34:52.0417.5332.654QSO2021–07–25LDSS3
152139748522:09:08.00–46:34:49.2817.5702.434QSO2021–10–24LDSS3
153139845004:49:42.32–48:39:17.7717.5283.32QSO2021–09–22LDSS3
154139929903:58:56.29 + 04:07:51.5717.5682.819QSO2021–10–11DOLORES
1551400749*22:37:11.66–30:34:12.4817.6832.885QSO2021–07–24LDSS3
156140077822:34:43.75–25:58:57.7617.6503.82QSO2021–07–24LDSS3
157140107222:19:07.66–15:26:17.2517.6102.87QSO2021–08–13DOLORES
158140190600:43:10.10–08:22:54.5617.6352.659QSO2021–08–13DOLORES
159140365414:20:05.46–31:57:51.1817.6692.478QSO2021–04–16LDSS3
160140509223:59:12.73–65:39:58.3117.6082.946QSO2021–11–16EFOSC
161140797217:00:12.13 + 05:23:11.1517.6260.0Star2021–04–17LDSS3
162140801117:18:47.53 + 09:58:05.6117.6400.0Star2021–04–17LDSS3
163140877223:40:29.20–17:14:56.4517.7052.666QSO2021–08–13DOLORES
164141071406:06:56.47–41:57:24.6017.7092.44QSO2021–10–23LDSS3
165141142514:19:27.92–29:33:06.0317.7612.517QSO2021–06–01LDSS3
166141259018:36:02.62–75:15:13.5017.7362.592QSO2021–06–01LDSS3
167141270920:36:38.67–74:44:34.7717.7753.523QSO2021–07–25LDSS3
168141438821:40:12.05 + 07:38:56.5717.7520.0Star2021–06–18DOLORES
1691414414*22:26:00.20 + 03:10:45.2617.7362.573QSO2021–10–10DOLORES
170141605021:39:03.54–17:28:45.4917.8121.844QSO2021–08–13DOLORES
1711416355*23:48:44.91–18:58:57.8217.8962.352QSO2021–08–13DOLORES
1721417060*01:43:26.02–22:19:06.6717.8052.866QSO2021–10–23LDSS3
173141710101:18:08.40–14:39:54.0517.8623.432QSO2021–10–11DOLORES
174141797303:49:40.22–19:04:01.1717.8202.998QSO2021–10–28DOLORES
175141800703:49:27.90–13:39:29.2917.8182.552QSO2021–10–28DOLORES
176141806804:12:07.76–07:26:41.3417.8103.155QSO2021–10–28DOLORES
1771418187*05:35:35.58–22:43:18.8717.8302.781QSO2021–10–23LDSS3
1781418636*11:40:44.94–14:00:06.9517.8022.372QSO2021–04–16DOLORES
179141902814:18:22.49–29:50:16.2317.8282.621QSO2021–04–16LDSS3
180141986620:23:45.02–30:02:43.0817.8682.922QSO2021–07–27LDSS3
181142023420:00:44.85–52:57:01.6717.8743.431QSO2021–09–23LDSS3
182142034320:25:25.75–87:20:08.2817.8392.995QSO2021–10–23LDSS3
1831420637*23:54:09.70–59:33:54.6517.8843.318QSO2021–11–14EFOSC
184142171504:24:21.65–42:43:56.1117.8683.341QSO2021–09–22LDSS3
185142306116:38:36.96 + 06:21:14.5717.8900.408Galaxy2021–06–18DOLORES
1861424197*01:13:39.52–32:00:39.8817.9602.873QSO2021–10–24LDSS3
187142432802:02:03.86–28:45:13.1117.9842.745QSO2021–10–24LDSS3
188142470600:57:22.23–12:28:39.6717.9903.242QSO2021–08–13DOLORES
1891424813*02:00:58.93–18:50:10.8517.9753.05QSO2021–08–13DOLORES
190142576405:20:11.95–22:12:38.0717.9073.217QSO2021–10–24LDSS3
191142577105:40:40.99–25:37:35.7917.9823.541QSO2021–10–23LDSS3
192142587504:51:12.27–03:54:52.7217.9072.515QSO2021–10–28DOLORES
193142603209:46:17.18–19:43:25.2517.9184.096QSO2021–11–16EFOSC
194142651513:12:15.49–33:53:35.8917.9783.945QSO2021–04–16LDSS3
195142654013:17:41.33–31:29:30.0117.9493.128QSO2021–04–16LDSS3
196142700913:05:51.74–08:46:20.5317.9753.009QSO2021–06–17DOLORES
197142710814:52:08.88–13:27:35.2917.9793.125QSO2021–04–08DOLORES
198142751419:50:09.10–36:12:17.3417.9122.316QSO2021–06–01LDSS3
199142793819:46:00.82–54:33:54.2417.9993.376QSO2021–05–31LDSS3
200142797918:58:41.72–64:49:24.1117.9912.328QSO2021–06–01LDSS3
201142803919:33:00.37–72:19:35.6317.9723.084QSO2021–05–31LDSS3
2021429220*02:14:28.51–59:11:43.9417.9873.956QSO2021–09–24LDSS3
203142984404:06:53.40–42:46:44.7417.9913.798QSO2021–11–15EFOSC
204143086821:59:59.36–83:39:50.9417.9373.709QSO2021–07–24LDSS3
205143091120:55:20.45–55:28:15.2217.9123.427QSO2021–09–23LDSS3
206143105300:02:58.83–46:19:43.8117.9432.455QSO2021–10–24LDSS3
QIDRADec.ipsfzspecClassObs. dateInstrument
J2000J2000
181162111:22:35.81–07:33:38.6817.8222.453QSO2021–04–16DOLORES
2812649*12:20:08.04–03:49:43.9916.7593.117QSO2021–04–20LDSS3
381328123:34:45.77–12:20:20.3417.8012.896QSO2021–10–26DOLORES
481973200:24:23.76–14:25:02.7517.9532.328QSO2021–10–11DOLORES
582250211:34:51.50 + 02:02:08.5717.7242.621QSO2021–04–08DOLORES
682320213:18:33.31–02:45:36.2217.8881.404QSO2021–06–25DOLORES
782484200:00:47.92–17:52:39.5117.9401.784QSO2021–10–11DOLORES
882760123:02:11.26–01:34:39.4117.8352.571QSO2021–08–13DOLORES
982791100:35:37.25–05:46:55.6417.9452.908QSO2021–08–13DOLORES
1082868013:52:37.23–10:12:03.9017.4543.275QSO2021–04–17LDSS3
1182905914:07:01.79–24:15:02.3317.7133.057QSO2021–04–17LDSS3
1283047313:47:41.79–08:38:43.2817.9783.205QSO2021–04–17LDSS3
13830592*14:05:29.04–14:05:13.9217.6503.094QSO2021–04–08DOLORES
1483069413:58:35.67–20:22:14.1117.8092.873QSO2021–06–01LDSS3
1583240513:37:51.03–07:42:33.3917.6543.07QSO2021–04–08DOLORES
1683968415:28:45.83–22:57:18.3217.7282.82QSO2021–04–17LDSS3
1784185519:07:51.48–66:06:18.0417.6723.136QSO2021–05–31LDSS3
1884626923:05:17.49–73:05:29.0917.9972.704QSO2021–10–24LDSS3
1984789104:51:46.91–30:44:09.0317.9563.354QSO2021–10–24LDSS3
2084837403:27:03.00–20:10:36.9917.9033.065QSO2021–10–24LDSS3
2185275205:29:07.26–39:58:44.8817.7453.058QSO2021–10–23LDSS3
2285383803:32:15.75–16:59:04.1017.8852.44QSO2021–10–28DOLORES
2385394703:36:41.63–15:27:07.9017.9392.673QSO2021–10–28DOLORES
24856212*21:52:31.21–23:11:15.6617.6232.24QSO2021–07–27LDSS3
25856826*22:06:32.08–23:45:44.5617.6462.6QSO2021–07–24LDSS3
2685802221:02:10.69–14:31:01.8717.8742.78QSO2021–08–12DOLORES
2785818021:57:25.92–10:37:22.8517.9173.117QSO2021–08–13DOLORES
2885997120:55:50.60 + 01:06:15.4617.5910.0Star2021–08–12DOLORES
2986419423:18:06.56–70:28:00.8017.5352.006QSO2021–10–23LDSS3
3086431923:04:13.58–57:16:12.6617.7783.221QSO2021–11–14EFOSC
3186971021:06:31.89–18:45:32.4617.8622.157QSO2021–08–12DOLORES
3287281722:05:46.02–51:58:19.3317.2892.847QSO2021–07–25LDSS3
3387373921:46:15.35–39:38:34.7317.6882.773QSO2021–07–25LDSS3
3487538621:35:11.99–27:50:19.8017.9282.372QSO2021–07–27LDSS3
3587735515:05:59.48–08:34:39.7117.9353.012QSO2021–08–12DOLORES
3687739315:11:32.87–07:20:56.3117.9662.631QSO2021–08–12DOLORES
3787933815:32:08.06–06:13:59.6017.4683.546QSO2021–04–16LDSS3
38889097*00:10:11.97–66:26:55.0817.9612.347QSO2021–11–14EFOSC
3989107022:16:01.07–31:24:53.4317.9382.442QSO2021–11–16EFOSC
4089139723:00:54.63–54:16:17.6817.8873.966QSO2021–11–15EFOSC
4190126711:11:50.60–12:15:54.0017.7922.531QSO2021–04–16DOLORES
4290330010:46:50.77–19:13:36.8217.7672.055QSO2021–04–16DOLORES
4390418811:03:33.29–06:49:52.0517.7052.916QSO2021–04–08DOLORES
4490552001:29:35.26–44:42:22.6617.9732.327QSO2021–10–23LDSS3
4591353310:19:20.03–19:20:40.1717.9162.603QSO2021–04–07DOLORES
4691528010:30:57.17–10:11:02.8017.5952.421QSO2021–04–16DOLORES
47917210*22:29:38.43–55:20:50.0717.7582.749QSO2021–09–23LDSS3
4891787121:05:57.21–52:59:40.1717.6912.424QSO2021–07–27LDSS3
4991919123:19:56.33–48:21:48.7017.6652.695QSO2021–10–24LDSS3
5093888502:44:32.26–57:33:34.8517.8843.238QSO2021–10–24LDSS3
5195166001:19:31.63–51:11:45.4117.8423.586QSO2021–10–23LDSS3
5295487601:49:24.76–72:04:32.3417.8281.899QSO2021–10–24LDSS3
5395657100:36:48.87–48:59:38.1517.9603.046QSO2021–10–23LDSS3
5495814700:56:44.68–48:19:03.5017.9733.201QSO2021–10–24LDSS3
55959812*04:34:30.93–80:37:24.9417.8652.611QSO2021–10–23LDSS3
5696067321:16:29.48–65:20:26.9817.9873.399QSO2021–11–14EFOSC
5796131421:03:45.25–44:43:34.1417.9572.651QSO2021–10–24LDSS3
5896389321:26:52.27–51:00:42.2417.8523.512QSO2021–09–23LDSS3
5996806720:49:21.09–16:43:38.4317.9862.096QSO2021–10–10DOLORES
6096824321:32:06.44–15:46:01.9317.4401.817QSO2021–08–13DOLORES
6197172013:23:51.36–37:11:28.0417.1580.147Galaxy2021–04–16LDSS3
6297726722:54:48.84–64:30:11.4117.9220.048Galaxy2021–10–23LDSS3
6397996022:18:51.08–61:50:43.6317.7603.315QSO2021–07–27LDSS3
6498293822:25:09.49–47:10:06.5017.8512.706QSO2021–07–27LDSS3
6598434114:24:10.85–30:07:10.3717.8292.044QSO2021–06–01LDSS3
6699561723:07:37.73–75:36:23.4817.8482.059QSO2021–10–23LDSS3
67996288*18:51:16.68–76:26:28.5917.9342.466QSO2021–06–01LDSS3
6899780915:44:25.71–13:03:48.9317.8973.226QSO2021–04–17LDSS3
6999938505:16:43.80–39:31:21.8917.8852.916QSO2021–10–23LDSS3
701006739*15:08:13.52–16:46:34.7117.9702.076QSO2021–04–17LDSS3
71100717814:32:46.53–10:59:44.4717.8612.634QSO2021–04–17LDSS3
72100786704:31:07.32–09:14:11.1917.5993.698QSO2021–11–17EFOSC
73101165905:28:09.48–27:21:20.9117.9403.285QSO2021–10–24LDSS3
74101191405:29:52.11–24:27:22.2717.4262.229QSO2021–10–23LDSS3
75101725114:15:00.66–27:55:49.2917.9142.745QSO2021–06–01LDSS3
761017341*14:29:43.45–22:31:08.6917.6862.607QSO2021–06–01LDSS3
771021276*03:04:17.95–54:13:47.5217.8332.73QSO2021–09–22LDSS3
78103032223:28:11.75–32:31:01.7217.7133.565QSO2021–07–24LDSS3
79103068800:03:26.87–32:52:07.5417.8503.808QSO2021–10–23LDSS3
80103248401:01:04.90–40:27:52.0517.9862.998QSO2021–10–23LDSS3
81103473000:51:53.31–19:08:32.1117.8402.709QSO2021–08–13DOLORES
82103489601:26:11.23–31:48:41.9417.9044.016QSO2021–10–24LDSS3
83103579900:01:23.40–19:35:55.6517.4502.665QSO2021–08–13DOLORES
84103644400:34:08.97–39:46:23.3117.9662.672QSO2021–10–23LDSS3
85103684023:43:32.11–39:23:21.0217.9143.921QSO2021–11–15EFOSC
86103807100:07:31.62–19:39:00.7917.9012.794QSO2021–10–11DOLORES
87104059200:39:26.45–13:34:14.6817.9632.453QSO2021–08–13DOLORES
88104275023:24:21.54–31:34:22.1417.3693.546QSO2021–11–15EFOSC
89104279422:51:48.44–36:46:21.7317.9143.658QSO2021–10–24LDSS3
90104331122:21:00.86 + 00:22:36.8317.5530.0Star2021–06–18DOLORES
91105217019:59:01.20–28:26:16.2217.8943.241QSO2021–05–31LDSS3
92105225720:12:14.39–22:56:50.5017.9482.7QSO2021–10–23LDSS3
93105231120:16:24.35–18:46:25.5817.8633.147QSO2021–08–12DOLORES
94105993501:56:08.75 + 02:05:18.7517.7642.917QSO2021–10–27DOLORES
95106407202:21:57.12–14:14:57.1317.9322.625QSO2021–10–28DOLORES
96106763501:41:26.07–16:20:22.1317.7682.862QSO2021–08–13DOLORES
971068979*02:39:30.71–36:29:39.7517.8362.696QSO2021–10–23LDSS3
98106900102:47:10.46–22:02:45.6817.8142.798QSO2021–10–24LDSS3
991070075*00:57:22.37–38:18:52.1017.7742.389QSO2021–10–23LDSS3
100107223802:52:21.09–05:24:25.4917.1623.048QSO2021–10–11DOLORES
101107685604:11:31.15–34:49:45.4517.8082.792QSO2021–11–14EFOSC
102107967303:34:26.48–38:20:52.8817.8983.232QSO2021–10–24LDSS3
103108643304:35:13.59–44:54:40.8917.8453.217QSO2021–10–23LDSS3
104108727619:54:38.01–41:08:31.4217.8532.814QSO2021–06–01LDSS3
105109100003:05:13.35–57:49:52.1517.9612.559QSO2021–10–24LDSS3
106110621003:32:18.91 + 01:56:41.0017.9202.163QSO2021–10–11DOLORES
107110745805:29:06.69–15:46:28.6417.9292.605QSO2021–10–28DOLORES
108111030604:42:23.73 + 00:02:17.2017.8892.349QSO2021–10–28DOLORES
109111161605:31:27.00–49:04:44.0017.8903.207QSO2021–10–23LDSS3
110112899720:17:34.01–52:49:46.7217.9623.206QSO2021–10–23LDSS3
111113866320:35:21.75–11:45:34.2217.9973.03QSO2021–08–12DOLORES
1121140469*12:00:09.95–29:46:09.7617.9513.068QSO2021–04–16LDSS3
113114053411:37:39.59–24:32:53.3517.8313.595QSO2022–02–24LDSS3
114114413205:56:00.65–32:43:13.0717.9954.042QSO2021–10–23LDSS3
115115049315:58:04.57–04:44:05.8717.9511.52QSO2021–06–18DOLORES
116117163009:46:01.67–11:05:51.3217.9372.686QSO2021–04–07DOLORES
117117177809:48:44.41–18:18:32.3917.9553.217QSO2021–04–07DOLORES
118117931304:48:09.10–22:42:08.9717.9343.421QSO2021–10–24LDSS3
119119416604:53:37.98–50:26:20.5317.9623.57QSO2021–09–22LDSS3
120119418604:11:02.50–50:13:46.5917.9093.217QSO2021–11–14EFOSC
121119492503:06:03.60–31:09:44.5817.9652.668QSO2021–11–16EFOSC
122120235204:20:00.72–52:52:26.7517.9983.695QSO2021–11–14EFOSC
1231203737*01:03:30.95–12:44:20.5817.9743.024QSO2021–10–11DOLORES
124120378819:58:03.42–30:21:16.1717.8462.741QSO2021–06–01LDSS3
125132762013:37:47.33–19:58:11.5616.2960.796QSO2021–04–16LDSS3
126133975317:14:21.39 + 08:58:57.8416.4850.0Star2021–06–18DOLORES
127134495213:58:14.92–28:06:10.7516.8382.687QSO2021–04–16LDSS3
1281351549*21:31:54.88 + 08:07:26.7316.8902.703QSO2021–08–12DOLORES
129135168721:43:25.98 + 04:48:34.0316.8550.0Star2021–06–18DOLORES
130135476803:54:51.70 + 11:11:14.4316.9070.0Star2021–10–28DOLORES
131136006917:04:49.71 + 04:30:16.6516.6540.0Star2021–06–18DOLORES
132136314223:04:38.54–52:07:09.5417.0892.08QSO2021–10–24LDSS3
133136462602:32:16.87 + 07:09:51.4017.0230.0Star2021–08–13DOLORES
134136506010:55:44.02 + 05:16:29.2017.0932.811QSO2021–04–07DOLORES
135136799313:52:40.00–29:49:57.0217.1962.662QSO2021–04–16LDSS3
136136849015:35:03.14 + 00:45:04.4917.1460.0Star2021–06–18DOLORES
137137058502:01:09.17 + 07:20:08.4717.1982.481QSO2021–08–13DOLORES
138137227023:38:07.92–32:19:05.6217.2612.54QSO2021–09–24LDSS3
139137409011:32:01.79–13:23:08.8217.2682.763QSO2021–04–08DOLORES
140137740208:53:18.70 + 08:53:24.0717.2752.726QSO2021–11–16EFOSC
141138041503:50:00.38–18:38:26.5417.3223.107QSO2021–10–28DOLORES
142138423704:23:35.74 + 04:11:48.0317.3180.0Star2021–10–28DOLORES
143138483313:49:39.42 + 02:00:21.5517.3533.354QSO2021–04–08DOLORES
144138529615:20:02.20 + 10:50:55.5317.3632.468QSO2021–04–08DOLORES
145138605516:19:05.95 + 06:41:22.6817.4070.0Star2021–08–12DOLORES
146138670222:42:49.59–05:59:23.3117.4152.666QSO2021–08–13DOLORES
147139245712:52:22.75–37:48:16.8017.4913.425QSO2021–04–16LDSS3
148139338921:02:17.81–17:01:55.0817.5092.837QSO2021–08–12DOLORES
149139564811:30:10.63–21:51:51.4017.5543.373QSO2021–04–20LDSS3
150139579311:51:30.64–02:42:42.9917.5242.605QSO2021–04–08DOLORES
1511396709*20:10:18.71–34:34:52.0417.5332.654QSO2021–07–25LDSS3
152139748522:09:08.00–46:34:49.2817.5702.434QSO2021–10–24LDSS3
153139845004:49:42.32–48:39:17.7717.5283.32QSO2021–09–22LDSS3
154139929903:58:56.29 + 04:07:51.5717.5682.819QSO2021–10–11DOLORES
1551400749*22:37:11.66–30:34:12.4817.6832.885QSO2021–07–24LDSS3
156140077822:34:43.75–25:58:57.7617.6503.82QSO2021–07–24LDSS3
157140107222:19:07.66–15:26:17.2517.6102.87QSO2021–08–13DOLORES
158140190600:43:10.10–08:22:54.5617.6352.659QSO2021–08–13DOLORES
159140365414:20:05.46–31:57:51.1817.6692.478QSO2021–04–16LDSS3
160140509223:59:12.73–65:39:58.3117.6082.946QSO2021–11–16EFOSC
161140797217:00:12.13 + 05:23:11.1517.6260.0Star2021–04–17LDSS3
162140801117:18:47.53 + 09:58:05.6117.6400.0Star2021–04–17LDSS3
163140877223:40:29.20–17:14:56.4517.7052.666QSO2021–08–13DOLORES
164141071406:06:56.47–41:57:24.6017.7092.44QSO2021–10–23LDSS3
165141142514:19:27.92–29:33:06.0317.7612.517QSO2021–06–01LDSS3
166141259018:36:02.62–75:15:13.5017.7362.592QSO2021–06–01LDSS3
167141270920:36:38.67–74:44:34.7717.7753.523QSO2021–07–25LDSS3
168141438821:40:12.05 + 07:38:56.5717.7520.0Star2021–06–18DOLORES
1691414414*22:26:00.20 + 03:10:45.2617.7362.573QSO2021–10–10DOLORES
170141605021:39:03.54–17:28:45.4917.8121.844QSO2021–08–13DOLORES
1711416355*23:48:44.91–18:58:57.8217.8962.352QSO2021–08–13DOLORES
1721417060*01:43:26.02–22:19:06.6717.8052.866QSO2021–10–23LDSS3
173141710101:18:08.40–14:39:54.0517.8623.432QSO2021–10–11DOLORES
174141797303:49:40.22–19:04:01.1717.8202.998QSO2021–10–28DOLORES
175141800703:49:27.90–13:39:29.2917.8182.552QSO2021–10–28DOLORES
176141806804:12:07.76–07:26:41.3417.8103.155QSO2021–10–28DOLORES
1771418187*05:35:35.58–22:43:18.8717.8302.781QSO2021–10–23LDSS3
1781418636*11:40:44.94–14:00:06.9517.8022.372QSO2021–04–16DOLORES
179141902814:18:22.49–29:50:16.2317.8282.621QSO2021–04–16LDSS3
180141986620:23:45.02–30:02:43.0817.8682.922QSO2021–07–27LDSS3
181142023420:00:44.85–52:57:01.6717.8743.431QSO2021–09–23LDSS3
182142034320:25:25.75–87:20:08.2817.8392.995QSO2021–10–23LDSS3
1831420637*23:54:09.70–59:33:54.6517.8843.318QSO2021–11–14EFOSC
184142171504:24:21.65–42:43:56.1117.8683.341QSO2021–09–22LDSS3
185142306116:38:36.96 + 06:21:14.5717.8900.408Galaxy2021–06–18DOLORES
1861424197*01:13:39.52–32:00:39.8817.9602.873QSO2021–10–24LDSS3
187142432802:02:03.86–28:45:13.1117.9842.745QSO2021–10–24LDSS3
188142470600:57:22.23–12:28:39.6717.9903.242QSO2021–08–13DOLORES
1891424813*02:00:58.93–18:50:10.8517.9753.05QSO2021–08–13DOLORES
190142576405:20:11.95–22:12:38.0717.9073.217QSO2021–10–24LDSS3
191142577105:40:40.99–25:37:35.7917.9823.541QSO2021–10–23LDSS3
192142587504:51:12.27–03:54:52.7217.9072.515QSO2021–10–28DOLORES
193142603209:46:17.18–19:43:25.2517.9184.096QSO2021–11–16EFOSC
194142651513:12:15.49–33:53:35.8917.9783.945QSO2021–04–16LDSS3
195142654013:17:41.33–31:29:30.0117.9493.128QSO2021–04–16LDSS3
196142700913:05:51.74–08:46:20.5317.9753.009QSO2021–06–17DOLORES
197142710814:52:08.88–13:27:35.2917.9793.125QSO2021–04–08DOLORES
198142751419:50:09.10–36:12:17.3417.9122.316QSO2021–06–01LDSS3
199142793819:46:00.82–54:33:54.2417.9993.376QSO2021–05–31LDSS3
200142797918:58:41.72–64:49:24.1117.9912.328QSO2021–06–01LDSS3
201142803919:33:00.37–72:19:35.6317.9723.084QSO2021–05–31LDSS3
2021429220*02:14:28.51–59:11:43.9417.9873.956QSO2021–09–24LDSS3
203142984404:06:53.40–42:46:44.7417.9913.798QSO2021–11–15EFOSC
204143086821:59:59.36–83:39:50.9417.9373.709QSO2021–07–24LDSS3
205143091120:55:20.45–55:28:15.2217.9123.427QSO2021–09–23LDSS3
206143105300:02:58.83–46:19:43.8117.9432.455QSO2021–10–24LDSS3
This article is published and distributed under the terms of the Oxford University Press, Standard Journals Publication Model (https://dbpia.nl.go.kr/journals/pages/open_access/funder_policies/chorus/standard_publication_model)

Supplementary data