ABSTRACT

Identification of anomalous light curves within time-domain surveys is often challenging. In addition, with the growing number of wide-field surveys and the volume of data produced exceeding astronomers’ ability for manual evaluation, outlier and anomaly detection is becoming vital for transient science. We present an unsupervised method for transient discovery using a clustering technique and the astronomaly package. As proof of concept, we evaluate 85 553 min-cadenced light curves collected over two ∼1.5 h periods as part of the Deeper, Wider, Faster program, using two different telescope dithering strategies. By combining the clustering technique HDBSCAN with the isolation forest anomaly detection algorithm via the visual interface of astronomaly, we are able to rapidly isolate anomalous sources for further analysis. We successfully recover the known variable sources, across a range of catalogues from within the fields, and find a further seven uncatalogued variables and two stellar flare events, including a rarely observed ultrafast flare (∼5 min) from a likely M-dwarf.

1 INTRODUCTION

In the era of large time-domain surveys, classification and discovery of transient sources is becoming reliant on machine classification to handle the associated large amounts of data. Current ground based surveys such as the Zwicky Transient Facility (ZTF; Bellm et al. 2019; Graham et al. 2019), Dark Energy Survey (Dark Energy Survey Collaboration 2016), and the All Sky Automated Survey for Supernovae (Shappee et al. 2014) are able to scan thousands of square degrees continuously, which amounts to petabytes of data annually, and recently the Panoramic Survey Telescope and Rapid Response System Survey (Stubbs et al. 2010; Chambers et al. 2016) delivered the first petabyte scale optical data release. Space-based time-domain missions have provided unprecedented volumes of photometry, light curves, and proper motions for Galactic sources, with Kepler (Borucki et al. 2010) and K2 (Howell et al. 2014) targeting ∼400 000+ individual stars, TESS (Stassun et al. 2018) is expected to target at least 200 000 sources producing light curves for each source, and Gaia has already released almost 2 billion sources. Overcoming the mining challenges of these increasing amounts of data to not only identify and catalogue the multitude of known transient types but to make discoveries of new or anomalous sources is paramount to the success of future large transient surveys and time-domain science.

1.1 Supervised learning

Supervised machine learning has already been utilized extensively by several surveys and teams in astronomy for identification of variable stars and quasi-stellar objects from light curves via multivariate Gaussian mixture models, random forest classifiers, support vector machines, or Bayesian neural networks (Debosscher et al. 2007; Kim et al. 2011; Richards et al. 2011; Bloom et al. 2012; Pichara et al. 2012; Pichara & Protopapas 2013; Kim & Bailer-Jones 2016; Mackenzie, Pichara & Protopapas 2016). The literature aforementioned successfully shows the robustness of source classification while using the combination of supervised algorithms trained on extracted features. Features represent a set of measurable properties/characteristics of the light curves being studied (discussed in further detail in 4.1). The most common features used in earlier works are available within the python package fats by Nun et al. (2015).

Classification of non-folded light curves of extragalactic transient sources has also been explored, moving away from selecting the class of the object by fitting analytical templates built from a set of known sources (Richards et al. 2011; Karpenka, Feroz & Hobson 2012; Lochner et al. 2016; Möller et al. 2016; Narayan et al. 2018). While these techniques work well for catalogues of light curves, they cannot easily be applied to real-time data.

Real-time classification of supernovae by Muthukrishna et al. (2019) and Möller & de Boissière (2020) has shown the effectiveness of deep recurrent neural networks, without the need to rely on extracting computationally expensive features of the input data.

1.2 Unsupervised learning

Even with machine learning advances in astronomy, mining data for unknown or anomalous events is relatively unexplored, as the majority of current algorithms require training data sets of known events. Mackenzie et al. (2016) developed an unsupervised feature learning algorithm that takes subsections of variable star light curves to cluster and use as features to train a linear support vector machine. This work eliminates the need for traditional feature extraction, limiting the computing time and biases associated with feature selection. Only limited work into actual transient classification or anomaly detection via unsupervised means has been performed within time domain astronomy.

Valenzuela & Pichara (2018) performed unsupervised clustering of variable star light curves by creating variability trees using the k-medoids clustering algorithm of fragmented light curves. This method offers a novel and computationally fast approach to data exploration but is again limited by the need for known light curve examples for similarity searches. To identify Kepler data outliers for visual inspection, Giles & Walkowicz (2019) performed light-curve clustering using Density-Based Spatial Clustering of Applications with Noise (DBSCAN). They report the successful extraction of the known anomalous Boyajian’s star via their method; however they identified that the DBSCAN assumption of constant density clusters is a limitation. It should be noted that the overwhelming majority of work performed to date on light-curve classification by machine learning has used 30 min to several day cadence, including folded light curves.

Mahabal et al. (2017) presents another approach to light-curve classification, by reducing the time series data to 2D representation in order to classify them using deep learning techniques. This approach maps the change and magnitude over time to create a visual representation of the light curve as an image to be used in the deep learning process. This method presents an alternate approach of unsupervised learning for time-series classification without the need for feature extraction.

1.3 Anomaly detection in fast cadenced surveys

Currently, the majority of wide field optical surveys explore a limited region of the luminosity-time-scale phase space, with an average cadence of hours to days between visits to fields, with only a few programs exploring the phase space shorter than 1-h cadence (see Lipunov et al. 2004,2007; Roykoff et al. 2005; Rau et al. 2009; Berger et al. 2014; Burdge et al. 2019; Richmond et al. 2020). What is largely unexplored by these surveys is the phase space of transient events occurring on seconds-to-minutes time-scales. There are several events expected to occur on these time-scales, and understanding both the events and the general nature of the fastest transients in the Universe is crucial for understanding the transient Universe as a whole. For example, the upcoming Rubin Observatory Legacy Survey of Space and Time (LSST) is predicted to generate nearly 10 million transient alerts each night. As such, it will be invaluable to quickly and meaningfully quantify the expected large volume of short time-scale events to help assist in follow-up priority assignment (LSST Science Collaboration 2009). To do so, the astronomical community will rely heavily on the use of brokers and their integrated algorithms serving alert streams. Current brokers, which include alerce,1antares,2lasair,3 and mars4 are already in use on the nightly ZTF stream, successfully identifying known extragalactic and galactic transient and variable events. However identifying anomalous events can prove challenging with pre-trained algorithms, especially within the rarely explored fast time-scales (seconds-to-minutes).

The multiwavelength Deeper, Wider, Faster (DWF) program offers the ability to explore optical transient events with the depth and cadence required to enable the quantification and characterization of Galactic and extragalactic variable and fast transient rates for current and upcoming large-area searches and surveys and to similar depths as 4m–8m class telescopes. Such as gravitational wave counterpart searches, the Rubin Observatory LSST survey, and others. This work presents our effort to explore the DWF optical data for anomalous light curves without the restrictions of prior assumptions or expectations.

As our literature review highlights, the vast majority of work to date on machine learning for transient classification and identification has relied on pre-existing understanding of longer duration variable and transient time-series behaviour. In this work, we demonstrate an unsupervised method to aid in the discovery of both known and poorly understood transients on the time-scales of seconds-to-minutes.

The paper is organized as follows: A brief introduction to the DWF program is presented in Section 2, two DWF data gathering strategies and the data in Section 3. We present our multifaceted anomaly detection approach in Section 4 and our proof of concept results in Section 5. We conclude by presenting our overall outcomes in Section 6.

2 THE DEEPER, WIDER, FASTER PROGRAM

Several new and exciting astronomical fast transient events have been discovered in recent decades and the progenitors and physical mechanisms behind many of them are still poorly known (e.g. Fast Radio Bursts, FRBs), supernova shock breakouts, Fast-Evolving Luminous Transients (FELTs), and other rapidly evolving extragalactic events (for example: Lorimer et al. 2007; Garnavich et al. 2016; Perley et al. 2018; Prentice et al. 2018; Rest et al. 2018). What has limited our ability to detect and understand these events is the capability to gather data in short, regular time intervals before, during and after the events; as well as over a range of wavelengths. The DWF program (Andreoni et al. 2017a, b; Meade et al. 2017; Vohl et al. 2017; Andreoni & Cooke 2018) has been designed with these challenges specifically in mind, constructing an all wavelength and simultaneous observational program of over 70 facilities to date. DWF takes a ‘proactive’ approach to transient astronomy, with coordinated simultaneous wide-field fast-cadenced multiwavelength observations of target fields taken continuously over 1–3 h periods, capturing data before, during, and after the transient events. The optical data collected during the simultaneous observations is processed in near real-time to quickly identify candidates requiring the use of rapid Target of Opportunity (ToO) observations.

DWF unites the worlds most sensitive facilities with large fields of view in the optical – the Dark Energy Camera (DECam; Flaugher et al. 2015) on the Cerro Tololo Inter-American Observatory (CTIO) Blanco 4-m telescope in Chile and Hyper-SuprimeCam (HSC; Miyazaki et al. 2017) on the Subaru 8-m telescope in Hawaii – taking continuous 20–30 s exposures. Using this strategy, DWF is able to explore a region of luminosity phase space rarely explored by many traditional surveys (see Andreoni et al. 2020). From the real-time data processing, DWF can quickly identify candidates and coordinate rapid-response and long-term follow-up observations of transient candidates. DWF began in 2014 and since its inception has had two pilot runs and seven operational runs (see Andreoni & Cooke 2018; Cooke et al., in preparation).

The unique design of DWF allows exploration of transients on the seconds-to-hours time-scales, providing further understanding into known classes of fast transients, events theorized to occur on these time-scales, and very early detections of slower evolving events (see Section 3 for observation specifics). Using either DECam or HSC, the deep optical component of DWF can explore a region of parameter space not yet reached by previous transient surveys. Note that, although DWF collects simultaneous fast-cadenced data across all wavelengths, radio through gamma-ray, from multiple facilities, we will only focus on DECam optical data here. Work by Andreoni et al. (2020) utilized the unique DWF data and ‘Mary’, our transient difference image discovery pipeline, to detect both galactic and extragalactic transients on the minute time-scales. In this paper, we examine light curves generated purely from science images (i.e. without image subtraction) for all sources in our chosen fields, and explore the ability to identify known and unknown transient and variable sources through the use of unsupervised machine learning. By examining every source light curve through an unsupervised algorithm, we aim to not only distinguish clear source separations in feature space, but identify and classify unknown and outlying sources to comprehensively explore fast transient events and source variability on the seconds-to-hours time-scales.

3 DATA

We use fast cadenced data collected during DWF runs using DECam. We collect 20 s, continuous imaging of targeted fields, acquired in a single band, the ‘g’ filter. We choose the continuous use of the ‘g’ filter to maximize depth with DECam, reaching ∼0.5 magnitudes deeper in comparison to the other filters in dark time. The expected limiting magnitude in ‘g’ band is m(AB) ∼23, for an average seeing of 1.0 arcsec and airmass of 1.5 (relatively high airmass due to the field constraints of observing simultaneously with multiple facilities). For this work, the DECam images are post-processed through the NOAO High-Performance Pipeline System (Scott et al. 2007; Swaters & Valdes 2007; Valdes & Swaters 2007) and then transferred to the OzSTAR supercomputer at Swinburne University of Technology for our data analysis. The DECam 62 CCD mosaic is separated into individual fits files for each extension. Each CCD is processed separately for source extraction using SExtractor (Bertin & Arnouts 1996) and all source magnitudes are corrected for exposure time and magnitude offsets against the SkyMapper Data Release 2 catalogue (Bertin & Arnouts 2010; Onken et al. 2019). A master list is compiled by cross-matching all extracted sources from each CCD, over all exposures within 0.5 arcsec radius between source centroids into one catalogue of source positions. This master catalogue is used to create light curves for each source, replacing any non-detections per single exposure with the CCD exposure detection upper limit represented in the light curve.

To date, DWF has targeted 20 separate fields, each observed typically for six consecutive nights, and has accumulated over 1 million source detections. In this work, we analyse light curves from two separate fields for only one night each, observed using two different observing strategies. In Section 5.1, we analyse data collected from the DWF ‘J04-55 field’ on 2015 December 18, using a field centre of RA:04:10:00.0 and DEC: −55:00:00.0. The continuous 20 s exposures were collected over a 90 min period, using a stare’ observational strategy (i.e. pointing at the same coordinates with no small field dithering between exposures). In Section 5.2, we analyse data gathered over an 80 min period of continuous 20 s exposures centred on the ‘Antlia field’ RA: 10:30:00.0 and DEC: −35:20:00.0 on the Antlia cluster of galaxies. These data were collected on 2017 February 6 and utilized a five point dithering strategy at the beginning, middle, and end of the observation, while staring in between. In these data, we explore the contribution of telescope dithering to the false positive rate of anomaly detection in Section 5.2.

