Free Access
Issue
A&A
Volume 624, April 2019
Article Number A126
Number of page(s) 17
Section Interstellar and circumstellar matter
DOI https://doi.org/10.1051/0004-6361/201834453
Published online 24 April 2019

© ESO 2019

1 Introduction

Galactic stellar clusters, traditionally called open clusters (OCs), are tracers of the structure and evolution of the Milky Way (e.g. Janes & Adler 1982; Dias & Lépine 2005; Piskunov et al. 2006; Moitinho 2010), playing a fundamental role in studies of star formation environment and evolution (e.g. Lada 2010). These clusters are found primarily in the Galactic plane and are composed of dozens to several thousands of stars of similar age, metallicity, kinematics, and distance. As such, they provide a testbed for stellar evolution models.

It has been often stated in the literature that the census of the OC population in the solar neighbourhood is complete. Piskunov et al. (2006) put the completeness radius at 850 pc. This was contested by Moitinho (2010), who showed that, based on the photometry used by Piskunov et al. (2006), many sparse and/or old OCs are expected to be missed. Kharchenko et al. (2013), working with Two Micron All-Sky Survey photometry (2MASS; Skrutskie et al. 2006), made the claim that the OC sample is almost complete within 1.8 kpc from the Sun. Few discoveries of nearby OCs had been made since the publications of Alessi et al. (2003) and Kharchenko et al. (2005; with the notable exception of Röser et al. 2016 who identified nine new objects within 500 pc), making the completeness claim appear plausible. While the astrometric and photometric analysis followed in the aforementioned works provide a well-established methodology for identifying members and deriving properties of clusters, a significant part of the problem seems to arise from the data used in those studies. The catalogues they are based on, such as HIPPARCOS (ESA 1997), 2MASS (Skrutskie et al. 2006), PPMXL (Roeser et al. 2010), or the United States Naval Observatory CCD Astrograph Catalog (UCAC; e.g. Zacharias et al. 2013) have brought enormous contributions to astronomy, but as any data set they have sensitivity limitations and should not be overinterpreted. As noted in Moitinho (2010), many objects fall on the borderline of the data sensitivity limits, which causes incompleteness and creates false positives in the sample.

The improvement in quality and the depth of the recently published Gaia Data Release 2 (DR2; Gaia Collaboration 2018) allow us to identify new objects and address the question of the reality of previously identified objects. In a recent publication, Castro-Ginard et al. (2018) reported on the discovery of 11 OCs closer than 500 pc in the Gaia DR1 data (Gaia Collaboration 2016). Cantat-Gaudin et al. (2018a) have identified 34 new OCs within 2 kpc in the Gaia DR2 data and have shown that the samples on which the completeness analyses are based are also highly contanimated by false positives.

In this study we search for known and unknown stellar clusters and make use of stars in the Gaia DR2 catalogue up to magnitude G = 18.0, using a coarse-to-fine search methodology combining machine learning and statistical techniques. Recent data releases of Gaia have changed the state of the field by providing accurate and precise measurements of stellar population kinematics and parallaxes. We use the spatial, kinematic, and parallax information in a hierarchical and automated fashion to scan the sky, flag the candidates, and validate them. To validate or reject the flagged candidates, we employ the UPMASK method (Krone-Martins & Moitinho 2014), which uses all of the above information simultaneously. We neither make use of photometric data to detect clusters nor to perform stellar membership. The photometric information is employed solely for an independent validation of each OC candidate by visual inspection of their colour-magnitude diagrams.

In Sect. 2, we briefly present the Gaia DR2 data and the source selection criteria adopted in this study. The methods developed and employed to search for OCs are detailed in Sect. 3. We present the results and comment on some specific objects in Sect. 4. Finally, we summarise our findings in Sect. 5. The mean astrometric parameters of all discovered objects are listed in Table A.1, and the list of their members is available at the CDS.

2 Data

The ESA Gaia space mission (Gaia Collaboration 2016) is producing an unprecedented all-sky survey in terms of its sheer size, dimensionality, and history-changing astrometric precision and accuracy. In particular, the most recent data release, Gaia DR2, contains more than 1.6 billion sources as faint as G ~ 21, providing five-parameter astrometric solutions accurate to hundreds of micro-arcseconds, as well as magnitudes in three photometric bands, for more than 1.3 billion sources. (Gaia Collaboration 2018). This unprecedented precision facilitates the identification of stellar clusters by increasing the contrast between the cluster members and field objects in the proper motion and parallax space.

The Gaia DR2 data were retrieved in two different ways. First, we used the Gaia Archive bulk retrieval data facility1 to obtain the entire region defined by Galactic coordinates l ∈ [120°;200°] and b ∈ [−10°;10°] and magnitudes G ≤ 18. This magnitude cut corresponds to typical astrometric uncertainties better than 0.3 mas yr−1 in proper motion and 0.15 mas in parallax. From these data, we selected the information for spatial tiling and candidate flagging (positions l, b, proper motions μα*, μδ, and parallax, ϖ; see Sects. 3.1 and 3.2). Secondly (described in Sect. 3.3), we validated the candidates querying data through the Gaia archive facility at the European Space Agency Centre (Salgado et al. 2017) with pygacs2 to extract the positions (α, δ, l, b), parallaxes (ϖ), proper motions (μα*, μδ), fluxes in the G, GBP and GRP passbands, and their associated uncertainties and covariances, from the table gaiadr2.gaia_source via Astronomical Data Query Language (ADQL; Ortiz et al. 2008) queries launched using the Table Access Protocol (TAP; Dowler et al. 2018).