4 METHODOLOGY

We use the following methodology: (1) feature extraction, (2) clustering, (3) t-SNE visual representation, (4) anomaly ranking and visualization with astronomaly. We use feature extraction to find a low dimensional representation of the data, clustering to eliminate large clusters of ordinary objects and instrumental effects and isolate possible interesting transients, anomaly detection to rank these remaining objects by ‘abnormality’ and finally astronomaly to visually explore the detected anomalies. Note that all stages are performed on nightly light curves with an average cadence of ∼60–68 s between light-curve points, accounting for both the 20 s exposure and 40 s CCD readout time, CCD clear and rest. We utilize python for all stages, using the following packages scikit-learn, hdbscan, fats, astropy, numpy, pandas, and matplotlib (Hunter 2007; McKinney et al. 2010; Pedregosa et al. 2011; Nun et al. 2015; Oliphant 2015; McInnes, Healy & Astels 2017; Price-Whelan et al. 2018).

4.1 Features

As the number of data points differ for different light curves, we extract a uniform set of features to (i) reduce the dimensionality, and (ii) allow for direct comparison between light curves that may be on different time-scales with different sampling properties. To represent our unique fast-cadenced data, we use a mixture of normalized features developed and used primarily for the identification of variable stars and quasi-stellar objects. We performed principle component analysis on the features and selected those that corresponded to large eigenvalues. The majority of our features are taken from work by Richards et al. (2011), which were used to classify variable stars from sparse and noisy time-series data. We use only the features not restricted explicitly to folded light curves or periodic sources. Some examples of the features used are amplitudes, standard deviation, linear trend, maximum slope, etc. In addition to these, we used the stellar variability detection features, H1 (amplitudes), R21 (the 2nd to 1st amplitude ratio), and R31 (the 3rd to 1st amplitude ratio) which are focused around Fourier decomposition. The remaining features were taken from work in quasi-stellar object selection, these being autocorrelation length, consecutive points, variability index, and Stetson KAC as used by Kim et al. (2011) and mean, σ and τ taken from a continuous autoregressive model fitted to our data from Pichara et al. (2012). We extract 25 unique features from each light curve using mostly using fats and some in-house routines. Full details and sources for the features used are shown in Appendix A1.

In this work, we run feature extraction in parallel on the OzSTAR supercomputer at Swinburne University. We utilize the Intel Gold 6140 18-core processors on OzSTAR, achieving a feature extraction speed of ∼110 s per 1000 light curves when processed serially.

4.2 HDBSCAN

The focus of this paper is to use machine learning to analyse and cluster our light curves. We choose to use Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN5; McInnes et al. 2017). The theoretical method behind this algorithm was first proposed by Campello, Moulavi & Sander (2013). HDBSCAN takes the approach of Density-Based Spatial Clustering of Applications with Noise (DBSCAN) and converts it into a hierarchical clustering algorithm by varying the value of epsilon (ϵ) to identify clusters of varying densities (for further details see McInnes et al. 2017).

To better understand how HDBSCAN works, we first outline the original DBSCAN algorithm by Ester et al. (1996). DBSCAN performs nearest neighbour searches in a given feature space to determine clusters of overdensities, points closely related in distance, and identify outlier points that exist in low density regions as noise. DBSCAN requires two parameters, ϵ, which represents the radius of the neighbourhood search and a minimum number of points (minPts), which must exist in a neighbourhood to constitute a dense region. What has limited the use of DBSCAN in the past is the inability to vary ϵ in a given data set, requiring clusters to have similar densities. However, HDBSCAN can take in a minimum cluster size parameter which eliminates the need for a single value of ϵ when determining clusters from a dendrogram, adjusting of ϵ as it explores clusters of varying densities.

After several preliminary tests combining the different distance metrics and varying minimum cluster sizes to evaluate cluster purity and uniformity, we opted to require a minimum cluster size of 5 and to use a Euclidean distance metric for its intrinsic ability to calculate the shortest distance between points. We aim to create as many distinct clusters in our feature space as the algorithm will allow to limit the outliers to very low density regions.

4.3 t-SNE

To help visualize the clustering of objects in our high dimensional feature space, we use the t-distributed Stochastic Neighbor Embedding (t-SNE) algorithm developed by van der Maaten & Hinton (2008). The t-SNE algorithm uses the same Euclidean distance metric to measure the proximity of all features in higher-dimensional space. It converts these distances to probabilities using a Gaussian distribution. A similarity matrix of the probabilities is stored for the higher-dimensional space, and the feature space is then collapsed down to 2 or 3 dimensions, depending on the user’s choice, where the Euclidean distance is calculated once again using a t-distribution to assign probabilities and saved as a second similarity matrix. The two distributions are then minimized using the sum of Kullback–Leibler divergence of all data points using a gradient descent method to return a 2D representation of the distance of data in our feature space. It is important to note that due to the stochastic nature of t-SNE, it is used here only for visualization and not cluster identification. We note here that t-SNE was performed for the entirety of our data sets, using the OzSTAR6 computing nodes as well as on a personal machine with 8 GB ram and a 4.0 GHz quad-core Intel Core i7. We acknowledge that for future work the use of Uniform Manifold Approximation and Projection for Dimension Reduction (UMAP; McInnes, Healy & Melville 2018) is a promising method for dimensionality reduction, however in this work we were unable to use UMAP due to computational issues and we deemed t-SNE to be sufficient.

4.4 astronomaly

To find the most anomalous light curves, in each cluster, we use the python package astronomaly7 (Lochner & Bassett, in preparation) which is comprised of a python back end and JavaScript front end to easily explore the data via a locally hosted web interface (for further details see Appendix B1). astronomaly is a flexible framework, designed to detect anomalies within astronomical images or light curves using any of a variety of anomaly detection algorithms. Here we use the scikit-learn implementation of isolation forest (Ting, Liu & Zhou 2008) available in astronomaly. Each cluster of light curves identified by HDBSCAN was saved in individual data frames containing each light curve’s features.

Using astronomaly, each cluster’s light curve’s were evaluated independently, feeding both their features and original light-curve file into the back end of the package.

The isolation forest then works to isolate each light curve by recursively generating partitions, creating a tree structure ultimately segregating each light-curve point into nodes. Each node either contains one individual data point, or several data points all with the same feature value.

The web interface GUI allows the user to visually inspect the highest ranking anomalous light curves (as measured by the isolation forest algorithm), as well as explore the interactive t-SNE plot to probe the lower dimensional cluster space. To enable more rapid visualization, for this work we limit astronomaly to present only the 2000 most anomalously ranked light curves in the GUI interface.

astronomaly serves two purposes in this work. The first is easy visualization of the data in the clusters. Each cluster is analysed individually and the interactive t-SNE plot allows the user to quickly determine if the objects in the cluster do indeed look similar. The data can then be further vetted using the ranked anomaly system. The most anomalous objects within the cluster will appear first and hence should be the objects that are least likely to actually belong to that cluster. Thus, the effectiveness of the clustering can be quickly evaluated without the need for exhaustive study of every single light curve in the cluster.

The second reason we use astronomaly is to identify anomalous sources in the ‘unclustered’ group. With the same ranking system, the most interesting sources (and also instrumental effects) should appear early in the list allowing quick identification. It is critical to note that while this data set is still small enough to manually investigate every object (especially with astronomaly’s visual interface), for data sets consisting of millions of light curves, this would simply not be possible and the automated ranking becomes much more important to allow rapid discovery of anomalous sources.

5 RESULTS

5.1 DWF J04-55 field – no dithering observational strategy

We present the results of our unsupervised method applied to light curves over a 90-min observation of the DWF ‘J04-55 field’ using DECam in stare mode (the telescope tracked the same field centre coordinates for the duration of the observations). It is important to acknowledge that small movements of the telescope may still be present due to telescope guiding, shutter movements, and small pointing shifts. A total of 89 images were acquired, with 23 199 sources, as identified in the J04-55 field from the 5-night master source list, as having greater than three detections (Ndet > 3) for feature extraction.

5.1.1 Clusters

A total of three clusters were identified using HDBSCAN, as shown in Table 1. Cluster 2 dominates, containing |$98.7{{\ \rm per\ cent}}$| of light curves in the field. Inspection showed that this cluster overwhelmingly contained sources which were unchanging in magnitude, consisting of both stars and galaxies. In such a short time-scale observation, we expect that the majority of sources will be assigned to a single cluster in this manner. The two remaining clusters identify faint sources only breaching the detection threshold a few times during the 90 min, and sources near, or on, the edges of CCDs which have caused unusual/anomalous light curves. A visual representation of the clusters in feature space can be seen in Fig. 1.

Figure 1.

Feature space of the 25 features of the 23 199 light curves of the ‘J04-55 field’ collapsed down to 2 dimensions using t-SNE with the clusters labelled in Table 1 and coloured accordingly. It is important to note (1) that the axis values within a t-SNE are not physically meaningful and hence not labelled, and (2) that the t-SNE algorithm works by adapting its own notion of distance to regional density variations in the higher dimensional data. As a result, t-SNE naturally expands dense clusters and contracts sparse ones when collapsed as shown, and this can make some structure within the t-SNE plot appear more significant than it is.

Table 1.

The details of each of the three clusters identified by the HDBSCAN algorithm. The description of the light curves refers to both the light curve and information gathered from individual cutouts of the detection images. Unclustered represents light curves unable to be identified to a cluster.

Description of light curvesCluster ID# of Light curvesPer cent of Sources
Faint sourcesCluster 080.03 per cent
at detection
threshold –
Sources nearCluster 11440.62 per cent
CCD edge –
Steady light curvesCluster 222 909|$\gt 98.7$| per cent
Real andUnclustered138<0.59 per cent
photometrically
affected light curves
Description of light curvesCluster ID# of Light curvesPer cent of Sources
Faint sourcesCluster 080.03 per cent
at detection
threshold –
Sources nearCluster 11440.62 per cent
CCD edge –
Steady light curvesCluster 222 909|$\gt 98.7$| per cent
Real andUnclustered138<0.59 per cent
photometrically
affected light curves
Table 1.

The details of each of the three clusters identified by the HDBSCAN algorithm. The description of the light curves refers to both the light curve and information gathered from individual cutouts of the detection images. Unclustered represents light curves unable to be identified to a cluster.

Description of light curvesCluster ID# of Light curvesPer cent of Sources
Faint sourcesCluster 080.03 per cent
at detection
threshold –
Sources nearCluster 11440.62 per cent
CCD edge –
Steady light curvesCluster 222 909|$\gt 98.7$| per cent
Real andUnclustered138<0.59 per cent
photometrically
affected light curves
Description of light curvesCluster ID# of Light curvesPer cent of Sources
Faint sourcesCluster 080.03 per cent
at detection
threshold –
Sources nearCluster 11440.62 per cent
CCD edge –
Steady light curvesCluster 222 909|$\gt 98.7$| per cent
Real andUnclustered138<0.59 per cent
photometrically
affected light curves

5.1.2 Variable/transient sources

A total of 138 light curves remained unclustered (referred to as noise by HDBSCAN, shown in black on Fig. 1). The unclustered light curves represent those which have a significant distance from identified clusters and represent the outliers in the data. It is these outliers which are variable and transient sources in the field. The light curve of each was visually inspected (in order of anomaly score) using the astronomaly package and variable sources were cross-matched to existing catalogs to check for known variability (mainly the International Variable Star Index (VSX) catalogue (Watson, Henden & Price 2006), identified RR lyrae stars from the Dark Energy Survey (DES) Stringer et al. (2019), and the Catalina Surveys Southern Periodic Variable Star Catalogue (Drake et al. 2017)). For newly discovered sources showing variability, locations on a Colour–Magnitude Diagram (CMD) were calculated using Gaiadata release 2 parallax and photometric information (Evans et al. 2018; Luri et al. 2018). The CMD positions were then overlaid on the variability CMDs presented in work by Gaia Collaboration (2019) and shown in Appendix C1 as green triangles. After evaluation with astronomaly, it was determined that the majority of the light curves were indeed anomalous in structure, however caused by instrumental and observational effects. The false positives represented sources on the edges of CCDs or those teetering on the detection threshold. However we did identify six sources of continuous variability, five of which have been previously catalogued, with the remaining variable source discovered by this work. In addition to the variable stars, a stochastic classical flare event was also identified. Source IDs, name, coordinates, known catalogue ID (if available) and period are shown in Table 2, and the light curves are shown in Fig. 2.

Figure 2.

Four previously known and two newly discovered variable/transient sources present in the unclustered noise within the J04-55 field analysis.

Table 2.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDTypeaPeriod (d)b
J04-55DWF040449.509-552715.863ASASSN-V J040449.48-552715.9W Ursae Majoris0.27
J04-55DWF040807.980-541827.191ASASSN-V J040807.97-541827.2W Ursae Majoris0.35
J04-55DWF041109.879-544851.201SSS J041109.9-544851W Ursae Majoris0.32
J04-55DWF041435.853-544157.278ASAS J041436-5441.9Contact Binary0.45
J04-55DWF040636.176-543322.433DES 11110400160736RR Lyrae0.59
J04-55DWF041006.862-553303.224Discovered in this workSlow pulsating B.
J04-55DWF040657.647-541626.051Discovered in this workFlare event on RR Lyrae0.86
FieldDWF IDCatalogued IDTypeaPeriod (d)b
J04-55DWF040449.509-552715.863ASASSN-V J040449.48-552715.9W Ursae Majoris0.27
J04-55DWF040807.980-541827.191ASASSN-V J040807.97-541827.2W Ursae Majoris0.35
J04-55DWF041109.879-544851.201SSS J041109.9-544851W Ursae Majoris0.32
J04-55DWF041435.853-544157.278ASAS J041436-5441.9Contact Binary0.45
J04-55DWF040636.176-543322.433DES 11110400160736RR Lyrae0.59
J04-55DWF041006.862-553303.224Discovered in this workSlow pulsating B.
J04-55DWF040657.647-541626.051Discovered in this workFlare event on RR Lyrae0.86

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using GAIA parallax information.

Table 2.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDTypeaPeriod (d)b
J04-55DWF040449.509-552715.863ASASSN-V J040449.48-552715.9W Ursae Majoris0.27
J04-55DWF040807.980-541827.191ASASSN-V J040807.97-541827.2W Ursae Majoris0.35
J04-55DWF041109.879-544851.201SSS J041109.9-544851W Ursae Majoris0.32
J04-55DWF041435.853-544157.278ASAS J041436-5441.9Contact Binary0.45
J04-55DWF040636.176-543322.433DES 11110400160736RR Lyrae0.59
J04-55DWF041006.862-553303.224Discovered in this workSlow pulsating B.
J04-55DWF040657.647-541626.051Discovered in this workFlare event on RR Lyrae0.86
FieldDWF IDCatalogued IDTypeaPeriod (d)b
J04-55DWF040449.509-552715.863ASASSN-V J040449.48-552715.9W Ursae Majoris0.27
J04-55DWF040807.980-541827.191ASASSN-V J040807.97-541827.2W Ursae Majoris0.35
J04-55DWF041109.879-544851.201SSS J041109.9-544851W Ursae Majoris0.32
J04-55DWF041435.853-544157.278ASAS J041436-5441.9Contact Binary0.45
J04-55DWF040636.176-543322.433DES 11110400160736RR Lyrae0.59
J04-55DWF041006.862-553303.224Discovered in this workSlow pulsating B.
J04-55DWF040657.647-541626.051Discovered in this workFlare event on RR Lyrae0.86

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using GAIA parallax information.

5.1.3 Validating the completeness for J04-55 field

To confirm the effectiveness of our unsupervised clustering, we used several methods to verify that all variable sources in the field were identified. First we retrieved all known variable sources from the VSX catalogue. We found 13 catalogued variable sources within DECam’s CCD footprint. Five of the known variable sources were recovered as anomalies in this work (see Table 2), and three were below our detection threshold for the vast majority of exposures. The remaining five did not show significant variability over the ∼90 min period and were subsequently clustered in the grouping of steady light curves. These four sources have catalogued periodicities much longer than 90 min (See Appendix D1 for their details.) Secondly, astronomaly was used to display the 2000 light curves ranked most anomalous via the isolation forest algorithm over the identified clusters. After visual inspection, no additional variable light curves were found. Through these evaluations, we confirm that our methods successfully retrieve most, if not all, varying or transient sources present in the field during our observations.

5.2 DWF J10-35 (or Antlia) field – Dithering observational strategy

Through the uniqueness of the DWF program, novel and non-traditional observing strategies have been implemented dependent on the strategies of the facilities performing simultaneous observations and the overall goals of the observing program. Here we confirm that our unsupervised analysis is able to successfully identify and quantify both real astrophysical anomalies, and those caused due to an observing strategy with relatively large dithers (∼60 arcsec) designed to move the telescope sufficiently to fill the DECam CCD gaps evenly with five dithers. We chose a DWF field where observations were a mixture of five point dithers, and continuous stares over an ∼80 min period. Dithering within surveys is often crucial to fill CCD chip gaps and gather photometric information of all sources in the field. Dithering in this manner results in partial light curves for sources in the chip gaps that are missed during the stare mode observations. Here we evaluate the ‘J10-35’ field, which we will refer to as the Antlia field, as the 3 deg2 field is centred on the Antlia galaxy cluster. The observations contained three, five point dithers during the beginning, middle, and end of the observations.

Using observations taken on the 2017 February 6, a total of 70 348 sources were identified in the Antlia field from the 5-night master source list. Of these, 62 354 light curves met our pipeline criterion of having Ndet > 3 over the ∼80 min observation period.

The same 25 features chosen previously were extracted from each of the 62 354 light curves and a total of 37 clusters were identified through the HDBSCAN clustering algorithm, as well as a group of unclustered light curves that did not satisfy the distance requirements to join the identified clusters (see Appendix E1 for individual cluster information). It is immediately apparent that a significantly higher number of clusters were identified throughout these data in comparison to the previous J04-55 field results in Section 5.1, for which we only find four clusters. The increase in clusters is due to characteristics introduced into the light curves from photometric issues caused mainly by the dithering strategy and the tip/tilt motion when using the hexapod8 on DECam. Below, we outline the usefulness of these clusters in identifying and quantifying transient classifications.

5.2.1 Cluster sub-groupings

The 37 clusters can be broken down into eight sub-groups of clusters, including the unclustered grouping, shown in Table 3. Visual inspection of randomly selected, if not all for the smaller groupings, source fits images over time were used to determine the sub-groupings. The majority of clusters fall into the sub-groups of photometric anomalies caused by telescope dithering, photometric correction issues or, less frequently, by CCD artifacts/cosmic rays. However two sub-groupings are of interest, variable sources (G2), and the light curves that were unable to be clustered with HDBSCAN (UC within Fig. 3 and Table 3). The variable sources identified in G2 are discussed further in Section 5.2.2.

Figure 3.

Feature space of the 25 features of the 62 354 light curves of the Antlia field collapsed down to 2 dimensions using t-SNE. The sub-groupings as outlined in Table 3 are coloured accordingly. It is important to note that t-SNE algorithm works by adapting its known notion of distance to regional density variations in the higher dimensional data, as a result t-SNE naturally expands dense clusters and contracts sparse ones when collapsed.

Table 3.

The nine sub-groupings of light-curve types as identified in the Antlia field.

Sub GroupDescription of light curvesCluster IDs# of Light CurvesPer cent of Sourcescolour in t-SNE
G1Steady light curves365827993.5 per centGrey
G2Variable sources16<0.01 per centCyan
G3Faint sources at detection threshold33, 34, 3523<0.01 per centRed
G4Only detected on five point dithers0, 3, 4, 21, 22, 23, 27, 28, 32111<0.2 per centOrange
G5Photometric correction issues on first 5 dither points5, 6, 7, 9, 10, 11, 12, 13, 18266<0.45 per centBlue
G6Sources near edge of CCD resulting in dimming and brightening2, 14, 17, 24,26, 2911761.88 per centPurple
G7One or more detections affected by cosmic rays, pixel faults, etc315<0.01 per centGreen
G8Other photometric correction issues e.g. Blended sources.8, 15, 16, 19,20, 25, 30319<0.6 per centPink
UCContains a mixture of real variables and light curves affected –
by many of the identified photometric concerns outlined above−1 / unclustered21693.48 per centBlack
Sub GroupDescription of light curvesCluster IDs# of Light CurvesPer cent of Sourcescolour in t-SNE
G1Steady light curves365827993.5 per centGrey
G2Variable sources16<0.01 per centCyan
G3Faint sources at detection threshold33, 34, 3523<0.01 per centRed
G4Only detected on five point dithers0, 3, 4, 21, 22, 23, 27, 28, 32111<0.2 per centOrange
G5Photometric correction issues on first 5 dither points5, 6, 7, 9, 10, 11, 12, 13, 18266<0.45 per centBlue
G6Sources near edge of CCD resulting in dimming and brightening2, 14, 17, 24,26, 2911761.88 per centPurple
G7One or more detections affected by cosmic rays, pixel faults, etc315<0.01 per centGreen
G8Other photometric correction issues e.g. Blended sources.8, 15, 16, 19,20, 25, 30319<0.6 per centPink
UCContains a mixture of real variables and light curves affected –
by many of the identified photometric concerns outlined above−1 / unclustered21693.48 per centBlack
Table 3.

The nine sub-groupings of light-curve types as identified in the Antlia field.

Sub GroupDescription of light curvesCluster IDs# of Light CurvesPer cent of Sourcescolour in t-SNE
G1Steady light curves365827993.5 per centGrey
G2Variable sources16<0.01 per centCyan
G3Faint sources at detection threshold33, 34, 3523<0.01 per centRed
G4Only detected on five point dithers0, 3, 4, 21, 22, 23, 27, 28, 32111<0.2 per centOrange
G5Photometric correction issues on first 5 dither points5, 6, 7, 9, 10, 11, 12, 13, 18266<0.45 per centBlue
G6Sources near edge of CCD resulting in dimming and brightening2, 14, 17, 24,26, 2911761.88 per centPurple
G7One or more detections affected by cosmic rays, pixel faults, etc315<0.01 per centGreen
G8Other photometric correction issues e.g. Blended sources.8, 15, 16, 19,20, 25, 30319<0.6 per centPink
UCContains a mixture of real variables and light curves affected –
by many of the identified photometric concerns outlined above−1 / unclustered21693.48 per centBlack
Sub GroupDescription of light curvesCluster IDs# of Light CurvesPer cent of Sourcescolour in t-SNE
G1Steady light curves365827993.5 per centGrey
G2Variable sources16<0.01 per centCyan
G3Faint sources at detection threshold33, 34, 3523<0.01 per centRed
G4Only detected on five point dithers0, 3, 4, 21, 22, 23, 27, 28, 32111<0.2 per centOrange
G5Photometric correction issues on first 5 dither points5, 6, 7, 9, 10, 11, 12, 13, 18266<0.45 per centBlue
G6Sources near edge of CCD resulting in dimming and brightening2, 14, 17, 24,26, 2911761.88 per centPurple
G7One or more detections affected by cosmic rays, pixel faults, etc315<0.01 per centGreen
G8Other photometric correction issues e.g. Blended sources.8, 15, 16, 19,20, 25, 30319<0.6 per centPink
UCContains a mixture of real variables and light curves affected –
by many of the identified photometric concerns outlined above−1 / unclustered21693.48 per centBlack

Representation of the clusters in feature space can been seen in Fig. 3 where the feature space has been reduced into 2 dimensions using t-SNE. The figure clearly shows the feature space dominated by one main cluster of non-varying light curves (number 36, sub group G1), which is unsurprising, as we expect the majority of sources in the field to be unchanging over the minutes-to-hours time-scales. Fig. 3 further illustrates the grouping of clusters with related light curves by highlighting the sub-groups of light-curve properties and their causes as outlined in Table 3. Example light curves of each of the sub-groups are shown in Fig. 4.

Figure 4.

Antlia field examples of typical light curves present in each of the sub-groupings. The blue points represent source detections, the red triangles represent the limiting magnitudes of the exposures and are only present in the light curves when sources are not detected.

From the sub-grouping of clusters, we are able to meaningfully quantify the light curves for this field: finding that 93.5|${{\ \rm per\ cent}}$| are grouped into one cluster, of steady light curves, while ∼2.0|${{\ \rm per\ cent}}$| of light curves were affected by telescope dithering and/or the use of the hexapod on the DECam instrument, and 0.39|${{\ \rm per\ cent}}$| of light curves had photometric correction issues over the first five exposures (of the 80) due to the initial five point dither pattern and change in standard stars used for correction on certain CCDs.

5.2.2 Sub-groups identifying variable sources