3 Method

To perform a systematic search for OCs, we designed and employed a coarse-to-fine search algorithm tailored to be used on astrometric catalogues. Our algorithm consists of three steps: (i) fast density-aware sky tiling to exploit the proximity of cluster members on the plane of the sky; (ii) OC candidate region flagging based on proper motion similarity via a fast recommendation system; and (iii) cluster membership assignment and independent validation. We detail these steps in the following subsections.

3.1 Density-aware spatial tiling

As the very first step, we partitioned the sample into computationally tractable subsets, i.e. tiles. Partitioning data sets of Gaia size requires an extremely fast and scalable method. At the same time, we would like to avoid loss of spatial information, or, informally speaking, splitting a potential cluster across many tiles, which lowers the signal-to-noise ratio (S/N). Hence, the adopted algorithm should be aware of the spatial spread of data points. To this end, we employed k-d trees for spatial partitioning (Bentley 1975).

Traditionally used for fast nearest neighbour searches, k-d trees are data structures based on binary trees (Garnier & Taylor 2009). In this work, however, we used the accompanying fast partitioning algorithm to create a rectangular tessellation of the target sky region, which preserves a predefined minimum number of stars in each tile. These k-d trees are known to perform best when the number of dimensions (k) is not large (Friedman et al. 1977; Sproull 1991). We used the two Galactic spatial coordinates l and b, hence k = 2 to partition the region of interest with ~15 million sources. The algorithm outputs 2048 tiles, each containing ~7400 stars on average3.

3.2 Candidate flagging

To quickly search over 2048 tiles and flag OC candidates, we employed a Gaussian mixture model (GMM; e.g. Pearson 1894; Melchior & Goulding 2018) in the proper motion space (μα*, μδ). In this case, the GMM is used to decrease the clutter and information overload, rather than as an optimal model of the proper motion distribution. The Gaussian covariances are used as the score metric to decide on the follow-up analysis of the field.

A GMM is a parametric model that consists of a weighted sum of Gaussian components. The GMM allows us to separate a candidate region from the background and foreground sources because the measured stellar proper motions of OC members can be roughly approximated by a Gaussian distribution, where the means equal the bulk proper motion of the OC and a variance smaller than that of the field stars. Therefore, GMMs are a natural choice to flag candidate regions in which an OC may exist. This technique has been traditionally used to study and search OCs (Vasilevskis et al. 1958; Sanders 1971) and has been continuously applied in astronomy (e.g. Krone-Martins et al. 2010; Ducourant et al. 2017; de Souza et al. 2017).

We adopted GMMs with ten multivariate Gaussian components4 to perform one global search in the entire data within each tile, and multiple targeted searches in parallax bins of 0.2 mas (increased by steps of 0.2 mas to contain at least 1000 objects per bin). The targeted searches mitigate false negatives caused by the relative S/N of the candidate regions when compared to the field population. Since we expect members of the same stellar cluster to share similar parallaxes, this parallax screening increases the search efficiency. Finally, the candidate region is kept for further scrutiny if its Gaussian component exhibits a variance smaller than 0.1 mas2 yr−2 in both μα* and μδ (corresponding to a standard deviation of ~0.3 mas yr−1), and if it has at least ten members falling within its interquartile range.

3.3 Candidate analysis

To further analyse each candidate region, we employed an unsupervised method, called UPMASK, which relies on minimal physical assumptions about stellar clusters (Krone-Martins & Moitinho 2014). The key assumptions are that the cluster member stars must share some common properties, thereby being clustered in some parameter spaces (here proper motion and parallax), and that the spatial distribution of the member stars should be incompatible with a uniform spatial distribution at the same time. This method was already successfully applied to astrometric data (i.e. Cantat-Gaudin et al. 2018b,a), where it serendipitously revealed 60 new Milky Way stellar clusters while analysing previously known clusters.

After querying the Gaia archive data around the candidates, we applied UPMASK, the workflow of which is outlined below.

  • 1.

    Sample a new data set drawn from the probability distribution functions defined by the original measurements and their reported covariance matrices.

  • 2.

    Create small groups in the parameter space (μα*, μδ, ϖ) through a k-means clustering algorithm (Forgy 1965; Lloyd 1982) that has a large k with respect to the data set size, guaranteeing ~10–15 objects per group.

  • 3.

    Test each small group for compatibility with a uniform spatial distribution in (l, b) based on the branch lengths of minimum spanning trees (e.g. Graham & Hell 1985), after which those that are compatible are discarded as field stars.

  • 4.

    Repeat steps (2–3) until no star is discarded, and either the remaining are assigned as stellar cluster members at this iterationor all stars are discarded and no cluster is detected.

  • 5.

    Repeat steps (1–4) up to the maximum number of iterations (in this study we performed the loop 100 times).

  • 6.

    Compute a membership score as the frequency with which each star was assigned as a cluster member.