The algorithm identified one cluster containing sources of true astrophysical variability, described in sub-grouping G2 in Table 3. These sources were cross-matched to several catalogues to check for known variability, as outlined in Section 5.1.2. In this group, we identified six variable sources, three of which have been previously catalogued and three sources discovered by this work. Source IDs, name, coordinates, known catalogue ID (if available), and period are shown in Table 4.

Table 4.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDProbable typeaPeriod (d)b
AntliaDWF102919.102-355133.303SSS J102919.0-355133Spotted Star0.34
AntliaDWF102938.901-345415.969SSS J102938.8-345416W Ursae Majoris0.27
AntliaDWF103105.927-360744.003SSS J103105.8-360742W Ursae Majoris0.44
AntliaDWF102552.421-354418.436Discovered in this workδ Scuti or γ Doradus
AntliaDWF103240.961-344522.875Discovered in this work
AntliaDWF103147.030-354553.653Discovered in this work
FieldDWF IDCatalogued IDProbable typeaPeriod (d)b
AntliaDWF102919.102-355133.303SSS J102919.0-355133Spotted Star0.34
AntliaDWF102938.901-345415.969SSS J102938.8-345416W Ursae Majoris0.27
AntliaDWF103105.927-360744.003SSS J103105.8-360742W Ursae Majoris0.44
AntliaDWF102552.421-354418.436Discovered in this workδ Scuti or γ Doradus
AntliaDWF103240.961-344522.875Discovered in this work
AntliaDWF103147.030-354553.653Discovered in this work

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using Gaia parallax information.

Table 4.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDProbable typeaPeriod (d)b
AntliaDWF102919.102-355133.303SSS J102919.0-355133Spotted Star0.34
AntliaDWF102938.901-345415.969SSS J102938.8-345416W Ursae Majoris0.27
AntliaDWF103105.927-360744.003SSS J103105.8-360742W Ursae Majoris0.44
AntliaDWF102552.421-354418.436Discovered in this workδ Scuti or γ Doradus
AntliaDWF103240.961-344522.875Discovered in this work
AntliaDWF103147.030-354553.653Discovered in this work
FieldDWF IDCatalogued IDProbable typeaPeriod (d)b
AntliaDWF102919.102-355133.303SSS J102919.0-355133Spotted Star0.34
AntliaDWF102938.901-345415.969SSS J102938.8-345416W Ursae Majoris0.27
AntliaDWF103105.927-360744.003SSS J103105.8-360742W Ursae Majoris0.44
AntliaDWF102552.421-354418.436Discovered in this workδ Scuti or γ Doradus
AntliaDWF103240.961-344522.875Discovered in this work
AntliaDWF103147.030-354553.653Discovered in this work

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using Gaia parallax information.

Of the three newly discovered sources in this sub-grouping, we are unable to unambiguously identify the variable types of two sources using the CMD in Appendix C1. The CMD location of the reamining source was calculated using Gaia data release 2 parallax and photometric information (Evans et al. 2018; Luri et al. 2018). The CMD position is overlaid on the variability CMDs presented in work by Gaia Collaboration (2019) and subsequently used for likely type identification in 3. We are unable to confidently classify DWF103240.961-344522.875 in the CMD because of its large Gaia parallax uncertainty and, thus, absolute magnitude. On the other hand, DWF103147.030-354553.653 sits in an area where few pulsating objects are found, between main sequence stars and white dwarfs but where cataclysmic variables are common. A source in this region was shown by Gaia Collaboration (2019) to be likely a cataclysmic variable (CV). The light curves for all six sources are presented in Fig. 5.

Figure 5.

Three previously known and three newly discovered variable sources as identified in sub-group G2.

5.2.3 Variable/transient sources

A total of 2169 light curves were unclustered by HDBSCAN and not assigned to a specific cluster in our analysis of the Antlia field. These light curves can be seen to sit along the outskirts of the main grouping of G1 in Fig. 3, as well as occupying similar feature space to other identified clusters. It is these light curves which are of particular interest for rare transient and variable events, as we expect any unusual and unique light curves in comparison to the majority to be identified as noise via HDBSCAN.

Two independent approaches were used to evaluate the unclustered light curves. The first was manual inspection of all 2169 light curves and the second was anomaly detection and ranking using astronomaly. This dual approach was taken to comparatively quantify the successful extraction of interesting anomalous light curves using astronomaly’s inbuilt isolation forest anomaly ranking. Here, astronomaly was used to explore groupings of similar light curves through its inbuilt interactive t-SNE plot.

During our evaluation, sources within the unclustered grouping, were again cross-matched to VSX, DES, and the Catalina Surveys Southern Periodic Variable Star Catalogue, to identify previous detections and classifications. The majority of the unclustered light curves were false positives caused by dithering affects on sources. However, amongst the false positives we identify nine variable sources, six of which were previously catalogued by surveys, with the remaining three sources discovered in this work. We further discover an ultrafast flaring source, with positioning on the CMD suggesting the source is consistent with M dwarf flares. Optical flare events evolving on very short time-scales (seconds-to-minutes) such as this have previously only been identified using 10 s cadence of NUV GALAX data by Brasseur, Osten & Fleming (2019), uncovering a previously unexplored population of short duration of stellar flares. Source IDs, name, coordinates, known catalogue ID (if available) and period are shown in Table 5. The light curves for each of the sources are presented in Fig. 6. The newly discovered sources showing variability are overlaid on the CMD in Appendix C1 as purple triangles.

Figure 6.

Size previously known and four newly discovered variable sources as identified in the grouping of unclustered light curves. The blue points represent source detections, while the red triangles represent the limiting magnitudes of the exposures and are only present in the light curves when sources are not detected.

Table 5.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDTypeaPeriod (d)b
AntliaDWF102641.723-355131.230SSS J102641.7-355130W Ursae Majoris0.29
AntliaDWF102742.474-343932.754SSS J102742.4-343933W Ursae Majoris0.27
AntliaDWF103120.961-354209.063SSS J103120.8-3542094W Ursae Majoris0.27
AntliaDWF103037.999-355800.839ASAS J103038-3558.0β Persei0.72
AntliaDWF103047.592-354046.884SSS J103047.5-354047RR Lyrae0.31
AntliaDWF103114.718-343832.907SSS J103114.5-343834.RR Lyrae0.33
AntliaDWF102606.360-354249.252Discovered in this workUV Ceti or T Tauri
AntliaDWF103355.245-352124.241Discovered in this workT Tauri
AntliaDWF103325.535-353259.289Discovered in this workγ Doradus
AntliaDWF102955.559-360035.170Discovered in this workUltrafast flare
FieldDWF IDCatalogued IDTypeaPeriod (d)b
AntliaDWF102641.723-355131.230SSS J102641.7-355130W Ursae Majoris0.29
AntliaDWF102742.474-343932.754SSS J102742.4-343933W Ursae Majoris0.27
AntliaDWF103120.961-354209.063SSS J103120.8-3542094W Ursae Majoris0.27
AntliaDWF103037.999-355800.839ASAS J103038-3558.0β Persei0.72
AntliaDWF103047.592-354046.884SSS J103047.5-354047RR Lyrae0.31
AntliaDWF103114.718-343832.907SSS J103114.5-343834.RR Lyrae0.33
AntliaDWF102606.360-354249.252Discovered in this workUV Ceti or T Tauri
AntliaDWF103355.245-352124.241Discovered in this workT Tauri
AntliaDWF103325.535-353259.289Discovered in this workγ Doradus
AntliaDWF102955.559-360035.170Discovered in this workUltrafast flare

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources, the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using Gaia parallax information.

Table 5.

Sources identified showing variability in J04-55 and Antlia fields. Note: lines in bold indicate discoveries in this work.

FieldDWF IDCatalogued IDTypeaPeriod (d)b
AntliaDWF102641.723-355131.230SSS J102641.7-355130W Ursae Majoris0.29
AntliaDWF102742.474-343932.754SSS J102742.4-343933W Ursae Majoris0.27
AntliaDWF103120.961-354209.063SSS J103120.8-3542094W Ursae Majoris0.27
AntliaDWF103037.999-355800.839ASAS J103038-3558.0β Persei0.72
AntliaDWF103047.592-354046.884SSS J103047.5-354047RR Lyrae0.31
AntliaDWF103114.718-343832.907SSS J103114.5-343834.RR Lyrae0.33
AntliaDWF102606.360-354249.252Discovered in this workUV Ceti or T Tauri
AntliaDWF103355.245-352124.241Discovered in this workT Tauri
AntliaDWF103325.535-353259.289Discovered in this workγ Doradus
AntliaDWF102955.559-360035.170Discovered in this workUltrafast flare
FieldDWF IDCatalogued IDTypeaPeriod (d)b
AntliaDWF102641.723-355131.230SSS J102641.7-355130W Ursae Majoris0.29
AntliaDWF102742.474-343932.754SSS J102742.4-343933W Ursae Majoris0.27
AntliaDWF103120.961-354209.063SSS J103120.8-3542094W Ursae Majoris0.27
AntliaDWF103037.999-355800.839ASAS J103038-3558.0β Persei0.72
AntliaDWF103047.592-354046.884SSS J103047.5-354047RR Lyrae0.31
AntliaDWF103114.718-343832.907SSS J103114.5-343834.RR Lyrae0.33
AntliaDWF102606.360-354249.252Discovered in this workUV Ceti or T Tauri
AntliaDWF103355.245-352124.241Discovered in this workT Tauri
AntliaDWF103325.535-353259.289Discovered in this workγ Doradus
AntliaDWF102955.559-360035.170Discovered in this workUltrafast flare

aFor previously catalogued sources, type is identified by catalogue, if newly discovered source, type approximated from CMD position (see Appendix C1).

bFor previously catalogued sources, the period is taken from the discovery survey, if newly discovered source period is not known.

cAbsolute G-Band magnitude as calculated using Gaia parallax information.

5.2.4 astronomaly performance

We utilized the large set of unclustered light curves identified in the Antlia field to test the abilities of astronomaly to present only the most astrophysically anomalous light curves to astronomers in a timely manner. astronomaly takes less than 2 min to process the features through the isolation forest algorithm and launch the interactive web GUI.

Using the astronomaly front end GUI to visually inspect each light curve in ranked order, we identified the nine variable sources within the top 280 of 2000 highest ranking anomalous light curves taken from the grouping of unclustered sources and the ultrafast flare event was identified within the first 600. By using both clustering and astronomaly we were able to find all the anomalies in the first 0.9 |${{\ \rm per\ cent}}$| of the over all Antlia data. This result highlights the possibility to significantly reduce the amount of time needed for light-curve evaluation of anomalous events by astronomers, and will be continued to be utilized in the future analysis of DWF light curves.

A more recent version of astronomaly contains human-in-the-loop learning, designed specifically to deal with finding objects that are swamped by more anomalous points (according to the machine learning) but are actually more mundane objects.

5.2.5 Validating the completeness for Antlia field

Similar to Section 5.1.3, we took several steps to verify all variable sources which were identified. Within a 1.5 degree radius of the field centre, 22 catalogued variable sources (with periods less than 1 d) existed in the VSX catalogue and within DECam’s CCD footprint. Nine of the known variable sources were recovered as anomalies in this work, both being identified in the cluster of variables and within the unclustered grouping of most anomalous light curves, as explained in detail in Sections 5.2.1 and 5.2.2. Of the remaining sources, six did not show significant variability over the ∼80 min period and were subsequently clustered in the grouping of steady light curves, consistent with their longer recorded periods (see Appendix D2 for full details). The remaining seven were either below detection threshold, at saturation limits, or photometrically affected by dithering and were clustered accordingly. astronomaly was used to display the top 2000 light curves (limited to 2000 light curves by astronomaly for the handling of the interactive t-SNE plot) ranked most anomalous via the isolated forest algorithm over the identified clusters. After visual inspection, no additional interesting light curves were found.

6 CONCLUSION

Existing and future astronomical surveys are continuously pushing the bounds of the known transient universe, and the ability to efficiently probe a large number of light curves in a timely manner will become vital in the exploration of regions of previously known and unknown classes of events. In this work, we have successfully shown the capability of unsupervised machine learning methods to rapidly and thoroughly explore fast cadenced data collected by transient surveys, using the DWF program as an example. By taking a two-step approach of both clustering and anomaly/outlier detection, we were able to identify seven previously unidentified variable stars. We also identified two classes of stellar flares, one classical flare and one rapidly evolving flare, further demonstrating the effectiveness of our unsupervised methods and the unique capability of the DWF program. Notable is the speed of which this method can be performed. Feature extraction takes ∼110 s per 1000 light curves and when run in parallel (on the OzSTAR supercomputer) can complete a set of 70 000 light curves in less than 15 min. The HDBSCAN clustering takes a further ∼2 min, and in total, a set of 70 000 light curves can be ready for human evaluation using astronomaly within 20 min. Both the speed and ease of use our method demonstrates the ability of unsupervised methods in meaningfully evaluating light curves to identify source variability. This method is well suited for the use on current and upcoming surveys for anomaly detection, for which hundreds of millions of light curves will inevitably be produced.

Finally, we stress that this work explores a small fraction of the full DWF data set, only two fields for 80–90 min each. Future work will involve the evaluation of 250+ h of data for 17 fields. Moreover, as DWF runs typically occur over six consecutive nights, additional variable sources will be found over a range of phase durations when the data is analysed over the full run duration for the two fields explored here. Furthermore, we plan to use this unsupervised method on light curves combined over multiple nights to search for long period variables, which would otherwise appear steady in single night light curves.

ACKNOWLEDGEMENTS

We would like to thank the organisers of the 2019 Kavli Summer Program in Astrophysics hosted at the University of California, Santa Cruz, without which this collaboration and work would not have been possible. We give thanks to our reviewer for their feedback, insight and comments. The program was funded by the Kavli Foundation, The National Science Foundation, UC Santa Cruz, and the Simons Foundation. Part of this research was funded by the Australian Research Council Centre of Excellence for Gravitational Wave Discovery (OzGrav), CE170100004. We acknowledge the financial assistance of the National Research Foundation (NRF). Opinions expressed and conclusions arrived at, are those of the authors and are not necessarily to be attributed to the NRF. This work was partly supported by the GROWTH (Global Relay of Observatories Watching Transients Happen) project funded by the National Science Foundation under PIRE Grant No 1545949. 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 project used data obtained with the Dark Energy Camera (DECam), which was constructed by the Dark Energy Survey (DES) collaboration. Funding for the DES Projects has been provided by the U.S. Department of Energy, the U.S. National Science Foundation, the Ministry of Science and Education of Spain, the Science and Technology Facilities Council of the United Kingdom, the Higher Education Funding Council for England, the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign, the Kavli Institute of Cosmological Physics at the University of Chicago, the Center for Cosmology and Astro-Particle Physics at the Ohio State University, the Mitchell Institute for Fundamental Physics and Astronomy at Texas A&M University, Financiadora de Estudos e Projetos, Fundação Carlos Chagas Filho de Amparo à Pesquisa do Estado do Rio de Janeiro, Conselho Nacional de Desenvolvimento Científico e Tecnológico and the Ministério da Ciência, Tecnologia e Inovacão, the Deutsche Forschungsgemeinschaft, and the Collaborating Institutions in the Dark Energy Survey. The Collaborating Institutions are Argonne National Laboratory, the University of California at Santa Cruz, the University of Cambridge, Centro de Investigaciones Enérgeticas, Medioambientales y Tecnológicas-Madrid, the University of Chicago, University College London, the DES-Brazil Consortium, the University of Edinburgh, the Eidgenössische Technische Hochschule (ETH) Zürich, Fermi National Accelerator Laboratory, the University of Illinois at Urbana-Champaign, the Institut de Ciències de l’Espai (IEEC/CSIC), the Institut de Física d’Altes Energies, Lawrence Berkeley National Laboratory, the Ludwig-Maximilians Universität München and the associated Excellence Cluster Universe, the University of Michigan, the National Optical Astronomy Observatory, the University of Nottingham, the Ohio State University, the OzDES Membership Consortium the University of Pennsylvania, the University of Portsmouth, SLAC National Accelerator Laboratory, Stanford University, the University of Sussex, and Texas A&M University. Based on observations at Cerro Tololo Inter-American Observatory, National Optical Astronomy Observatory which is operated by the Association of Universities for Research in Astronomy (AURA) under a cooperative agreement with the National Science Foundation.

DATA AVAILABILITY

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

Footnotes

8

The hexapod mechanism is a set of six pneumatically driven pistons that actuate to precisely align the optical elements between exposures.

REFERENCES

Andreoni
I.
,
Cooke
J.
,
2019
,
IAU Symposium, Southern Horizons in Time-Domain Astronomy
,
339
,
135

Andreoni
I.
et al. ,
2017a
,
Publ. Astron. Soc. Austr.
,
34
,
e069

Andreoni
I.
et al. ,
2017b
,
Publ. Astron. Soc. Austr.
,
34
,
e037

Andreoni
I.
et al. ,
2020
,
MNRAS
,
491
,
5852

Bellm
E. C.
et al. ,
2019
,
PASP
,
131
,
018002

Berger
E.
et al. ,
2013
,
ApJ
,
779
,
18

Bertin
E.
,
Arnouts
S.
,
1996
,
A&AS
,
117
,
393

Bertin
E.
,
Arnouts
S.
,
2010
,
SExtractor: Source Extractor
, record
ascl:1010.064

Bloom
J. S.
et al. ,
2012
,
PASP
,
124
,
1175

Borucki
W. J.
et al. ,
2010
,
Science
,
327
,
977

Brasseur
C. E.
,
Osten
R. A.
,
Fleming
S. W.
,
2019
,
ApJ
,
883
,
88

Burdge
K. B.
et al. ,
2019
,
Nature
,
571
,
528

Campello
R. J. G. B.
,
Moulavi
D.
,
Sander
J.
,
2013
, in
Pei
J.
,
Tseng
V. S.
,
Cao
L.
,
Motoda
H.
,
Xu
G.
, eds,
Advances in Knowledge Discovery and Data Mining
.
Springer
,
Berlin, Heidelberg
, p.
160

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

Dark Energy Survey Collaboration
,
2016
,
MNRAS
,
460
,
1270

Debosscher
J.
,
Sarro
L. M.
,
Aerts
C.
,
Cuypers
J.
,
Vandenbussche
B.
,
Garrido
R.
,
Solano
E.
,
2007
,
A&A
,
475
,
1159

Drake
A. J.
et al. ,
2017
,
MNRAS
,
469
,
3688

Ester
M.
,
Kriegel
H.-P.
,
Sander
J.
,
Xu
X.
,
1996
, in
Evangelos
S.
,
Jiawei
H.
,
Usama
F.
, eds,
Proceedings of the Second International Conference on Knowledge Discovery and Data Mining, KDD’96
.
AAAI Press
,
Portland, Oregon
, p.
226

Evans
D. W.
et al. ,
2018
,
A&A
,
616
,
A4

Flaugher
B.
et al. ,
2015
,
AJ
,
150
,
150

Gaia Collaboration
,
2019a
,
A&A
,
623
,
A110

Garnavich
P. M.
, et al. ,
2016
,
ApJ
,
820
,
23

Giles
D.
,
Walkowicz
L.
,
2019
,
MNRAS
,
484
,
834

Graham
M. J.
et al. ,
2019
,
PASP
,
131
,
078001

Howell
S. B.
et al. ,
2014
,
PASP
,
126
,
398

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

Karpenka
N. V.
,
Feroz
F.
,
Hobson
M. P.
,
2012
,
MNRAS
,
429
,
1278

Kim
D.-W.
,
Bailer-Jones
C. A. L.
,
2016
,
A&A
,
587
,
A18

Kim
D.-W.
,
Protopapas
P.
,
Byun
Y.-I.
,
Alcock
C.
,
Khardon
R.
,
Trichas
M.
,
2011
,
ApJ
,
735
,
68

Kim
D.-W.
,
Protopapas
P.
,
Bailer-Jones
C. A. L.
,
Byun
Y.-I.
,
Chang
S.-W.
,
Marquette
J.-B.
,
Shin
M.-S.
,
2014
,
A&A
,
566
,
A43

Gehrels
N.
et al. ,
2004
,
ApJ
,
611
,
1005

Lipunov
V. M.
et al. ,
2007
,
Astron. Rep.
,
51
:

Lochner
M.
,
McEwen
J. D.
,
Peiris
H. V.
,
Lahav
O.
,
Winter
M. K.
,
2016
,
ApJS
,
225
,
31

Lorimer
D.
et al. ,
2007
,
Science
,
318
,
777

LSST Science Collaboration
,
2009
,
preprint (arXiv:0912.0201)

Luri
X.
et al. ,
2018
,
A&A
,
616
,
A9

Mackenzie
C.
,
Pichara
K.
,
Protopapas
P.
,
2016
,
ApJ
,
820
,
138

Mahabal
A.
,
Sheth
K.
,
Gieseke
F.
,
Pai
A.
,
Djorgovski
S. G.
,
Drake
A.
,
Graham
M.
,
the CSS/CRTS/PTF Collaboration
,
2017
,
IEEE Symposium Series on Computational Intelligence
.
Honolulu, HI, USA
, p.
2757

McInnes
L.
,
Healy
J.
,
Astels
S.
,
2017
,
J. Open Source Softw.
,
2
,
205

McInnes
L.
,
Healy
J.
,
Melville
J.
,
2018
,
preprint (arXiv:1802.03426)

McKinney
W.
et al. ,
2010
, in
van der Walt
S.
,
Millman
J.
, eds,
Proceedings of the 9th Python in Science Conference
.
Austin, Texas
, p.
51

Meade
B.
et al. ,
2017
,
Publ. Astron. Soc. Austr.
,
34
,
e023

Miyazaki
S.
et al. ,
2017
,
PASJ
,
70
,
s1

Möller
A.
,
de Boissière
T.
,
2020
,
MNRAS
,
491
,
4277

Möller
A.
et al. ,
2016
,
J. Cosmol. Astropart. Phys.
,
2016
,
008

Muthukrishna
D.
,
Narayan
G.
,
Mandel
K. S.
,
Biswas
R.
,
Hložek
R.
,
2019
,
PASP
,
131
,
118002

Narayan
G.
et al. ,
2018
,
ApJS
,
236
,
9

Nun
I.
,
Protopapas
P.
,
Sim
B.
,
Zhu
M.
,
Dave
R.
,
Castro
N.
,
Pichara
K.
,
2015
,
preprint (arXiv:1506.00010)

Oliphant
T. E.
,
2015
,
Guide to NumPy
. 2nd edn.,
CreateSpace Independent Publishing Platform
,
USA

Onken
C. A.
et al. ,
2019
,
Publ. Astron. Soc. Austr.
,
36
,
e033

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

Perley
D. A.
et al. ,
2018
,
MNRAS
,
484
,
1031

Pichara
K.
,
Protopapas
P.
,
2013
,
ApJ
,
777
,
83

Pichara
K.
,
Protopapas
P.
,
Kim
D. W.
,
Marquette
J. B.
,
Tisserand
P.
,
2012
,
MNRAS
,
427
,
1284

Prentice
S. J.
et al. ,
2018
,
ApJ
,
865
,
L3

Price-Whelan
A. M.
et al. ,
2018
,
AJ
,
156
,
123

Protopapas
P.
,
Huijse
P.
,
Estévez
P. A.
,
Zegers
P.
,
Príncipe
J. C.
,
Marquette
J.-B.
,
2015
,
ApJS
,
216
,
25

Rau
A.
et al. ,
2009
,
Publications of the Astronomical Society of the Pacific
,
121
,
1334

Rest
A.
et al. ,
2018
,
Nat. Astron.
,
2
,
307

Richards
J. W.
et al. ,
2011
,
ApJ
,
733
,
10

Richmond
M. W.
et al. ,
2020
,
PASJ
,
72
,
3

Roykoff
E. S.
et al. ,
2005
,
ApJ
,
631
:
L117

Schlafly
E. F.
,
Finkbeiner
D. P.
,
2011
,
ApJ
,
737
,
103

Scott
D.
,
Pierfederici
F.
,
Swaters
R. A.
,
Thomas
B.
,
Valdes
F. G.
,
2007
, in
Shaw
R. A.
,
Hill
F.
,
Bell
D. J.
, eds,
ASP Conf. Ser. Vol. 376, Astronomical Data Analysis Software and Systems XVI
.
Astron. Soc. Pac
,
San Francisco
, p.
265

Shappee
B. J.
et al. ,
2014
,
ApJ
,
788
,
48

Stassun
K. G.
et al. ,
2018
,
AJ
,
156
,
102

Stetson
P. B.
,
1996
,
PASP
,
108
,
851

Stringer
K. M.
et al. ,
2019
,
AJ
,
158
,
16

Stubbs
C. W.
,
Doherty
P.
,
Cramer
C.
,
Narayan
G.
,
Brown
Y. J.
,
Lykke
K. R.
,
Woodward
J. T.
,
Tonry
J. L.
,
2010
,
ApJS
,
191
,
376