The resulting clustering score is therefore based on the 5D (α, δ, μα*, μδ, ϖ) information of each star and associated nominal uncertainties.

4 Identification of clusters in the Perseus direction

After an automated analysis and human visual inspection of all colour-magnitude diagrams and positional maps of the candidates, we ended up with 133 stellar aggregates that look like potential clusters. Forty-one are hitherto unreported clusters and an additional five are known objects that had not yet been identified in the Gaia DR2 data. The location of their members and their colour-magnitude diagrams are shown in Figs. B.1 to D.5. The full membership list is available at the CDS.

4.1 Re-identification of known objects

The majority of the identified aggregates correspond to known clusters. Of these 87 were already identified with Gaia DR2 astrometry by Cantat-Gaudin et al. (2018a) in a search that relied on prior information on the location and expected dimension of clusters from the literature, which allowed these authors to identify 227 objects in the area investigated in the present study. Our unsupervised search did not recover all of those 227, but was however able to recover five objects (Czernik 5, Czernik 15, FSR 0494, FSR 0519, and NGC 886) missed by Cantat-Gaudin et al. (2018a). In all five cases, the apparent sizes listed in the catalogues of Dias et al. (2002) and Kharchenko et al. (2013) are too small for the clusters to appear as a clear over-density in the field of view.

The nearest of these five mischaracterised clusters is NGC 886, an OC in Cassiopeia. This cluster was first observed by J. Herschel in 1829 (No. 214 in Herschel 1833) and is listed under its current name in the original New General Catalogue of Nebulæ and Clusters of Stars (Dreyer 1888). Rediscovered as Stock 6 in the 1950s, it was later flagged as “non-existent” in the Revised New General Catalogue of Nonstellar Astronomical Objects (RNGC; Sulentic et al. 1973). The catalogue of Dias et al. (2002) lists Stock 6, which has an apparent radius of 0.12°, but flags it as a dubious grouping, while Kharchenko et al. (2013) lists NGC 886, which has a total radius of 0.17°. In this study, we find a clear centrally concentrated distribution of stars within 0.5° of the reportedposition of NGC 886/Stock 6 (see Fig. D.4).

4.2 Newly discovered clusters

The remaining 41 groups are not (to the best of our knowledge) listed in the literature (Dias et al. 2002; Kharchenko et al. 2013; Schmeja et al. 2014; Scholz et al. 2015; Röser et al. 2016; Castro-Ginard et al. 2018; Ferreira et al. 2019). We remark that the colour-magnitude diagrams of most of the newly reported clusters present a broadened sequence (see Figs. B.1 to C.13) and red turn-off point (GBP-GRP ~0.6 to more than 1), which suggests that they are affected by differential reddening. All these clusters are however clearly visible in astrometric space. Their positions and mean proper motions and parallaxes are given in Table A.1, along with the radius r50 containing half the cluster members we identified. We also provide a rough distance from the mean parallax, after correcting for a zero point offset of 0.029 mas (Lindegren et al. 2018; Arenou et al. 2018).

We performed an additional statistical diagnostic to assess the significance of the signature of the clusters in astrometric space. Working with all stars in a field of view of radius 2 × r50, we binned stars in square cells of 0.5 mas yr−1 in proper motion space and computed the density distribution of parallaxes (using a Gaussian kernel of sigma 0.1 mas) in each cell5. We show in the middle right panels of Figs. B.1 to D.5 that the parallax distribution in the proper motion bin containing the cluster is always more peaked (denser relative density) than the mean of the other bins. To quantify how the proper motion selection reveals a peaked parallax distribution we calculated the difference between the density in the cluster bin and the mean density of the field bins, divided by the standard deviation of the field bins. This number can be interpreted as a S/N of the signature of the cluster in parallax space.

Reciprocally, we quantified how the density in proper motion space is enhanced when selecting stars in a 0.2 mas range centred on the cluster parallax, compared to the mean density in bins not containing the cluster. The proper motions of stars (highlighted from their parallax only) are shown in the right panels of Figs. B.1 to C.13.

In Fig. 1 we show the S/N in parallax and proper motion space for the 41 clusters discovered in this study and the five clusters we re-identified. Unsurprisingly, the signal in parallax space is stronger for the most nearby clusters. The most distant new cluster (COIN-Gaia 33, ϖ ~0.12 mas) barely stands out as an over-density in parallax space, but its signature is clearly visible in proper motion space.

Based on their aspect in positional space and the aspect of their colour-magnitude diagram, we divide the 41 new clusters into 28 grade A (most certain candidates) and 13 grade B clusters. Their main parameters (location, apparent size, proper motions, and parallax) are listed in Table A.1. The grade B clusters tend to be more distant, more reddened, and their colour-magnitude diagrams are not well-defined, likely because of differential extinction. We remark that the four known objects Czernik 5, Czernik 15, FSR 0494, and FSR 0519 present a similarly blurred colour-magnitude diagram and weak signal in proper motion and parallax space.

thumbnail Fig. 1

Signalin parallax and proper motion space (see Sect. 4.2) for the 41 newly discovered clusters and five clusters re-identified in this study.

4.3 Consequences for the cluster census