Swaters
R. A.
,
Valdes
F. G.
,
2007
, in
Shaw
R. A.
,
Hill
F.
,
Bell
D. J.
, eds,
ASP Conf. Ser. Vol. 376, Astronomical Data Analysis Software and Systems XVI
.
Astron. Soc. Pac
,
San Francisco
, p.
269

Ting
K.
,
Liu
F.
,
Zhou
Z.
,
2008
, in
ICDM 2008. Eighth IEEE International Conference on Data Mining
.
IEEE Computer Society
,
Los Alamitos, CA, USA
, p.
413

Valdes
F. G.
,
Swaters
R. A.
,
2007
, in
Shaw
R. A.
,
Hill
F.
,
Bell
D. J.
, eds,
ASP Conf. Ser. Vol. 376, Astronomical Data Analysis Software and Systems XVI
.
Astron. Soc. Pac
,
San Francisco
, p.
273

Valenzuela
L.
,
Pichara
K.
,
2018
,
MNRAS
,
474
,
3259

van der Maaten
L.
,
Hinton
G.
,
2008
,
J. Mach. Learn. Res.
,
9
,
2579

Vohl
D.
, et al. ,
2017
,
Publ. Astron. Soc. Austr.
,
34
,
E038

Watson
C. L.
,
Henden
A. A.
,
Price
A.
,
2006
,
Soc. Astron. Sci. Annu. Symp.
,
25
,
47

APPENDIX A: FEATURES

Table A1.

Features used in this work and the properties of the light curves they represent.

FeatureDescriptionInputsRefs
AmplitudesHalf the difference betweenMagnitudeRichards et al. (2011)
the median of the maximum 5 percent and the median
of the minimum 5 percent magnitude.
Autocorrelation lengthLength of linear dependence of a signal withMagnitudeKim et al. (2011)
itself at two points in time
Beyond1StdPercentage of points beyond oneMagnitude |$\&$| ErrorRichards et al. (2011)
standard deviation from the weighted mean
CARmeanThe mean of a continuous time autoregressiveMagnitude, Time |$\&$| ErrorPichara et al. (2012)
model using a stochastic differential equation
CARσThe variability of the time series onMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time-scales shorter than τ
CARτThe variability amplitude of theMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time series
H1Amplitude derived using the FourierMagnitudeKim & Bailer-Jones (2016)
decomposition
ConThe number of three consecutiveMagnitudeKim et al. (2011)
data points that are brighter or fainter then 2σ
and normalized by N −2
Linear trendSlope of a linear fit to the light curveMagnitude |$\&$| TimeRichards et al. (2011)
MaxSlopeMaximum absolute magnitude slope between twoMagnitude |$\&$| TimeRichards et al. (2011)
consecutive observations
MeanThe mean magnitudeMagnitudeKim et al. (2014)
Mean variancethe ratio of the standard deviationMagnitudeKim et al. (2011)
to the mean magnitude
Median absolute deviationThe median discrepancy of the dataMagnitudeRichards et al. (2011)
from the median data
Median buffer range percentageFraction of photometric pointsMagnitudeRichards et al. (2011)
with amplitude/10 of the median magnitude
Pair slope trendThe fraction of increasing first differencesMagnitudeRichards et al. (2011)
minus the fraction of decreasing
first differences
Q31The difference between the 3rdMagnitudeKim et al. (2014)
and 1st quarterlies
R212nd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
Using the Fourier decomposition
R313rd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
using the Fourier decomposition
RcsRange of cumulative sumMagnitudeRichards et al. (2011)
SkewThe skewness of the sampleMagnitudeRichards et al. (2011)
Slotted autocorrelationSlotted autocorrelation lengthMagnitude |$\&$| TimeProtopapas et al. (2015)
Function length
Small KurtosisSmall sample Kurtosis of magnitudesMagnitudeRichards et al. (2011)
Standard deviationStandard deviation of the magnitudesMagnitudeRichards et al. (2011)
StetsonKACStetson K applied to the slottedMagnitudeStetson (1996), Kim et al. (2011)
autocorrelation function of the light curve
Variability indexRatio of the mean of the square of successive differencesMagntiudeKim et al. (2011)
to the variance of data points
FeatureDescriptionInputsRefs
AmplitudesHalf the difference betweenMagnitudeRichards et al. (2011)
the median of the maximum 5 percent and the median
of the minimum 5 percent magnitude.
Autocorrelation lengthLength of linear dependence of a signal withMagnitudeKim et al. (2011)
itself at two points in time
Beyond1StdPercentage of points beyond oneMagnitude |$\&$| ErrorRichards et al. (2011)
standard deviation from the weighted mean
CARmeanThe mean of a continuous time autoregressiveMagnitude, Time |$\&$| ErrorPichara et al. (2012)
model using a stochastic differential equation
CARσThe variability of the time series onMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time-scales shorter than τ
CARτThe variability amplitude of theMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time series
H1Amplitude derived using the FourierMagnitudeKim & Bailer-Jones (2016)
decomposition
ConThe number of three consecutiveMagnitudeKim et al. (2011)
data points that are brighter or fainter then 2σ
and normalized by N −2
Linear trendSlope of a linear fit to the light curveMagnitude |$\&$| TimeRichards et al. (2011)
MaxSlopeMaximum absolute magnitude slope between twoMagnitude |$\&$| TimeRichards et al. (2011)
consecutive observations
MeanThe mean magnitudeMagnitudeKim et al. (2014)
Mean variancethe ratio of the standard deviationMagnitudeKim et al. (2011)
to the mean magnitude
Median absolute deviationThe median discrepancy of the dataMagnitudeRichards et al. (2011)
from the median data
Median buffer range percentageFraction of photometric pointsMagnitudeRichards et al. (2011)
with amplitude/10 of the median magnitude
Pair slope trendThe fraction of increasing first differencesMagnitudeRichards et al. (2011)
minus the fraction of decreasing
first differences
Q31The difference between the 3rdMagnitudeKim et al. (2014)
and 1st quarterlies
R212nd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
Using the Fourier decomposition
R313rd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
using the Fourier decomposition
RcsRange of cumulative sumMagnitudeRichards et al. (2011)
SkewThe skewness of the sampleMagnitudeRichards et al. (2011)
Slotted autocorrelationSlotted autocorrelation lengthMagnitude |$\&$| TimeProtopapas et al. (2015)
Function length
Small KurtosisSmall sample Kurtosis of magnitudesMagnitudeRichards et al. (2011)
Standard deviationStandard deviation of the magnitudesMagnitudeRichards et al. (2011)
StetsonKACStetson K applied to the slottedMagnitudeStetson (1996), Kim et al. (2011)
autocorrelation function of the light curve
Variability indexRatio of the mean of the square of successive differencesMagntiudeKim et al. (2011)
to the variance of data points
Table A1.

Features used in this work and the properties of the light curves they represent.

FeatureDescriptionInputsRefs
AmplitudesHalf the difference betweenMagnitudeRichards et al. (2011)
the median of the maximum 5 percent and the median
of the minimum 5 percent magnitude.
Autocorrelation lengthLength of linear dependence of a signal withMagnitudeKim et al. (2011)
itself at two points in time
Beyond1StdPercentage of points beyond oneMagnitude |$\&$| ErrorRichards et al. (2011)
standard deviation from the weighted mean
CARmeanThe mean of a continuous time autoregressiveMagnitude, Time |$\&$| ErrorPichara et al. (2012)
model using a stochastic differential equation
CARσThe variability of the time series onMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time-scales shorter than τ
CARτThe variability amplitude of theMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time series
H1Amplitude derived using the FourierMagnitudeKim & Bailer-Jones (2016)
decomposition
ConThe number of three consecutiveMagnitudeKim et al. (2011)
data points that are brighter or fainter then 2σ
and normalized by N −2
Linear trendSlope of a linear fit to the light curveMagnitude |$\&$| TimeRichards et al. (2011)
MaxSlopeMaximum absolute magnitude slope between twoMagnitude |$\&$| TimeRichards et al. (2011)
consecutive observations
MeanThe mean magnitudeMagnitudeKim et al. (2014)
Mean variancethe ratio of the standard deviationMagnitudeKim et al. (2011)
to the mean magnitude
Median absolute deviationThe median discrepancy of the dataMagnitudeRichards et al. (2011)
from the median data
Median buffer range percentageFraction of photometric pointsMagnitudeRichards et al. (2011)
with amplitude/10 of the median magnitude
Pair slope trendThe fraction of increasing first differencesMagnitudeRichards et al. (2011)
minus the fraction of decreasing
first differences
Q31The difference between the 3rdMagnitudeKim et al. (2014)
and 1st quarterlies
R212nd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
Using the Fourier decomposition
R313rd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
using the Fourier decomposition
RcsRange of cumulative sumMagnitudeRichards et al. (2011)
SkewThe skewness of the sampleMagnitudeRichards et al. (2011)
Slotted autocorrelationSlotted autocorrelation lengthMagnitude |$\&$| TimeProtopapas et al. (2015)
Function length
Small KurtosisSmall sample Kurtosis of magnitudesMagnitudeRichards et al. (2011)
Standard deviationStandard deviation of the magnitudesMagnitudeRichards et al. (2011)
StetsonKACStetson K applied to the slottedMagnitudeStetson (1996), Kim et al. (2011)
autocorrelation function of the light curve
Variability indexRatio of the mean of the square of successive differencesMagntiudeKim et al. (2011)
to the variance of data points
FeatureDescriptionInputsRefs
AmplitudesHalf the difference betweenMagnitudeRichards et al. (2011)
the median of the maximum 5 percent and the median
of the minimum 5 percent magnitude.
Autocorrelation lengthLength of linear dependence of a signal withMagnitudeKim et al. (2011)
itself at two points in time
Beyond1StdPercentage of points beyond oneMagnitude |$\&$| ErrorRichards et al. (2011)
standard deviation from the weighted mean
CARmeanThe mean of a continuous time autoregressiveMagnitude, Time |$\&$| ErrorPichara et al. (2012)
model using a stochastic differential equation
CARσThe variability of the time series onMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time-scales shorter than τ
CARτThe variability amplitude of theMagnitude, Time |$\&$| ErrorPichara et al. (2012)
time series
H1Amplitude derived using the FourierMagnitudeKim & Bailer-Jones (2016)
decomposition
ConThe number of three consecutiveMagnitudeKim et al. (2011)
data points that are brighter or fainter then 2σ
and normalized by N −2
Linear trendSlope of a linear fit to the light curveMagnitude |$\&$| TimeRichards et al. (2011)
MaxSlopeMaximum absolute magnitude slope between twoMagnitude |$\&$| TimeRichards et al. (2011)
consecutive observations
MeanThe mean magnitudeMagnitudeKim et al. (2014)
Mean variancethe ratio of the standard deviationMagnitudeKim et al. (2011)
to the mean magnitude
Median absolute deviationThe median discrepancy of the dataMagnitudeRichards et al. (2011)
from the median data
Median buffer range percentageFraction of photometric pointsMagnitudeRichards et al. (2011)
with amplitude/10 of the median magnitude
Pair slope trendThe fraction of increasing first differencesMagnitudeRichards et al. (2011)
minus the fraction of decreasing
first differences
Q31The difference between the 3rdMagnitudeKim et al. (2014)
and 1st quarterlies
R212nd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
Using the Fourier decomposition
R313rd to 1st amplitude ratio derivedMagnitudeKim & Bailer-Jones (2016)
using the Fourier decomposition
RcsRange of cumulative sumMagnitudeRichards et al. (2011)
SkewThe skewness of the sampleMagnitudeRichards et al. (2011)
Slotted autocorrelationSlotted autocorrelation lengthMagnitude |$\&$| TimeProtopapas et al. (2015)
Function length
Small KurtosisSmall sample Kurtosis of magnitudesMagnitudeRichards et al. (2011)
Standard deviationStandard deviation of the magnitudesMagnitudeRichards et al. (2011)
StetsonKACStetson K applied to the slottedMagnitudeStetson (1996), Kim et al. (2011)
autocorrelation function of the light curve
Variability indexRatio of the mean of the square of successive differencesMagntiudeKim et al. (2011)
to the variance of data points

APPENDIX B: astronomaly WEB INTERFACE

Figure B1.

Top) astronomaly web interface ‘Anomaly Scoring’ tab, where light curves can be visually assessed in order of anomaly ranking as determined by the isolation forest algorithm. Bottom) astronomaly web interface ‘Clustering’ tab, displaying an interactive t-SNE plot produced from the input data. The points within the t-SNE can be clicked and then the corresponding light curve will be displayed to the right of the screen. This feature is extremely useful for searching similar light curves based on their features.