The unprecedented quality of the astrometry provided by the Gaia mission allows for new discoveries of groups of stars sharing a common proper motion and parallax, which is especially powerful when investigating populations projected against a dense background. We verified that none of the objects characterised in this study are visible as significant over-densities in optical images of the Galactic plane.

The majority of new clusters reported in this work are nearby objects, 33 of which are located within 2 kpc of the Sun. Their discovery represents a ~50% increase in the number of clusters identified from Gaia DR2 astrometry in this direction and distance range6. These 33 new nearby clusters also represent a ~20–25% increase with respect to the catalogues of Dias et al. (2002) and Kharchenko et al. (2013). These two widely used reference catalogues include a significant fraction of objects flagged as putative or dubious, some of which were only very recently found to be asterisms (e.g. Han et al. 2016; Kos et al. 2018). Table 1 contains a summary of the total number of clusters listed by different authors in the region investigated in the present study.

Since our blind search is unable to recover all the known objects within 2 kpc, it also certainly failed to detect a significant number of unknown OCs that other methods might be able to uncover in the Gaia DR2 data. In particular, the flagging of candidates described in Sect. 3.2 is based on proper motions only, and is therefore likely biased towards clusters whose proper motions are significantly different from the field stars.

The present study shows that the assumption of completeness often made in OC studies (e.g. Buckner & Froebrich 2014; Lin et al. 2015; Joshi et al. 2016; Matsunaga et al. 2018; Piskunov et al. 2018) needs to be seriously re-evaluated in the Gaia era. Cantat-Gaudin et al. (2018a) have also shown that the samples on which the completeness analyses are based are also highly contaminated by false positives. We note that none of the new objects are located in the gap of the Perseus arm (see Figs. 2 and 3), and the region l ∈ [140;160] still appears to be almost devoid of OCs in the distance range ~1–2 kpc (as already noted by e.g. Vázquez et al. 2008).

Although the Gaia-DR2 catalogue represents an unprecedented improvement in the amount and quality of astrometric data available to astronomers, we point out that the next Gaia data releases planned for the upcoming years will incrementally refine the parallax and proper motion measurements, allowing us to better discern stellar clusters and possibly to discard some groupings identified in the Gaia-DR2 data as false positives.

Table 1

Number of clusters listed by various authors in the region investigated in the present study.

thumbnail Fig. 2

Projected Galactic map of previously known OCs (grey points) and the new COIN-Gaia OCs (yellow dots) detected in this work.

thumbnail Fig. 3

Locations of OCs on the projected Galactic plane, for both previously known OCs (grey dots) and new COIN-GaiaOCs (yellow dots). In addition, blue symbols indicate known OCs that our blind search re-identified. The dotted lines indicate the spiral arm model of Reid et al. (2014). The Sun is located at coordinates (0, 0).

5 Conclusions

This study reports the discovery of 41 new OCs in the direction of Perseus at the Galactic coordinates l ∈ [120°;200°] and b ∈ [−10°;10°]. This work employs a fully automated and scalable coarse-to-fine search algorithm, tailored to astrometric catalogues. The search is composed of three main steps: a fast density-aware sky tiling, a fast recommendation system for flagging OC candidate regions based on proper motion similarity, and cluster membership assignment and independent validation.

The majority of the 41 new clusters reported in this work are nearby objects, 33 of which are located within 2 kpc of the Sun. Their discovery represents a significant increase of at least 20% in the OC population relative to previously known objects in the same region. The sample is divided in 28 high certainty OCs and 13 plausible OCs, for which we provide the location, apparent size, and mean astrometric parameters. This works challenges the previous claim that the cluster census was complete up to 1.8 kpc and suggests that many discoveries are still to be made in our nearby Galactic environment.

Acknowledgements