APPENDIX C: COLOUR MAGNITUDE PLOT – NEWLY DISCOVERED TRANSIENTS/VARIABLES FROM THIS WORK

Figure C1.

Known pulsating (top panel), eruptive (centre panel), and cataclysmic (bottom panel) variables are shown on the CMDs taken from the Gaia Collaboration (2019), with the newly discovered variable and flaring sources (large symbols) overlaid. The green triangles represented sources found in the J04-55 field, the orange represent newly discovered sources from G2 in the Antlia field, and the purple represent the newly discovered sources, which HDBSCAN was not able to cluster. Schlafly & Finkbeiner (2011) was used to correct Gaia BP-RP for galactic reddening.

APPENDIX D: PREVIOUSLY CATALOGUED SOURCES

Table D1.

Variable star index (VSX) catalogued variable sources within the DWF J04-55.

FieldCatalogue nameTypePeriod (d)Notes
DWF J04-55SSS J041109.9-544851W Ursae Majoris eclipsing binary0.31Identified in this work as anomalous
DWF J04-55ASAS J040958-5520.2Cepheid9.20Below detection threshold most exposures
DWF J04-55ASAS J041436-5441.9Contact binary0.45Identified in this work as anomalous
DWF J04-55ASASSN-V J040807.97-541827.2W Ursae Majoris eclipsing binary0.55Identified in this work as anomalous
DWF J04-55ASASSN-V J040449.48-552715.9W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF J04-55SSS J041229.7-543444Asymmetric RR Lyrae0.55Below detection threshold most exposures
DWF J04-55SSS J040348.1-552845W Ursae Majoris eclipsing binary0.39Below detection threshold most exposures
DWF J04-55SSS J040421.3-551639β Persei eclipsing binary1.15Flat light curve, unchanging over observations
DWF J04-55ASAS J040237-5502.5Detached eclipsing binary1.93Flat light curve, unchanging over observations
DWF J04-55WISE J041127.4-543854β Persei eclipsing binary0.68Flat light curve, unchanging over observations
DWF J04-55ASASSN-V J041337.83-554819.5Variable star of unspecified typeunknownFlat light curve, unchanging over observations
DWF J04-55ASASSN-V J040350.67-545214.6Spotted stars that weren’t0.49Flat light curve, unchanging over observations
classified into a particular class
FieldCatalogue nameTypePeriod (d)Notes
DWF J04-55SSS J041109.9-544851W Ursae Majoris eclipsing binary0.31Identified in this work as anomalous
DWF J04-55ASAS J040958-5520.2Cepheid9.20Below detection threshold most exposures
DWF J04-55ASAS J041436-5441.9Contact binary0.45Identified in this work as anomalous
DWF J04-55ASASSN-V J040807.97-541827.2W Ursae Majoris eclipsing binary0.55Identified in this work as anomalous
DWF J04-55ASASSN-V J040449.48-552715.9W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF J04-55SSS J041229.7-543444Asymmetric RR Lyrae0.55Below detection threshold most exposures
DWF J04-55SSS J040348.1-552845W Ursae Majoris eclipsing binary0.39Below detection threshold most exposures
DWF J04-55SSS J040421.3-551639β Persei eclipsing binary1.15Flat light curve, unchanging over observations
DWF J04-55ASAS J040237-5502.5Detached eclipsing binary1.93Flat light curve, unchanging over observations
DWF J04-55WISE J041127.4-543854β Persei eclipsing binary0.68Flat light curve, unchanging over observations
DWF J04-55ASASSN-V J041337.83-554819.5Variable star of unspecified typeunknownFlat light curve, unchanging over observations
DWF J04-55ASASSN-V J040350.67-545214.6Spotted stars that weren’t0.49Flat light curve, unchanging over observations
classified into a particular class
Table D1.

Variable star index (VSX) catalogued variable sources within the DWF J04-55.

FieldCatalogue nameTypePeriod (d)Notes
DWF J04-55SSS J041109.9-544851W Ursae Majoris eclipsing binary0.31Identified in this work as anomalous
DWF J04-55ASAS J040958-5520.2Cepheid9.20Below detection threshold most exposures
DWF J04-55ASAS J041436-5441.9Contact binary0.45Identified in this work as anomalous
DWF J04-55ASASSN-V J040807.97-541827.2W Ursae Majoris eclipsing binary0.55Identified in this work as anomalous
DWF J04-55ASASSN-V J040449.48-552715.9W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF J04-55SSS J041229.7-543444Asymmetric RR Lyrae0.55Below detection threshold most exposures
DWF J04-55SSS J040348.1-552845W Ursae Majoris eclipsing binary0.39Below detection threshold most exposures
DWF J04-55SSS J040421.3-551639β Persei eclipsing binary1.15Flat light curve, unchanging over observations
DWF J04-55ASAS J040237-5502.5Detached eclipsing binary1.93Flat light curve, unchanging over observations
DWF J04-55WISE J041127.4-543854β Persei eclipsing binary0.68Flat light curve, unchanging over observations
DWF J04-55ASASSN-V J041337.83-554819.5Variable star of unspecified typeunknownFlat light curve, unchanging over observations
DWF J04-55ASASSN-V J040350.67-545214.6Spotted stars that weren’t0.49Flat light curve, unchanging over observations
classified into a particular class
FieldCatalogue nameTypePeriod (d)Notes
DWF J04-55SSS J041109.9-544851W Ursae Majoris eclipsing binary0.31Identified in this work as anomalous
DWF J04-55ASAS J040958-5520.2Cepheid9.20Below detection threshold most exposures
DWF J04-55ASAS J041436-5441.9Contact binary0.45Identified in this work as anomalous
DWF J04-55ASASSN-V J040807.97-541827.2W Ursae Majoris eclipsing binary0.55Identified in this work as anomalous
DWF J04-55ASASSN-V J040449.48-552715.9W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF J04-55SSS J041229.7-543444Asymmetric RR Lyrae0.55Below detection threshold most exposures
DWF J04-55SSS J040348.1-552845W Ursae Majoris eclipsing binary0.39Below detection threshold most exposures
DWF J04-55SSS J040421.3-551639β Persei eclipsing binary1.15Flat light curve, unchanging over observations
DWF J04-55ASAS J040237-5502.5Detached eclipsing binary1.93Flat light curve, unchanging over observations
DWF J04-55WISE J041127.4-543854β Persei eclipsing binary0.68Flat light curve, unchanging over observations
DWF J04-55ASASSN-V J041337.83-554819.5Variable star of unspecified typeunknownFlat light curve, unchanging over observations
DWF J04-55ASASSN-V J040350.67-545214.6Spotted stars that weren’t0.49Flat light curve, unchanging over observations
classified into a particular class
Table D2.

Variable star index (VSX) catalogued variable sources within the DWF Antlia field.

FieldCatalogue NameTypePeriod (d)Notes
DWF AntliaSSS J103047.5-354047RR Lyrae0.31Identified in this work as anomalous
DWF AntliaSSS J102938.8-345416W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103120.8-354209W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaASAS J103038-3558.0β Persei-type eclipsing binary0.72Identified in this work as anomalous
DWF AntliaSSS J103114.5-343834RR Lyrae0.33Identified in this work as anomalous
DWF AntliaSSS J102742.4-343933W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103105.8-360742W Ursae Majoris eclipsing binary0.44Identified in this work as anomalous
DWF AntliaSSS J102641.7-355130W Ursae Majoris eclipsing binary0.29Identified in this work as anomalous
DWF AntliaSSS J102919.0-355133Spotted stars that weren’t0.34Identified in this work as anomalous
classified into a particular class
DWF AntliaSSS J102615.2-351023RR Lyrae0.50Below detection threshold most exposures
DWF AntliaSSS 110101:103109-350150Dwarf novaeunknownFlat light curve, unchanging over observation
DWF AntliaSSS J102933.7-354152W Ursae Majoris eclipsing binary0.29Flat light curve, unchanging over observation
DWF AntliaSSS J103200.4-353401W Ursae Majoris eclipsing binary0.44Flat light curve, unchanging over observation
DWF AntliaSSS J102734.7-353154W Ursae Majoris eclipsing binary0.40Flat light curve, unchanging over observation
DWF AntliaSSS J102717.6-353645β Persei-type eclipsing binary0.89Flat light curve, unchanging over observation
DWF AntliaSSS J103425.0-350405W Ursae Majoris eclipsing binary0.41Flat light curve, unchanging over observation
DWF AntliaSSS J102712.4-353219RR Lyrae0.63At saturation limit with photometry affected,
DWF AntliaSSS J103237.3-345913Spotted stars that weren’t0.30At saturation limit with photometry affected,
classified into a particular class
DWF AntliaSSS J103436.8-352812W Ursae Majoris eclipsing binary0.35At saturation limit with photometry affected
DWF AntliaSSS J103157.1-351718W Ursae Majoris eclipsing binary0.32Light curve photometricly affected.
DWF AntliaSSS J103440.2-351511W Ursae Majoris eclipsing binary0.31Affected photometry from CCD edge
identified as such in G6.
DWF AntliaSSS J102906.8-360355W Ursae Majoris eclipsing binary0.32Affected photometry from CCD edge,
identified as such in G6.
FieldCatalogue NameTypePeriod (d)Notes
DWF AntliaSSS J103047.5-354047RR Lyrae0.31Identified in this work as anomalous
DWF AntliaSSS J102938.8-345416W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103120.8-354209W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaASAS J103038-3558.0β Persei-type eclipsing binary0.72Identified in this work as anomalous
DWF AntliaSSS J103114.5-343834RR Lyrae0.33Identified in this work as anomalous
DWF AntliaSSS J102742.4-343933W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103105.8-360742W Ursae Majoris eclipsing binary0.44Identified in this work as anomalous
DWF AntliaSSS J102641.7-355130W Ursae Majoris eclipsing binary0.29Identified in this work as anomalous
DWF AntliaSSS J102919.0-355133Spotted stars that weren’t0.34Identified in this work as anomalous
classified into a particular class
DWF AntliaSSS J102615.2-351023RR Lyrae0.50Below detection threshold most exposures
DWF AntliaSSS 110101:103109-350150Dwarf novaeunknownFlat light curve, unchanging over observation
DWF AntliaSSS J102933.7-354152W Ursae Majoris eclipsing binary0.29Flat light curve, unchanging over observation
DWF AntliaSSS J103200.4-353401W Ursae Majoris eclipsing binary0.44Flat light curve, unchanging over observation
DWF AntliaSSS J102734.7-353154W Ursae Majoris eclipsing binary0.40Flat light curve, unchanging over observation
DWF AntliaSSS J102717.6-353645β Persei-type eclipsing binary0.89Flat light curve, unchanging over observation
DWF AntliaSSS J103425.0-350405W Ursae Majoris eclipsing binary0.41Flat light curve, unchanging over observation
DWF AntliaSSS J102712.4-353219RR Lyrae0.63At saturation limit with photometry affected,
DWF AntliaSSS J103237.3-345913Spotted stars that weren’t0.30At saturation limit with photometry affected,
classified into a particular class
DWF AntliaSSS J103436.8-352812W Ursae Majoris eclipsing binary0.35At saturation limit with photometry affected
DWF AntliaSSS J103157.1-351718W Ursae Majoris eclipsing binary0.32Light curve photometricly affected.
DWF AntliaSSS J103440.2-351511W Ursae Majoris eclipsing binary0.31Affected photometry from CCD edge
identified as such in G6.
DWF AntliaSSS J102906.8-360355W Ursae Majoris eclipsing binary0.32Affected photometry from CCD edge,
identified as such in G6.
Table D2.

Variable star index (VSX) catalogued variable sources within the DWF Antlia field.