We thank the anonymous referee for the comments and suggestions that helped improve this manuscript. This work was created during thet 5th COIN Residence Program (CRP#5) held in Chania, Greece in September 2018, with support from CNRS and IAASARS. We thank Vassilis Charmandaris for encouraging the accomplishment of this event. This project is financially supported by CNRS as part of its MOMENTUM programme over the 2018–2020 period. T.C.G. acknowledges support from Juan de la Cierva - formación 2015 grant, MINECO (FEDER/UE). This work was supported by the MINECO (Spanish Ministry of Economy) through grant ESP2016-80079-C2-1-R (MINECO/FEDER, UE) and MDM-2014-0369 of ICCUB (Unidad de Excelencia “María de Maeztu”). A.K.M. acknowledges the support from the Portuguese Fundação para a Ciência e a Tecnologia through grants SFRH/BPD/74697/2010, PTDC/FIS-AST/31546/2017, and from the ESA contract AO/1-7836/14/NL/HB. A.K.M. and A.M. acknowledge the support from the Portuguese Strategic Programme UID/FIS/00099/2013 for CENTRA. R.S.S. acknowledges the support from NASA under the Astrophysics Theory Program grant 14-ATP14-0007. R.S. has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme under grant agreement No 771282 A.F. is supported by a McWilliams Postdoctoral Fellowship. AIM is a New York University Graduate School of Arts and Sciences Ted Keusseff Fellow advised by David W. Hogg. B.M. is a Principal’s Career Development Scholar at the University of Edinburgh. We acknowledge feedback from Madhura Killedar, whose attendance at CRP#5 was supported by the Sydney Informatics Hub at The University of Sydney. We acknowledge partial support from the Fundação de Amparo à Pesquisa do Estado de São Paulo grant 2014/13407-4. This work has made use of the computing facilities of the Laboratory of Astroinformatics (IAG/USP, NAT/Unicsul), whose purchase was made possible by the Brazilian agency FAPESP (grant 2009/54006-4) and the INCT-A, and we thank the entire LAi team, especially Ulisses Manzo Castello and Alex Carciofi for the support. This work has made use of results from the ESA space mission Gaia, the data from which were processed by the Gaia Data Processing and Analysis Consortium (DPAC). Funding for the DPAC has been provided by national institutions, in particular the institutions participating in the Gaia Multilateral Agreement. The Gaia mission website is http://www.cosmos.esa.int/gaia. Some of the authors are members of the Gaia DPAC. The Cosmostatistics Initiative7 (COIN) is a non-profit organisation whose aim is to nourish the synergy between astrophysics, cosmology, statistics, and machine learning communities. COIN acknowledges the support from the Overleaf8 collaborative platform.

Appendix A COIN-Gaia open clusters

Table A.1

Mean parameters of the OCs characterised in this study.

Appendix B Grade A clusters

thumbnail Fig. B.1

Left: spatial distribution of the stars of COIN-Gaia 1 with membership probabilities p > 20%. Middle left: colour-magnitude diagram of the same stars. Middle right: parallax distribution density for stars binned by proper motion (see Sect. 4.2). Right: proper motion of all stars in the field of view, colour coded by their difference inparallax with the value listed in Table A.1.

thumbnail Fig. B.2

Same as Fig. B.1 for COIN-Gaia 2.

thumbnail Fig. B.3

Same as Fig. B.1 for COIN-Gaia 3.

thumbnail Fig. B.4

Same as Fig. B.1 for COIN-Gaia 4.

thumbnail Fig. B.5

Same as Fig. B.1 for COIN-Gaia 5.

thumbnail Fig. B.6

Same as Fig. B.1 for COIN-Gaia 6.

thumbnail Fig. B.7

Same as Fig. B.1 for COIN-Gaia 7.

thumbnail Fig. B.8

Same as Fig. B.1 for COIN-Gaia 8.

thumbnail Fig. B.9

Same as Fig. B.1 for COIN-Gaia 9.

thumbnail Fig. B.10

Same as Fig. B.1 for COIN-Gaia 10.

thumbnail Fig. B.11

Same as Fig. B.1 for COIN-Gaia 11.

thumbnail Fig. B.12

Same as Fig. B.1 for COIN-Gaia 12.

thumbnail Fig. B.13

Same as Fig. B.1 for COIN-Gaia 13.

thumbnail Fig. B.14

Same as Fig. B.1 for COIN-Gaia 14.

thumbnail Fig. B.15

Same as Fig. B.1 for COIN-Gaia 15.

thumbnail Fig. B.16

Same as Fig. B.1 for COIN-Gaia 16.

thumbnail Fig. B.17

Same as Fig. B.1 for COIN-Gaia 17.

thumbnail Fig. B.18

Same as Fig. B.1 for COIN-Gaia 18.

thumbnail Fig. B.19

Same as Fig. B.1 for COIN-Gaia 19.

thumbnail Fig. B.20

Same as Fig. B.1 for COIN-Gaia 20.

thumbnail Fig. B.21

Same as Fig. B.1 for COIN-Gaia 21.

thumbnail Fig. B.22

Same as Fig. B.1 for COIN-Gaia 22.

thumbnail Fig. B.23

Same as Fig. B.1 for COIN-Gaia 23.

thumbnail Fig. B.24

Same as Fig. B.1 for COIN-Gaia 24.

thumbnail Fig. B.25

Same as Fig. B.1 for COIN-Gaia 25.

thumbnail Fig. B.26

Same as Fig. B.1 for COIN-Gaia 26.

thumbnail Fig. B.27

Same as Fig. B.1 for COIN-Gaia 27.

thumbnail Fig. B.28

Same as Fig. B.1 for COIN-Gaia 28.

Appendix C Grade B clusters

thumbnail Fig. C.1

Same as Fig. B.1 for COIN-Gaia 29.

thumbnail Fig. C.2

Same as Fig. B.1 for COIN-Gaia 30.

thumbnail Fig. C.3

Same as Fig. B.1 for COIN-Gaia 31.

thumbnail Fig. C.4

Same as Fig. B.1 for COIN-Gaia 32.

thumbnail Fig. C.5

Same as Fig. B.1 for COIN-Gaia 33.

thumbnail Fig. C.6

Same as Fig. B.1 for COIN-Gaia 34.

thumbnail Fig. C.7

Same as Fig. B.1 for COIN-Gaia 35.

thumbnail Fig. C.8

Same as Fig. B.1 for COIN-Gaia 36.

thumbnail Fig. C.9

Same as Fig. B.1 for COIN-Gaia 37.

thumbnail Fig. C.10

Same as Fig. B.1 for COIN-Gaia 38.

thumbnail Fig. C.11

Same as Fig. B.1 for COIN-Gaia 39.

thumbnail Fig. C.12

Same as Fig. B.1 for COIN-Gaia 40.

thumbnail Fig. C.13

Same as Fig. B.1 for COIN-Gaia 41.

Appendix D Known clusters

thumbnail Fig. D.1

Same as Fig. B.1 for FSR 0494.

thumbnail Fig. D.2

Same as Fig. B.1 for FSR 0519.

thumbnail Fig. D.3

Same as Fig. B.1 for Czernik 5.

thumbnail Fig. D.4

Same as Fig. B.1 for NGC 886.

thumbnail Fig. D.5

Same as Fig. B.1 for Czernik 15.

References

  1. Alessi, B. S., Moitinho, A., & Dias, W. S. 2003, A&A, 410, 565 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  2. Arenou, F., Luri, X., Babusiaux, C., et al. 2018, A&A, 616, A17 [Google Scholar]
  3. Bentley, J. L. 1975, Commun. ACM, 18, 509 [CrossRef] [Google Scholar]
  4. Buckner, A. S. M., & Froebrich, D. 2014, MNRAS, 444, 290 [NASA ADS] [CrossRef] [Google Scholar]
  5. Cantat-Gaudin, T., Jordi, C., Vallenari, A., et al. 2018a, A&A, 618, A93 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  6. Cantat-Gaudin, T., Vallenari, A., Sordo, R., et al. 2018b, A&A, 615, A49 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  7. Castro-Ginard, A., Jordi, C., Luri, X., et al. 2018, A&A, 618, A59 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  8. de Souza, R. S., Dantas, M. L. L., Costa-Duarte, M. V., et al. 2017, MNRAS, 472, 2808 [NASA ADS] [CrossRef] [Google Scholar]
  9. Dias, W. S., & Lépine, J. R. D. 2005, ApJ, 629, 825 [NASA ADS] [CrossRef] [Google Scholar]
  10. Dias, W. S., Alessi, B. S., Moitinho, A., & Lépine, J. R. D. 2002, A&A, 389, 871 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  11. Dowler, P., Rixon, G., Tody, D., & Demleitner, M. 2018, TAP v. 1.1 IVOA Proposed Recommendation 30 August 2018 [Google Scholar]
  12. Dreyer, J. L. E. 1888, MNRAS, 49, 1 [Google Scholar]
  13. Ducourant, C., Teixeira, R., Krone-Martins, A., et al. 2017, A&A, 597, A90 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  14. ESA 1997, The HIPPARCOS and TYCHO catalogues. Astrometric and photometric star catalogues derived from the ESA HIPPARCOS Space Astrometry Mission (Netherlands: ESA Special Publication), 1200 [Google Scholar]
  15. Ferreira, F. A., Santos, J. F. C., Corradi, W. J. B., Maia, F. F. S., & Angelo, M. S. 2019, MNRAS, 483, 5508 [NASA ADS] [CrossRef] [Google Scholar]
  16. Forgy, E. W. 1965, Biometrics, 21, 768 [Google Scholar]
  17. Friedman, J. H., Bentley, J. L., & Finkel, R. A. 1977, ACM Trans. Math. Softw., 3, 209 [CrossRef] [Google Scholar]
  18. Gaia Collaboration (Brown, A. G. A., et al.) 2016, A&A, 595, A2 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  19. Gaia Collaboration (Prusti, T., et al.) 2016, A&A, 595, A1 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  20. Gaia Collaboration (Brown, A. G. A., et al.) 2018, A&A, 616, A1 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  21. Garnier, R., & Taylor, J. 2009, Discrete Mathematics: Proofs, Structures and Applications, 3rd edn (Boca Raton: CRC Press) [CrossRef] [Google Scholar]
  22. Graham, R. L., & Hell, P. 1985, Ann. Hist. Comput., 7, 43 [Google Scholar]
  23. Han, E., Curtis, J. L., & Wright, J. T. 2016, AJ, 152, 7 [NASA ADS] [CrossRef] [Google Scholar]
  24. Herschel, J. 1833, A Treatise on Astronomy, Cabinet cyclopaedia (London: Longman) [Google Scholar]
  25. Janes, K., & Adler, D. 1982, ApJS, 49, 425 [NASA ADS] [CrossRef] [Google Scholar]
  26. Jones, E., Oliphant, T., Peterson, P., et al. 2001, SciPy: Open source scientific tools for Python [Google Scholar]
  27. Joshi, Y. C., Dambis, A. K., Pandey, A. K., & Joshi, S. 2016, A&A, 593, A116 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  28. Kharchenko, N. V., Piskunov, A. E., Röser, S., Schilbach, E., & Scholz, R.-D. 2005, A&A, 440, 403 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  29. Kharchenko, N. V., Piskunov, A. E., Schilbach, E., Röser, S., & Scholz, R. D. 2013, A&A, 558, A53 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  30. Kos, J., de Silva, G., Buder, S., et al. 2018, MNRAS, 480, 5242 [NASA ADS] [CrossRef] [Google Scholar]
  31. Krone-Martins, A., & Moitinho, A. 2014, A&A, 561, A57 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  32. Krone-Martins, A., Soubiran, C., Ducourant, C., Teixeira, R., & Le Campion, J. F. 2010, A&A, 516, A3 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  33. Lada, C. J. 2010, Phil. Trans. R. Soc. London, Ser. A, 368, 713 [NASA ADS] [CrossRef] [Google Scholar]
  34. Lin, C. C., Chen, W. P., Hou, J., Chen, L., & Shao, Z. 2015, Proc. IAU, 12, 163 [CrossRef] [Google Scholar]
  35. Lindegren, L., Hernández, J., Bombrun, A., et al. 2018, A&A, 616, A2 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  36. Lloyd, S. 1982, IEEE Trans. Inf. Theory, 28, 129 [Google Scholar]
  37. Maneewongvatana, S., & Mount, D. M. 1999, in Center for Geometric Computing, 4th Annual Workshop on Computational Geometry, 2, 1 [Google Scholar]
  38. Matsunaga, N., Bono, G., Chen, X., et al. 2018, Space Sci. Rev., 214, 74 [NASA ADS] [CrossRef] [Google Scholar]
  39. Melchior, P., & Goulding, A. D. 2018, Astron. Comput., 25, 183 [NASA ADS] [CrossRef] [Google Scholar]
  40. Moitinho, A. 2010, in Star Clusters: Basic Galactic Building Blocks Throughout Time and Space, eds. R. de Grijs & J. R. D. Lépine, IAU Symp., 266,106 [NASA ADS] [Google Scholar]
  41. Ortiz, I., Lusted, J., Dowler, P., et al. 2008, ADQL v.2.0 IVOA Recommendation 30 Oct 2008 [Google Scholar]
  42. Pearson, K. 1894, Phil. Trans. R. Soc. London, Ser. A: Math. Phys. Eng. Sci., 185, 71 [NASA ADS] [CrossRef] [Google Scholar]
  43. Piskunov, A. E., Kharchenko, N. V., Röser, S., Schilbach, E., & Scholz, R.-D. 2006, A&A, 445, 545 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  44. Piskunov, A. E., Just, A., Kharchenko, N. V., et al. 2018, A&A, 614, A22 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  45. Reid, M. J., Menten, K. M., Brunthaler, A., et al. 2014, ApJ, 783, 130 [Google Scholar]
  46. Roeser, S., Demleitner, M., & Schilbach, E. 2010, AJ, 139, 2440 [NASA ADS] [CrossRef] [Google Scholar]
  47. Röser, S., Schilbach, E., & Goldman, B. 2016, A&A, 595, A22 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  48. Salgado, J., González-Núñez, J., Gutiérrez-Sánchez, R., et al. 2017, Astron. Comput., 21, 22 [NASA ADS] [CrossRef] [Google Scholar]
  49. Sanders, W. L. 1971, A&A, 14, 226 [NASA ADS] [Google Scholar]
  50. Schmeja, S., Kharchenko, N. V., Piskunov, A. E., et al. 2014, A&A, 568, A51 [CrossRef] [EDP Sciences] [Google Scholar]
  51. Scholz, R.-D., Kharchenko, N. V., Piskunov, A. E., Röser, S., & Schilbach, E. 2015, A&A, 581, A39 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  52. Skrutskie, M. F., Cutri, R. M., Stiening, R., et al. 2006, AJ, 131, 1163 [NASA ADS] [CrossRef] [Google Scholar]
  53. Sproull, R. F. 1991, Algorithmica, 6, 579 [CrossRef] [Google Scholar]
  54. Sulentic, J., Tifft, W., & Dreyer, J. 1973, The Revised New General Catalogue of Nonstellar Astronomical Objects (Tucson: University of Arizona Press) [Google Scholar]
  55. Vasilevskis, S., Klemola, A., & Preston, G. 1958, AJ, 63, 387 [NASA ADS] [CrossRef] [Google Scholar]
  56. Vázquez, R. A., May, J., Carraro, G., et al. 2008, ApJ, 672, 930 [NASA ADS] [CrossRef] [Google Scholar]
  57. Zacharias, N., Finch, C. T., Girard, T. M., et al. 2013, AJ, 145, 44 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]

3

We make use of the SciPy (Jones et al. 2001) implementation of the k-d tree (cKDTree algorithm from Maneewongvatana & Mount 1999).

4

The results are insensitive to the exact number of Gaussians, as long as this number is large enough to disentangle the background.

5

We only consider cells containing at least ten stars to mitigate the noise introduced by sparsely populated cells.

6

Cantat-Gaudin et al. (2018a) have identified 68 clusters in this region within 2 kpc of the Sun. The present study adds NGC 886 to the list of known clusters in this region and distance range. None of the recent discoveries of Castro-Ginard et al. (2018) and Ferreira et al. (2019) fall within this region.

All Tables

Table 1

Number of clusters listed by various authors in the region investigated in the present study.

Table A.1

Mean parameters of the OCs characterised in this study.

All Figures

thumbnail Fig. 1

Signalin parallax and proper motion space (see Sect. 4.2) for the 41 newly discovered clusters and five clusters re-identified in this study.

In the text
thumbnail Fig. 2

Projected Galactic map of previously known OCs (grey points) and the new COIN-Gaia OCs (yellow dots) detected in this work.

In the text
thumbnail Fig. 3

Locations of OCs on the projected Galactic plane, for both previously known OCs (grey dots) and new COIN-GaiaOCs (yellow dots). In addition, blue symbols indicate known OCs that our blind search re-identified. The dotted lines indicate the spiral arm model of Reid et al. (2014). The Sun is located at coordinates (0, 0).