FieldCatalogue NameTypePeriod (d)Notes
DWF AntliaSSS J103047.5-354047RR Lyrae0.31Identified in this work as anomalous
DWF AntliaSSS J102938.8-345416W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103120.8-354209W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaASAS J103038-3558.0β Persei-type eclipsing binary0.72Identified in this work as anomalous
DWF AntliaSSS J103114.5-343834RR Lyrae0.33Identified in this work as anomalous
DWF AntliaSSS J102742.4-343933W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103105.8-360742W Ursae Majoris eclipsing binary0.44Identified in this work as anomalous
DWF AntliaSSS J102641.7-355130W Ursae Majoris eclipsing binary0.29Identified in this work as anomalous
DWF AntliaSSS J102919.0-355133Spotted stars that weren’t0.34Identified in this work as anomalous
classified into a particular class
DWF AntliaSSS J102615.2-351023RR Lyrae0.50Below detection threshold most exposures
DWF AntliaSSS 110101:103109-350150Dwarf novaeunknownFlat light curve, unchanging over observation
DWF AntliaSSS J102933.7-354152W Ursae Majoris eclipsing binary0.29Flat light curve, unchanging over observation
DWF AntliaSSS J103200.4-353401W Ursae Majoris eclipsing binary0.44Flat light curve, unchanging over observation
DWF AntliaSSS J102734.7-353154W Ursae Majoris eclipsing binary0.40Flat light curve, unchanging over observation
DWF AntliaSSS J102717.6-353645β Persei-type eclipsing binary0.89Flat light curve, unchanging over observation
DWF AntliaSSS J103425.0-350405W Ursae Majoris eclipsing binary0.41Flat light curve, unchanging over observation
DWF AntliaSSS J102712.4-353219RR Lyrae0.63At saturation limit with photometry affected,
DWF AntliaSSS J103237.3-345913Spotted stars that weren’t0.30At saturation limit with photometry affected,
classified into a particular class
DWF AntliaSSS J103436.8-352812W Ursae Majoris eclipsing binary0.35At saturation limit with photometry affected
DWF AntliaSSS J103157.1-351718W Ursae Majoris eclipsing binary0.32Light curve photometricly affected.
DWF AntliaSSS J103440.2-351511W Ursae Majoris eclipsing binary0.31Affected photometry from CCD edge
identified as such in G6.
DWF AntliaSSS J102906.8-360355W Ursae Majoris eclipsing binary0.32Affected photometry from CCD edge,
identified as such in G6.
FieldCatalogue NameTypePeriod (d)Notes
DWF AntliaSSS J103047.5-354047RR Lyrae0.31Identified in this work as anomalous
DWF AntliaSSS J102938.8-345416W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103120.8-354209W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaASAS J103038-3558.0β Persei-type eclipsing binary0.72Identified in this work as anomalous
DWF AntliaSSS J103114.5-343834RR Lyrae0.33Identified in this work as anomalous
DWF AntliaSSS J102742.4-343933W Ursae Majoris eclipsing binary0.27Identified in this work as anomalous
DWF AntliaSSS J103105.8-360742W Ursae Majoris eclipsing binary0.44Identified in this work as anomalous
DWF AntliaSSS J102641.7-355130W Ursae Majoris eclipsing binary0.29Identified in this work as anomalous
DWF AntliaSSS J102919.0-355133Spotted stars that weren’t0.34Identified in this work as anomalous
classified into a particular class
DWF AntliaSSS J102615.2-351023RR Lyrae0.50Below detection threshold most exposures
DWF AntliaSSS 110101:103109-350150Dwarf novaeunknownFlat light curve, unchanging over observation
DWF AntliaSSS J102933.7-354152W Ursae Majoris eclipsing binary0.29Flat light curve, unchanging over observation
DWF AntliaSSS J103200.4-353401W Ursae Majoris eclipsing binary0.44Flat light curve, unchanging over observation
DWF AntliaSSS J102734.7-353154W Ursae Majoris eclipsing binary0.40Flat light curve, unchanging over observation
DWF AntliaSSS J102717.6-353645β Persei-type eclipsing binary0.89Flat light curve, unchanging over observation
DWF AntliaSSS J103425.0-350405W Ursae Majoris eclipsing binary0.41Flat light curve, unchanging over observation
DWF AntliaSSS J102712.4-353219RR Lyrae0.63At saturation limit with photometry affected,
DWF AntliaSSS J103237.3-345913Spotted stars that weren’t0.30At saturation limit with photometry affected,
classified into a particular class
DWF AntliaSSS J103436.8-352812W Ursae Majoris eclipsing binary0.35At saturation limit with photometry affected
DWF AntliaSSS J103157.1-351718W Ursae Majoris eclipsing binary0.32Light curve photometricly affected.
DWF AntliaSSS J103440.2-351511W Ursae Majoris eclipsing binary0.31Affected photometry from CCD edge
identified as such in G6.
DWF AntliaSSS J102906.8-360355W Ursae Majoris eclipsing binary0.32Affected photometry from CCD edge,
identified as such in G6.

APPENDIX E: LIGHT-CURVE TRAITS

Table E1.

Clusters identified from Antlia field light curves using HDBSCAN.

ClusterNumber ofNotes
light
unclustered2169Light curves with majority non-detections as well as possible variable sources and photometry affected by telescope dithering.
06Only detected on five point dithers, either beginning, middle or end of observations.
16Variable sources.
220Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
330Only detected on five point dithers, either beginning, middle or end of observations.
423Only detected on five point dithers, either beginning, middle or end of observations.
57First five point dither detections correction issues of 0.1–0.2 mag.
619First five point dither detections correction issues of 0.1–0.2 mag.
758First five point dither detections correction issues of 0.1–0.2 mag.
816Bright Sources on ccd extension 30, Issues with correction over the night.
910First five point dither detections correction issues of 0.1–0.2 mag.
1017First five point dither detections correction issues of 0.1–0.2 mag.
11107First five point dither detections correction issues of 0.1–0.2 mag.
1223One or more detections affected by Cosmic Rays, pixel faults, etc.
135First five point dither detections correction issues of 0.1–0.2 mag.
1414Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1511Bright Sources on ccd extension 30, issues with correction over the night.
1622Bright Sources on ccd extension 30, issues with correction over the night.
1723Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1820First five point dither detections correction issues of 0.1–0.2 mag.
198Sources on ccd extension 30, Issues with correction over the night.
20226One or more detections affected by cosmic rays, pixel faults, etc and faint sources at detection threshold.
2112Only detected on five point dithers, either beginning, middle or end of observations.
226Only detected on five point dithers, either beginning, middle or end of observations.
237Only detected on five point dithers, either beginning, middle or end of observations.
2412Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2517Defuse or blended sources.
26156Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2711Only detected on five point dithers, either beginning, middle or end of observations.
2811Only detected on five point dithers, either beginning, middle or end of observations.
29951Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
3019Faint sources behind defuse galaxies/ blended point sources
315One or more detections affected by cosmic rays, pixel faults, etc.
325Only detected on five point dithers, either beginning, middle or end of observations.
3312Faint sources at detection threshold.
346Faint sources at detection threshold.
355Faint sources at detection threshold.
3658 279Steady light curves.
ClusterNumber ofNotes
light
unclustered2169Light curves with majority non-detections as well as possible variable sources and photometry affected by telescope dithering.
06Only detected on five point dithers, either beginning, middle or end of observations.
16Variable sources.
220Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
330Only detected on five point dithers, either beginning, middle or end of observations.
423Only detected on five point dithers, either beginning, middle or end of observations.
57First five point dither detections correction issues of 0.1–0.2 mag.
619First five point dither detections correction issues of 0.1–0.2 mag.
758First five point dither detections correction issues of 0.1–0.2 mag.
816Bright Sources on ccd extension 30, Issues with correction over the night.
910First five point dither detections correction issues of 0.1–0.2 mag.
1017First five point dither detections correction issues of 0.1–0.2 mag.
11107First five point dither detections correction issues of 0.1–0.2 mag.
1223One or more detections affected by Cosmic Rays, pixel faults, etc.
135First five point dither detections correction issues of 0.1–0.2 mag.
1414Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1511Bright Sources on ccd extension 30, issues with correction over the night.
1622Bright Sources on ccd extension 30, issues with correction over the night.
1723Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1820First five point dither detections correction issues of 0.1–0.2 mag.
198Sources on ccd extension 30, Issues with correction over the night.
20226One or more detections affected by cosmic rays, pixel faults, etc and faint sources at detection threshold.
2112Only detected on five point dithers, either beginning, middle or end of observations.
226Only detected on five point dithers, either beginning, middle or end of observations.
237Only detected on five point dithers, either beginning, middle or end of observations.
2412Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2517Defuse or blended sources.
26156Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2711Only detected on five point dithers, either beginning, middle or end of observations.
2811Only detected on five point dithers, either beginning, middle or end of observations.
29951Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
3019Faint sources behind defuse galaxies/ blended point sources
315One or more detections affected by cosmic rays, pixel faults, etc.
325Only detected on five point dithers, either beginning, middle or end of observations.
3312Faint sources at detection threshold.
346Faint sources at detection threshold.
355Faint sources at detection threshold.
3658 279Steady light curves.
Table E1.

Clusters identified from Antlia field light curves using HDBSCAN.

ClusterNumber ofNotes
light
unclustered2169Light curves with majority non-detections as well as possible variable sources and photometry affected by telescope dithering.
06Only detected on five point dithers, either beginning, middle or end of observations.
16Variable sources.
220Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
330Only detected on five point dithers, either beginning, middle or end of observations.
423Only detected on five point dithers, either beginning, middle or end of observations.
57First five point dither detections correction issues of 0.1–0.2 mag.
619First five point dither detections correction issues of 0.1–0.2 mag.
758First five point dither detections correction issues of 0.1–0.2 mag.
816Bright Sources on ccd extension 30, Issues with correction over the night.
910First five point dither detections correction issues of 0.1–0.2 mag.
1017First five point dither detections correction issues of 0.1–0.2 mag.
11107First five point dither detections correction issues of 0.1–0.2 mag.
1223One or more detections affected by Cosmic Rays, pixel faults, etc.
135First five point dither detections correction issues of 0.1–0.2 mag.
1414Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1511Bright Sources on ccd extension 30, issues with correction over the night.
1622Bright Sources on ccd extension 30, issues with correction over the night.
1723Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1820First five point dither detections correction issues of 0.1–0.2 mag.
198Sources on ccd extension 30, Issues with correction over the night.
20226One or more detections affected by cosmic rays, pixel faults, etc and faint sources at detection threshold.
2112Only detected on five point dithers, either beginning, middle or end of observations.
226Only detected on five point dithers, either beginning, middle or end of observations.
237Only detected on five point dithers, either beginning, middle or end of observations.
2412Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2517Defuse or blended sources.
26156Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2711Only detected on five point dithers, either beginning, middle or end of observations.
2811Only detected on five point dithers, either beginning, middle or end of observations.
29951Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
3019Faint sources behind defuse galaxies/ blended point sources
315One or more detections affected by cosmic rays, pixel faults, etc.
325Only detected on five point dithers, either beginning, middle or end of observations.
3312Faint sources at detection threshold.
346Faint sources at detection threshold.
355Faint sources at detection threshold.
3658 279Steady light curves.
ClusterNumber ofNotes
light
unclustered2169Light curves with majority non-detections as well as possible variable sources and photometry affected by telescope dithering.
06Only detected on five point dithers, either beginning, middle or end of observations.
16Variable sources.
220Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
330Only detected on five point dithers, either beginning, middle or end of observations.
423Only detected on five point dithers, either beginning, middle or end of observations.
57First five point dither detections correction issues of 0.1–0.2 mag.
619First five point dither detections correction issues of 0.1–0.2 mag.
758First five point dither detections correction issues of 0.1–0.2 mag.
816Bright Sources on ccd extension 30, Issues with correction over the night.
910First five point dither detections correction issues of 0.1–0.2 mag.
1017First five point dither detections correction issues of 0.1–0.2 mag.
11107First five point dither detections correction issues of 0.1–0.2 mag.
1223One or more detections affected by Cosmic Rays, pixel faults, etc.
135First five point dither detections correction issues of 0.1–0.2 mag.
1414Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1511Bright Sources on ccd extension 30, issues with correction over the night.
1622Bright Sources on ccd extension 30, issues with correction over the night.
1723Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
1820First five point dither detections correction issues of 0.1–0.2 mag.
198Sources on ccd extension 30, Issues with correction over the night.
20226One or more detections affected by cosmic rays, pixel faults, etc and faint sources at detection threshold.
2112Only detected on five point dithers, either beginning, middle or end of observations.
226Only detected on five point dithers, either beginning, middle or end of observations.
237Only detected on five point dithers, either beginning, middle or end of observations.
2412Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2517Defuse or blended sources.
26156Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
2711Only detected on five point dithers, either beginning, middle or end of observations.
2811Only detected on five point dithers, either beginning, middle or end of observations.
29951Sources near edge of ccd resulting in dimming and brightening as the source moves ccd position during observations.
3019Faint sources behind defuse galaxies/ blended point sources
315One or more detections affected by cosmic rays, pixel faults, etc.
325Only detected on five point dithers, either beginning, middle or end of observations.
3312Faint sources at detection threshold.
346Faint sources at detection threshold.
355Faint sources at detection threshold.
3658 279Steady light curves.
This article is published and distributed under the terms of the Oxford University Press, Standard Journals Publication Model (https://academic.oup.com/journals/pages/open_access/funder_policies/chorus/standard_publication_model)