In the text
thumbnail Fig. B.1

Left: spatial distribution of the stars of COIN-Gaia 1 with membership probabilities p > 20%. Middle left: colour-magnitude diagram of the same stars. Middle right: parallax distribution density for stars binned by proper motion (see Sect. 4.2). Right: proper motion of all stars in the field of view, colour coded by their difference inparallax with the value listed in Table A.1.

In the text
thumbnail Fig. B.2

Same as Fig. B.1 for COIN-Gaia 2.

In the text
thumbnail Fig. B.3

Same as Fig. B.1 for COIN-Gaia 3.

In the text
thumbnail Fig. B.4

Same as Fig. B.1 for COIN-Gaia 4.

In the text
thumbnail Fig. B.5

Same as Fig. B.1 for COIN-Gaia 5.

In the text
thumbnail Fig. B.6

Same as Fig. B.1 for COIN-Gaia 6.

In the text
thumbnail Fig. B.7

Same as Fig. B.1 for COIN-Gaia 7.

In the text
thumbnail Fig. B.8

Same as Fig. B.1 for COIN-Gaia 8.

In the text
thumbnail Fig. B.9

Same as Fig. B.1 for COIN-Gaia 9.

In the text
thumbnail Fig. B.10

Same as Fig. B.1 for COIN-Gaia 10.

In the text
thumbnail Fig. B.11

Same as Fig. B.1 for COIN-Gaia 11.

In the text
thumbnail Fig. B.12

Same as Fig. B.1 for COIN-Gaia 12.

In the text
thumbnail Fig. B.13

Same as Fig. B.1 for COIN-Gaia 13.

In the text
thumbnail Fig. B.14

Same as Fig. B.1 for COIN-Gaia 14.

In the text
thumbnail Fig. B.15

Same as Fig. B.1 for COIN-Gaia 15.

In the text
thumbnail Fig. B.16

Same as Fig. B.1 for COIN-Gaia 16.

In the text
thumbnail Fig. B.17

Same as Fig. B.1 for COIN-Gaia 17.

In the text
thumbnail Fig. B.18

Same as Fig. B.1 for COIN-Gaia 18.

In the text
thumbnail Fig. B.19

Same as Fig. B.1 for COIN-Gaia 19.

In the text
thumbnail Fig. B.20

Same as Fig. B.1 for COIN-Gaia 20.

In the text
thumbnail Fig. B.21

Same as Fig. B.1 for COIN-Gaia 21.

In the text
thumbnail Fig. B.22

Same as Fig. B.1 for COIN-Gaia 22.

In the text
thumbnail Fig. B.23

Same as Fig. B.1 for COIN-Gaia 23.

In the text
thumbnail Fig. B.24

Same as Fig. B.1 for COIN-Gaia 24.

In the text
thumbnail Fig. B.25

Same as Fig. B.1 for COIN-Gaia 25.

In the text
thumbnail Fig. B.26

Same as Fig. B.1 for COIN-Gaia 26.

In the text
thumbnail Fig. B.27

Same as Fig. B.1 for COIN-Gaia 27.

In the text
thumbnail Fig. B.28

Same as Fig. B.1 for COIN-Gaia 28.

In the text
thumbnail Fig. C.1

Same as Fig. B.1 for COIN-Gaia 29.

In the text
thumbnail Fig. C.2

Same as Fig. B.1 for COIN-Gaia 30.

In the text
thumbnail Fig. C.3

Same as Fig. B.1 for COIN-Gaia 31.

In the text
thumbnail Fig. C.4

Same as Fig. B.1 for COIN-Gaia 32.

In the text
thumbnail Fig. C.5

Same as Fig. B.1 for COIN-Gaia 33.

In the text
thumbnail Fig. C.6

Same as Fig. B.1 for COIN-Gaia 34.

In the text
thumbnail Fig. C.7

Same as Fig. B.1 for COIN-Gaia 35.

In the text
thumbnail Fig. C.8

Same as Fig. B.1 for COIN-Gaia 36.

In the text
thumbnail Fig. C.9

Same as Fig. B.1 for COIN-Gaia 37.

In the text
thumbnail Fig. C.10

Same as Fig. B.1 for COIN-Gaia 38.

In the text
thumbnail Fig. C.11

Same as Fig. B.1 for COIN-Gaia 39.

In the text
thumbnail Fig. C.12

Same as Fig. B.1 for COIN-Gaia 40.

In the text
thumbnail Fig. C.13

Same as Fig. B.1 for COIN-Gaia 41.

In the text
thumbnail Fig. D.1

Same as Fig. B.1 for FSR 0494.

In the text
thumbnail Fig. D.2

Same as Fig. B.1 for FSR 0519.

In the text
thumbnail Fig. D.3

Same as Fig. B.1 for Czernik 5.

In the text
thumbnail Fig. D.4

Same as Fig. B.1 for NGC 886.

In the text
thumbnail Fig. D.5

Same as Fig. B.1 for Czernik 15.

In the text

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.