Skip to main content

Showing 1–50 of 112 results for author: McIntosh, S

.
  1. arXiv:2503.03158  [pdf, other

    cs.SE

    A Systematic Survey on Debugging Techniques for Machine Learning Systems

    Authors: Thanh-Dat Nguyen, Haoye Tian, Bach Le, Patanamon Thongtanunam, Shane McIntosh

    Abstract: Debugging ML software (i.e., the detection, localization and fixing of faults) poses unique challenges compared to traditional software largely due to the probabilistic nature and heterogeneity of its development process. Various methods have been proposed for testing, diagnosing, and repairing ML systems. However, the big picture informing important research directions that really address the dir… ▽ More

    Submitted 4 March, 2025; originally announced March 2025.

  2. arXiv:2411.12740  [pdf, other

    cs.SE

    WIA-SZZ: Work Item Aware SZZ

    Authors: Salomé Perez-Rosero, Robert Dyer, Samuel W. Flint, Shane McIntosh, Witawas Srisa-an

    Abstract: Many software engineering maintenance tasks require linking a commit that induced a bug with the commit that later fixed that bug. Several existing SZZ algorithms provide a way to identify the potential commit that induced a bug when given a fixing commit as input. Prior work introduced the notion of a "work item", a logical grouping of commits that could be a single unit of work. Our key insight… ▽ More

    Submitted 19 November, 2024; originally announced November 2024.

  3. arXiv:2409.05101  [pdf, ps, other

    cs.SE

    On the Need to Monitor Continuous Integration Practices -- An Empirical Study

    Authors: Jadson Santos, Daniel Alencar da Costa, Shane McIntosh, Uirá Kulesza

    Abstract: Continuous Integration (CI) encompasses a set of widely adopted practices that enhance software development. However, there are indications that developers may not adequately monitor CI practices. Hence, this paper explores developers' perceptions regarding the monitoring CI practices. To achieve this, we first perform a Document Analysis to assess developers' expressed need for practice monitorin… ▽ More

    Submitted 7 June, 2025; v1 submitted 8 September, 2024; originally announced September 2024.

    Comments: Submitted to the Empirical Software Engineering Journal

  4. arXiv:2408.10354  [pdf, other

    astro-ph.SR physics.space-ph

    Deciphering Solar Magnetic Activity: Some (Unpopular) Thoughts On the Coupling of the Sun's "Weather" and "Climate"

    Authors: Scott W. McIntosh, Robert J. Leamon

    Abstract: The Sun exhibits episodic surges of magnetic activity across a range of temporal and spatial scales, the most prominent of which is the 11-ish year modulation of sunspot production. Beside the ~170 (min to max) decadal variation in sunspot production there is a less-explored quasi-annual variation in the range of 25-50 sunspots/year in magnitude. In addition, there is there is a slower, ~80 year p… ▽ More

    Submitted 19 August, 2024; originally announced August 2024.

    Comments: 18 pages, 8 figures

  5. arXiv:2407.03093  [pdf, other

    cs.SE cs.AI cs.CR cs.LG

    Revisiting the Performance of Deep Learning-Based Vulnerability Detection on Realistic Datasets

    Authors: Partha Chakraborty, Krishna Kanth Arumugam, Mahmoud Alfadel, Meiyappan Nagappan, Shane McIntosh

    Abstract: The impact of software vulnerabilities on everyday software systems is significant. Despite deep learning models being proposed for vulnerability detection, their reliability is questionable. Prior evaluations show high recall/F1 scores of up to 99%, but these models underperform in practical scenarios, particularly when assessed on entire codebases rather than just the fixing commit. This paper i… ▽ More

    Submitted 3 July, 2024; originally announced July 2024.

    ACM Class: D.2; I.2

    Journal ref: 10.1109/TSE.2024.3423712

  6. Quantifying and Characterizing Clones of Self-Admitted Technical Debt in Build Systems

    Authors: Tao Xiao, Zhili Zeng, Dong Wang, Hideaki Hata, Shane McIntosh, Kenichi Matsumoto

    Abstract: Self-Admitted Technical Debt (SATD) annotates development decisions that intentionally exchange long-term software artifact quality for short-term goals. Recent work explores the existence of SATD clones (duplicate or near duplicate SATD comments) in source code. Cloning of SATD in build systems (e.g., CMake and Maven) may propagate suboptimal design choices, threatening qualities of the build sys… ▽ More

    Submitted 13 February, 2024; originally announced February 2024.

  7. What Is an App Store? The Software Engineering Perspective

    Authors: Wenhan Zhu, Sebastian Proksch, Daniel M. German, Michael W. Godfrey, Li Li, Shane McIntosh

    Abstract: "App stores" are online software stores where end users may browse, purchase, download, and install software applications. By far, the best known app stores are associated with mobile platforms, such as Google Play for Android and Apple's App Store for iOS. The ubiquity of smartphones has led to mobile app stores becoming a touchstone experience of modern living. However, most of app store researc… ▽ More

    Submitted 8 January, 2024; originally announced January 2024.

    Comments: 41 pages

    Journal ref: Empir Software Eng 29, 35 (2024)

  8. arXiv:2401.01269  [pdf, other

    cs.CR cs.AI cs.SE

    LLbezpeky: Leveraging Large Language Models for Vulnerability Detection

    Authors: Noble Saji Mathews, Yelizaveta Brus, Yousra Aafer, Meiyappan Nagappan, Shane McIntosh

    Abstract: Despite the continued research and progress in building secure systems, Android applications continue to be ridden with vulnerabilities, necessitating effective detection methods. Current strategies involving static and dynamic analysis tools come with limitations like overwhelming number of false positives and limited scope of analysis which make either difficult to adopt. Over the past years, ma… ▽ More

    Submitted 13 February, 2024; v1 submitted 2 January, 2024; originally announced January 2024.

    Comments: This project report was presented as a part of the course CS858 at the University of Waterloo under the supervision of Prof. Yousra Aafer

  9. arXiv:2309.16775  [pdf, other

    astro-ph.SR

    Deciphering Pre-solar-storm Features Of September-2017 Storm From Global And Local Dynamics

    Authors: Breno Raphaldini, Mausumi Dikpati, Aimee A. Norton, Andre S. W. Teruya, Scott W. McIntosh, Christopher B. Prior, David MacTaggart

    Abstract: We investigate whether global toroid patterns and the local magnetic field topology of solar active region AR12673 together can hindcast occurrence of the biggest X-flare of solar cycle (SC)-24. Magnetic toroid patterns (narrow latitude-belts warped in longitude, in which active regions are tightly bound) derived from surface distributions of active regions, prior/during AR12673 emergence, reveal… ▽ More

    Submitted 28 September, 2023; originally announced September 2023.

  10. arXiv:2308.10078  [pdf, other

    cs.SE

    Repeated Builds During Code Review: An Empirical Study of the OpenStack Community

    Authors: Rungroj Maipradit, Dong Wang, Patanamon Thongtanunam, Raula Gaikovina Kula, Yasutaka Kamei, Shane McIntosh

    Abstract: Code review is a popular practice where developers critique each others' changes. Since automated builds can identify low-level issues (e.g., syntactic errors, regression bugs), it is not uncommon for software organizations to incorporate automated builds in the code review process. In such code review deployment scenarios, submitted change sets must be approved for integration by both peer code r… ▽ More

    Submitted 19 August, 2023; originally announced August 2023.

    Comments: conference

  11. arXiv:2209.10577  [pdf, other

    astro-ph.SR

    Deciphering Solar Magnetic Activity: The (Solar) Hale Cycle Terminator of 2021

    Authors: Scott W McIntosh, Robert J. Leamon, R. Egeland

    Abstract: We previously identified an event in the solar timeline that appeared to play a role in how Sunspot Cycle 23 (SC23) transitioned into Sunspot Cycle 24 (SC24). The timeframe for this transition was rapid, taking place over a very short time and perhaps in a time as short as a single solar rotation. Further, we inferred that the transition observed was a critical moment for the Sun's global-scale ma… ▽ More

    Submitted 13 January, 2023; v1 submitted 21 September, 2022; originally announced September 2022.

    Comments: 16 pages, 10 figures - Accepted to appear in Frontiers

  12. arXiv:2208.09026  [pdf, other

    astro-ph.SR

    Uniting The Sun's Hale Magnetic Cycle and `Extended Solar Cycle' Paradigms

    Authors: Scott W. McIntosh, Phillip H. Scherrer, Leif Svalgaard, Robert J. Leamon

    Abstract: Through meticulous daily observation of the Sun's large-scale magnetic field the Wilcox Solar Observatory (WSO) has catalogued two magnetic (Hale) cycles of solar activity. Those two (~22-year long) Hale cycles have yielded four ($\sim$11-year long) sunspot cycles (numbers 21 through 24). Recent research has highlighted the persistence of the "Extended Solar Cycle" (ESC) and its connection to the… ▽ More

    Submitted 13 September, 2022; v1 submitted 18 August, 2022; originally announced August 2022.

    Comments: 10 pages, 5 figures, submitted to Frontiers in Solar and Stellar Physics

  13. arXiv:2207.13704  [pdf, other

    astro-ph.IM astro-ph.SR

    The Eclipse Megamovie Project (2017)

    Authors: Hugh S. Hudson, Laura Peticolas, Calvin Johnson, Vivian White, Mark Bender, Jay M. Pasachoff, Juan Carlos Martínez Oliveros, Braxton Collier, Alexei V. Filippenko, Noelle Filippenko, Andrew Fraknoi, Juan Camilo Guevara Gómez, Justin Koh, David Konerding, Larisza Krista, Brian Kruse, Scott McIntosh, Brian Mendez, Igor Ruderman, Darlene Yan, Dan Zevin

    Abstract: The total solar eclipse of August 21, 2017, crossed the whole width of North America, the first occasion for this during the modern age of consumer electronics. Accordingly, it became a great opportunity to engage the public and to enlist volunteer observers with relatively high-level equipment; our program ("Eclipse Megamovie") took advantage of this as a means of creating a first-ever public dat… ▽ More

    Submitted 30 July, 2022; v1 submitted 27 July, 2022; originally announced July 2022.

    Journal ref: Journal of Astronomical History and Heritage (ISSN 1440-2807), Vol. 24, No. 4, p. 1080-1089, 2021

  14. arXiv:2106.15584  [pdf, other

    astro-ph.SR astro-ph.IM

    Probing the physics of the solar atmosphere with the Multi-slit Solar Explorer (MUSE): I. Coronal Heating

    Authors: Bart De Pontieu, Paola Testa, Juan Martinez-Sykora, Patrick Antolin, Konstantinos Karampelas, Viggo Hansteen, Matthias Rempel, Mark C. M. Cheung, Fabio Reale, Sanja Danilovic, Paolo Pagano, Vanessa Polito, Ineke De Moortel, Daniel Nobrega-Siverio, Tom Van Doorsselaere, Antonino Petralia, Mahboubeh Asgari-Targhi, Paul Boerner, Mats Carlsson, Georgios Chintzoglou, Adrian Daw, Ed DeLuca, Leon Golub, Takuma Matsumoto, Ignacio Ugarte-Urra , et al. (2 additional authors not shown)

    Abstract: The Multi-slit Solar Explorer (MUSE) is a proposed NASA MIDEX mission, currently in Phase A, composed of a multi-slit EUV spectrograph (in three narrow spectral bands centered around 171A, 284A, and 108A) and an EUV context imager (in two narrow passbands around 195A and 304A). MUSE will provide unprecedented spectral and imaging diagnostics of the solar corona at high spatial (<0.5 arcsec), and t… ▽ More

    Submitted 29 June, 2021; originally announced June 2021.

    Comments: 46 pages, 22 figures, submitted to ApJ

  15. Code Reviews with Divergent Review Scores: An Empirical Study of the OpenStack and Qt Communities

    Authors: Toshiki Hirao, Shane McIntosh, Akinori Ihara, Kenichi Matsumoto

    Abstract: Code review is a broadly adopted software quality practice where developers critique each others' patches. In addition to providing constructive feedback, reviewers may provide a score to indicate whether the patch should be integrated. Since reviewer opinions may differ, patches can receive both positive and negative scores. If reviews with divergent scores are not carefully resolved, they may co… ▽ More

    Submitted 4 April, 2021; originally announced April 2021.

    Comments: 2 pages, 1 table, Journal First, International Conference on Software Engineering 2021

    Journal ref: IEEE Transactions on Software Engineering, 03 March 2020

  16. arXiv:2104.00725  [pdf, other

    cs.SE

    Assessing the Exposure of Software Changes: The DiPiDi Approach

    Authors: Mehran Meidani, Maxime Lamothe, Shane McIntosh

    Abstract: Context: Changing a software application with many build-time configuration settings may introduce unexpected side-effects. For example, a change intended to be specific to a platform (e.g., Windows) or product configuration (e.g., community editions) might impact other platforms or configurations. Moreover, a change intended to apply to a set of platforms or configurations may be unintentionally… ▽ More

    Submitted 1 April, 2021; originally announced April 2021.

  17. A new view of the solar interface region from the Interface Region Imaging Spectrograph (IRIS)

    Authors: B. De Pontieu, V. Polito, V. Hansteen, P. Testa, K. K. Reeves, P. Antolin, D. Nobrega-Siverio, A. Kowalski, J. Martinez-Sykora, M. Carlsson, S. W. McIntosh, W. Liu, A. Daw, C. C. Kankelborg

    Abstract: The Interface Region Imaging Spectrograph (IRIS) has been obtaining near- and far-ultraviolet images and spectra of the solar atmosphere since July 2013. The unique combination of near and far-ultraviolet spectra and images at subarcsecond resolution and high cadence allows the tracing of mass and energy through the critical interface between the solar surface and the corona or solar wind. IRIS ha… ▽ More

    Submitted 31 March, 2021; v1 submitted 30 March, 2021; originally announced March 2021.

    Comments: 105 pages, 30 figures, accepted for publication in Solar Physics

  18. Characterizing and Mitigating Self-Admitted Technical Debt in Build Systems

    Authors: Tao Xiao, Dong Wang, Shane McIntosh, Hideaki Hata, Raula Gaikovina Kula, Takashi Ishio, Kenichi Matsumoto

    Abstract: Technical Debt is a metaphor used to describe the situation in which long-term software artifact quality is traded for short-term goals in software projects. In recent years, the concept of self-admitted technical debt (SATD) was proposed, which focuses on debt that is intentionally introduced and described by developers. Although prior work has made important observations about admitted technical… ▽ More

    Submitted 2 November, 2021; v1 submitted 19 February, 2021; originally announced February 2021.

  19. The Sun's magnetic (Hale) cycle and 27 day recurrences in the $aa$ geomagnetic index

    Authors: S. C. Chapman, S. W. McIntosh, R. J. Leamon, N. W. Watkins

    Abstract: We construct a new solar cycle phase clock which maps each of the last 18 solar cycles onto a single normalized epoch for the approximately 22 year Hale (magnetic polarity) cycle, using the Hilbert transform of daily sunspot numbers (SSN) since 1818. The occurrences of solar maxima show almost no Hale cycle dependence, confirming that the clock is synchronized to polarity reversals. The odd cycle… ▽ More

    Submitted 7 January, 2021; originally announced January 2021.

    Comments: 27 pages (manuscript) 12 Figures

  20. arXiv:2012.15186  [pdf, other

    astro-ph.SR

    Deciphering Solar Magnetic Activity. The Solar Cycle Clock

    Authors: Robert Leamon, Scott McIntosh, Alan Title

    Abstract: The Sun's variability is controlled by the progression and interaction of the magnetized systems that form the 22-year magnetic activity cycle (the "Hale Cycle'') as they march from their origin at $\sim$55 degrees latitude to the equator, over $\sim$19 years. We will discuss the end point of that progression, dubbed "terminator'' events, and our means of diagnosing them. Based on the terminatio… ▽ More

    Submitted 3 December, 2021; v1 submitted 30 December, 2020; originally announced December 2020.

    Comments: 28 pages, 8 figures, 1 table, submitted to Solar Physics (revised and resubmitted)

  21. arXiv:2010.06048  [pdf, other

    astro-ph.SR physics.hist-ph

    Deciphering Solar Magnetic Activity: 140 Years Of The `Extended Solar Cycle' -- Mapping the Hale Cycle

    Authors: Scott W. McIntosh, Robert J. Leamon, Ricky Egeland, Mausumi Dikpati, Richard C. Altrock, Dipankar Banerjee, Subhamoy Chatterjee, Abhishek K. Srivastava, Marco Velli

    Abstract: We investigate the occurrence of the "extended solar cycle" (ESC) as it occurs in a host observational data spanning 140 years. Investigating coronal, chromospheric, photospheric and interior diagnostics we develop a consistent picture of solar activity migration linked to the 22-year Hale (magnetic) cycle using superposed epoch analysis (SEA) using previously identified Hale cycle termination eve… ▽ More

    Submitted 16 November, 2021; v1 submitted 12 October, 2020; originally announced October 2020.

    Comments: 29 pages, 15 figures. Movies of Fig.14 panels available on request to [email protected]. Submitted to Solar Physics

  22. Critical Science Plan for the Daniel K. Inouye Solar Telescope (DKIST)

    Authors: Mark P. Rast, Nazaret Bello González, Luis Bellot Rubio, Wenda Cao, Gianna Cauzzi, Edward DeLuca, Bart De Pontieu, Lyndsay Fletcher, Sarah E. Gibson, Philip G. Judge, Yukio Katsukawa, Maria D. Kazachenko, Elena Khomenko, Enrico Landi, Valentin Martínez Pillet, Gordon J. D. Petrie, Jiong Qiu, Laurel A. Rachmeler, Matthias Rempel, Wolfgang Schmidt, Eamon Scullion, Xudong Sun, Brian T. Welsch, Vincenzo Andretta, Patrick Antolin , et al. (62 additional authors not shown)

    Abstract: The Daniel K. Inouye Solar Telescope (DKIST) will revolutionize our ability to measure, understand and model the basic physical processes that control the structure and dynamics of the Sun and its atmosphere. The first-light DKIST images, released publicly on 29 January 2020, only hint at the extraordinary capabilities which will accompany full commissioning of the five facility instruments. With… ▽ More

    Submitted 20 August, 2020; v1 submitted 18 August, 2020; originally announced August 2020.

  23. Global maps of the magnetic field in the solar corona

    Authors: Zihao Yang, Christian Bethge, Hui Tian, Steven Tomczyk, Richard Morton, Giulio Del Zanna, Scott W. McIntosh, Bidya Binay Karak, Sarah Gibson, Tanmoy Samanta, Jiansen He, Yajie Chen, Linghua Wang

    Abstract: Understanding many physical processes in the solar atmosphere requires determination of the magnetic field in each atmospheric layer. However, direct measurements of the magnetic field in the Sun's corona are difficult to obtain. Using observations with the Coronal Multi-channel Polarimeter, we have determined the spatial distribution of the plasma density in the corona, and the phase speed of the… ▽ More

    Submitted 7 August, 2020; originally announced August 2020.

    Comments: Published in Science, File includes the main text and supplementary materials. This is the author's version of the work. It is posted here by permission of the AAAS for personal use, not for redistribution. The definitive version was published in Science , (2020-08-07), doi: 10.1126/science.abb4462 (https://science.sciencemag.org/content/369/6504/694)

    Journal ref: Science, 369, 694 (2020)

  24. arXiv:2007.14743  [pdf, other

    astro-ph.SR astro-ph.EP physics.space-ph

    Prediction of the in situ coronal mass ejection rate for solar cycle 25: Implications for Parker Solar Probe in situ observations

    Authors: Christian Möstl, Andreas J. Weiss, Rachel L. Bailey, Martin A. Reiss, Tanja Amerstorfer, Jürgen Hinterreiter, Maike Bauer, Scott W. McIntosh, Noé Lugaz, David Stansby

    Abstract: The Parker Solar Probe (PSP) and Solar Orbiter missions are designed to make groundbreaking observations of the Sun and interplanetary space within this decade. We show that a particularly interesting in situ observation of an interplanetary coronal mass ejection (ICME) by PSP may arise during close solar flybys ($< 0.1$~AU). During these times, the same magnetic flux rope inside an ICME could be… ▽ More

    Submitted 17 September, 2020; v1 submitted 29 July, 2020; originally announced July 2020.

    Comments: 11 pages, 6 figures, accepted for publication in the Astrophysical Journal on 2020 September 17

    Journal ref: ApJ, 903, 92 (2020)

  25. arXiv:2006.15263  [pdf, other

    astro-ph.SR physics.ao-ph physics.space-ph

    Overlapping Magnetic Activity Cycles and the Sunspot Number: Forecasting Sunspot Cycle 25 Amplitude

    Authors: Scott W. McIntosh, Sandra C. Chapman, Robert J. Leamon, Ricky Egeland, Nicholas W. Watkins

    Abstract: The Sun exhibits a well-observed modulation in the number of spots on its disk over a period of about 11 years. From the dawn of modern observational astronomy sunspots have presented a challenge to understanding -- their quasi-periodic variation in number, first noted 175 years ago, stimulates community-wide interest to this day. A large number of techniques are able to explain the temporal landm… ▽ More

    Submitted 12 October, 2020; v1 submitted 26 June, 2020; originally announced June 2020.

    Comments: 12 pages, 6 figures. Submitted to Nature Astronomy 3/9/2020. In third iteration with reviewers. Revised and reformatted for Solar Physics - 15 pages, 8 figures. 8/25/2020

  26. arXiv:2006.04669  [pdf, other

    astro-ph.SR physics.plasm-ph physics.space-ph

    Solar Wind Helium Abundance Heralds Solar Cycle Onset

    Authors: B. L. Alterman, Justin C. Kasper, Robert J. Leamon, Scott W. McIntosh

    Abstract: We study the solar wind helium-to-hydrogen abundance's ($A_\mathrm{He}$) relationship to solar cycle onset. Using OMNI/Lo data, we show that $A_\mathrm{He}$ increases prior to sunspot number (SSN) minima. We also identify a rapid depletion and recovery in $A_\mathrm{He}$ that occurs directly prior to cycle onset. This $A_\mathrm{He}$ Shutoff happens at approximately the same time across solar wind… ▽ More

    Submitted 25 March, 2021; v1 submitted 8 June, 2020; originally announced June 2020.

    Comments: Accepted in Solar Physics

  27. arXiv:2006.03111  [pdf, other

    astro-ph.IM

    The High Inclination Solar Mission

    Authors: K. Kobayashi, L. Johnson, H. Thomas, S. McIntosh, D. McKenzie, J. Newmark, A. Heaton, J. Carr, M. Baysinger, Q. Bean, L. Fabisinski, P. Capizzo, K. Clements, S. Sutherlin, J. Garcia, K. Medina, D. Turse

    Abstract: The High Inclination Solar Mission (HISM) is a concept for an out-of-the-ecliptic mission for observing the Sun and the heliosphere. The mission profile is largely based on the Solar Polar Imager concept: initially spiraling in to a 0.48 AU ecliptic orbit, then increasing the orbital inclination at a rate of $\sim 10$ degrees per year, ultimately reaching a heliographic inclination of $>$75 degree… ▽ More

    Submitted 4 June, 2020; originally announced June 2020.

  28. arXiv:2006.01351  [pdf, other

    cs.SE

    Analyzing programming languages by community characteristics on Github and StackOverflow

    Authors: Samarth Tambad, Rohit Nandwani, Suzanne K. McIntosh

    Abstract: The choice of programming language is a very important decision as it not only affects the performance and maintainability of the software but also dictates the talent pool and community support available. To better understand the trade-offs involved in making such a decision, we define and compute popularity, demand, availability and community engagement of programming languages through online co… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

    Comments: 7 pages, 7 figures, 8 tables

  29. The drivers of active region outflows into the slow solar wind

    Authors: David H. Brooks, Amy R. Winebarger, Sabrina Savage, Harry P. Warren, Bart De Pontieu, Hardi Peter, Jonathan W. Cirtain, Leon Golub, Ken Kobayashi, Scott W. McIntosh, David McKenzie, Richard Morton, Laurel Rachmeler, Paola Testa, Sanjiv Tiwari, Robert Walsh

    Abstract: Plasma outflows from the edges of active regions have been suggested as a possible source of the slow solar wind. Spectroscopic measurements show that these outflows have an enhanced elemental composition, which is a distinct signature of the slow wind. Current spectroscopic observations, however, do not have sufficient spatial resolution to distinguish what structures are being measured or to det… ▽ More

    Submitted 16 April, 2020; originally announced April 2020.

    Comments: To be published in The Astrophysical Journal. Figures 1, 2, 3 and 12 are reduced resolution to meet size requirements. The original figures will appear in the published version

  30. Timing Terminators: Forecasting Sunspot Cycle 25 Onset

    Authors: Robert J Leamon, Scott W. McIntosh, Sandra C. Chapman, Nicholas W. Watkins

    Abstract: Recent research has demonstrated the existence of a new type of solar event, the "terminator." Unlike the Sun's signature events, flares and Coronal Mass Ejections, the terminator most likely originates in the solar interior, at or near the tachocline. The terminator signals the end of a magnetic activity cycle at the Sun's equator and the start of a sunspot cycle at mid latitudes. Observations in… ▽ More

    Submitted 15 January, 2020; v1 submitted 14 September, 2019; originally announced September 2019.

    Comments: 18 pages, 6 figures, 1 table. Final (minor corrections) revision as submitted to Solar Physics, January 2020

  31. Spectropolarimetry of the Solar Mg II h and k Lines

    Authors: R. Manso Sainz, T. del Pino Alemán, R. Casini, S. McIntosh

    Abstract: We report on spectropolarimetric observations across the Mg II h and k-lines at 2800 angstrom made by the Ultraviolet Spectrometer and Polarimeter onboard the Solar Maximum Mission satellite. Our analysis confirms the strong linear polarization in the wings of both lines observed near the limb, as previously reported, but also demonstrates the presence of a negatively (i.e., radially oriented) pol… ▽ More

    Submitted 12 September, 2019; originally announced September 2019.

    Comments: (12 pages, 5 figures)

  32. Lags in the Release, Adoption, and Propagation of npm Vulnerability Fixes

    Authors: Bodin Chinthanet, Raula Gaikovina Kula, Shane McIntosh, Takashi Ishio, Akinori Ihara, Kenichi Matsumoto

    Abstract: Security vulnerability in third-party dependencies is a growing concern not only for developers of the affected software, but for the risks it poses to an entire software ecosystem, e.g., Heartbleed vulnerability. Recent studies show that developers are slow to respond to the threat of vulnerability, sometimes taking four to eleven months to act. To ensure quick adoption and propagation of a relea… ▽ More

    Submitted 31 March, 2021; v1 submitted 8 July, 2019; originally announced July 2019.

    Comments: Published to Empirical Software Engineering Journal

  33. Signature of Extended Solar Cycles as Detected from Ca II K Synoptic Maps of Kodaikanal and Mount Wilson Observatory

    Authors: Subhamoy Chatterjee, Dipankar Banerjee, Scott W. McIntosh, Robert J. Leamon, Mausumi Dikpati, Abhishek K. Srivastava, Luca Bertello

    Abstract: In the recent years there has been a resurgence of the study of Extended Solar Cycles (ESCs) through observational proxies mainly in Extreme Ultraviolet. But most of them are limited only to space-based era covering only about two solar cycles. Long-term historical data-sets are worth in examining the consistency of ESCs. Kodaikanal Solar Observatory (KSO) and Mount Wilson Observatory (MWO) are th… ▽ More

    Submitted 8 March, 2019; originally announced March 2019.

    Comments: 16 pages, 4 figures, 1 table, accepted for publication in ApJL

  34. arXiv:1901.09083  [pdf, other

    astro-ph.SR astro-ph.EP

    What the sudden death of solar cycles can tell us about the nature of the solar interior

    Authors: Scott W. McIntosh, Robert J. Leamon, Ricky Egeland, Mausumi Dikpati, Yuhong Fan, Matthias Rempel

    Abstract: We observe the abrupt end of solar activity cycles at the Sun's equator by combining almost 140 years of observations from ground and space. These "terminator" events appear to be very closely related to the onset of magnetic activity belonging to the next sunspot cycle at mid-latitudes and the polar-reversal process at high-latitudes. Using multi-scale tracers of solar activity we examine the tim… ▽ More

    Submitted 3 June, 2019; v1 submitted 25 January, 2019; originally announced January 2019.

    Comments: Submitted [10/2017] to, and rejected [01/2019] by, Nature Astronomy. Accepted Solar Physics [6/1/2019]

  35. arXiv:1812.02692  [pdf, other

    astro-ph.SR

    Termination of Solar Cycles and Correlated Tropospheric Variability

    Authors: Robert J Leamon, Scott W. McIntosh, Daniel R. Marsh

    Abstract: The Sun provides the energy required to sustain life on Earth and drive our planet's atmospheric circulation. However, establishing a solid physical connection between solar and tropospheric variability has posed a considerable challenge across the spectrum of Earth-system science. The canon of solar variability, the solar fiducial clock, lies almost exclusively with the 400 years of human telesco… ▽ More

    Submitted 4 February, 2020; v1 submitted 6 December, 2018; originally announced December 2018.

    Comments: 34 pages, 12 figures, 3 tables

  36. arXiv:1810.08728  [pdf, ps, other

    astro-ph.SR

    Roadmap for Reliable Ensemble Forecasting of the Sun-Earth System

    Authors: Gelu Nita, Rafal Angryk, Berkay Aydin, Juan Banda, Tim Bastian, Tom Berger, Veronica Bindi, Laura Boucheron, Wenda Cao, Eric Christian, Georgia de Nolfo, Edward DeLuca, Marc DeRosa, Cooper Downs, Gregory Fleishman, Olac Fuentes, Dale Gary, Frank Hill, Todd Hoeksema, Qiang Hu, Raluca Ilie, Jack Ireland, Farzad Kamalabadi, Kelly Korreck, Alexander Kosovichev , et al. (22 additional authors not shown)

    Abstract: The authors of this report met on 28-30 March 2018 at the New Jersey Institute of Technology, Newark, New Jersey, for a 3-day workshop that brought together a group of data providers, expert modelers, and computer and data scientists, in the solar discipline. Their objective was to identify challenges in the path towards building an effective framework to achieve transformative advances in the und… ▽ More

    Submitted 29 October, 2018; v1 submitted 19 October, 2018; originally announced October 2018.

    Comments: Workshop Report

  37. Beyond sunspots: Studies using the McIntosh Archive of global solar magnetic field patterns

    Authors: Sarah E. Gibson, David Webb, Ian M. Hewins, Robert H. McFadden, Barbara A. Emery, William Denig, Patrick S. McIntosh

    Abstract: In 1964 (Solar Cycle 20; SC 20), Patrick McIntosh began creating hand-drawn synoptic maps of solar magnetic features, based on H$α$ images. These synoptic maps were unique in that they traced magnetic polarity inversion lines, and connected widely separated filaments, fibril patterns, and plage corridors to reveal the large-scale organization of the solar magnetic field. Coronal hole boundaries we… ▽ More

    Submitted 24 August, 2018; originally announced August 2018.

    Journal ref: Living Around Active Stars, Proceedings IAU Symposium No. 328, p. 93, 2017, D. Nandi, A. Valio, P. Petit eds

  38. arXiv:1807.07601  [pdf, ps, other

    astro-ph.SR

    The Extended Solar Cycle: Muddying the Waters of Solar/Stellar Dynamo Modeling Or Providing Crucial Observational Constraints?

    Authors: A. K. Srivastava, S. W. McIntosh, N. Arge, D. Banerjee, E. Cliver, M. Dikpati, B. N. Dwivedi, M. Guhathakurta, B. B. Karak, R. J. Leamon, P. Martens, S. K. Matthew, A. Munoz-Jaramillo, D. Nandi, A. Norton, L. Upton, S. Chatterjee, R. Mazumder, Yamini K. Rao, R. Yadav

    Abstract: In 1844 Schwabe discovered that the number of sunspots increased and decreased over a period of about 11 years, that variation became known as the sunspot cycle. Almost eighty years later, Hale described the nature of the Sun's magnetic field, identifying that it takes about 22 years for the Sun's magnetic polarity to cycle. It was also identified that the latitudinal distribution of sunspots rese… ▽ More

    Submitted 19 July, 2018; originally announced July 2018.

    Comments: 11 Pages; 03 Figures

  39. arXiv:1805.09452  [pdf, other

    astro-ph.SR

    Solar Physics from Unconventional Viewpoints

    Authors: Sarah E. Gibson, Angelos Vourlidas, Donald M. Hassler, Laurel A. Rachmeler, Michael J Thompson, Jeffrey Newmark, Marco Velli, Alan Title, Scott W. McIntosh

    Abstract: We explore new opportunities for solar physics that could be realized by future missions providing sustained observations from vantage points away from the Sun-Earth line. These include observations from the far side of the Sun, at high latitudes including over the solar poles, or from near-quadrature angles relative to the Earth (e.g., the Sun-Earth L4 and L5 Lagrangian points). Such observations… ▽ More

    Submitted 9 October, 2018; v1 submitted 23 May, 2018; originally announced May 2018.

  40. Time-Latitude Distribution of Prominences for 10 Solar Cycles: A study using Kodaikanal, Meudon and Kanzelhohe Data

    Authors: Subhamoy Chatterjee, Manjunath Hegde, Dipankar Banerjee, B. Ravindra, Scott W. McIntosh

    Abstract: Solar prominences are structures of importance because of their role in polar field reversal. We study the long-term variation of the time latitude distribution of solar prominences in this article. To accomplish this, we primarily used the digitised disc-blocked Ca II K spectroheliograms as recorded from Kodaikanal Solar Observatory for the period of 1906 -- 2002. For improving the data statistic… ▽ More

    Submitted 6 May, 2020; v1 submitted 21 February, 2018; originally announced February 2018.

    Comments: 21 pages, 8 figures, 3 tables, published in Earth and Space Science, January, 2020

    Journal ref: Earth and Space Science, 7, e2019EA000666 (2020)

  41. arXiv:1801.10270  [pdf, other

    cs.SE

    The Impact of Automated Parameter Optimization on Defect Prediction Models

    Authors: Chakkrit Tantithamthavorn, Shane McIntosh, Ahmed E. Hassan, Kenichi Matsumoto

    Abstract: Defect prediction models---classifiers that identify defect-prone software modules---have configurable parameters that control their characteristics (e.g., the number of trees in a random forest). Recent studies show that these classifiers underperform when default settings are used. In this paper, we study the impact of automated parameter optimization on defect prediction models. Through a case… ▽ More

    Submitted 30 January, 2018; originally announced January 2018.

    Comments: 32 pages, accepted at IEEE Transactions on Software Engineering

  42. Why Is Non-thermal Line Broadening of Spectral Lines in The Lower Transition Region of the Sun Independent of Spatial Resolution?

    Authors: Bart De Pontieu, Scott McIntosh, Juan Martinez-Sykora, Hardi Peter, Tiago Pereira

    Abstract: Spectral observations of the solar transition region (TR) and corona show broadening of spectral lines beyond what is expected from thermal and instrumental broadening. The remaining non-thermal broadening is significant (5-30 km/s) and correlated with the intensity. Here we study spectra of the TR Si IV 1403 Angstrom line obtained at high resolution with the Interface Region Imaging Spectrograph… ▽ More

    Submitted 18 October, 2017; originally announced October 2017.

    Comments: 7 pages, 5 figures

    Journal ref: The Astrophysical Journal Letters, Volume 799, Issue 1, article id. L12, 7 pp. (2015)

  43. Observations and numerical models of solar coronal heating associated with spicules

    Authors: Bart De Pontieu, Ineke De Moortel, Juan Martinez-Sykora, Scott McIntosh

    Abstract: Spicules have been proposed as significant contributors to the mass and energy balance of the corona. While previous observations have provided a glimpse of short-lived transient brightenings in the corona that are associated with spicules, these observations have been contested and are the subject of a vigorous debate both on the modeling and the observational side. Therefore, it remains unclear… ▽ More

    Submitted 18 October, 2017; originally announced October 2017.

    Comments: 9 pages, 5 figures

    Journal ref: The Astrophysical Journal Letters, Volume 845, Issue 2, article id. L18, 7 pp. (2017)

  44. North-south asymmetry in Rieger-type periodicity during solar cycles 19-23

    Authors: Eka Gurgenashvili, Teimuraz V. Zaqarashvili, Vasil Kukhianidze, Ramon Oliver, Jose Luis Ballester, Mausumi Dikpati, Scott W. McIntosh

    Abstract: Rieger-type periodicity has been detected in different activity indices over many solar cycles. It was recently shown that the periodicity correlates with solar activity having a shorter period during stronger cycles. Solar activity level is generally asymmetric between northern and southern hemispheres, which could suggest the presence of a similar behavior in the Rieger-type periodicity. We anal… ▽ More

    Submitted 26 July, 2017; originally announced July 2017.

    Comments: 22 pages, 7 figures

    Report number: AAS05897R1

  45. arXiv:1703.08527  [pdf, other

    cs.SE

    Extracting Build Changes with BUILDDIFF

    Authors: Christian Macho, Shane McIntosh, Martin Pinzger

    Abstract: Build systems are an essential part of modern software engineering projects. As software projects change continuously, it is crucial to understand how the build system changes because neglecting its maintenance can lead to expensive build breakage. Recent studies have investigated the (co-)evolution of build configurations and reasons for build breakage, but they did this only on a coarse grained… ▽ More

    Submitted 24 March, 2017; originally announced March 2017.

    Comments: Accepted at the International Conference of Mining Software Repositories (MSR), 2017

  46. arXiv:1702.04414  [pdf, ps, other

    astro-ph.SR

    Deciphering Solar Magnetic Activity: Spotting Solar Cycle 25

    Authors: Scott W. McIntosh, Robert J. Leamon

    Abstract: We present observational signatures of solar cycle 25 onset. Those signatures are visibly following a migratory path from high to low latitudes. They had starting points that are asymmetrically offset in each hemisphere at times that are 21-22 years after the corresponding, same polarity, activity bands of solar cycle 23 started their migration. Those bands define the so-called "extended solar cyc… ▽ More

    Submitted 14 February, 2017; originally announced February 2017.

    Comments: 5 pages, 5 figures. Submitted ApJL

  47. arXiv:1611.06149  [pdf, other

    astro-ph.SR

    Exploring Coronal Dynamics: A Next Generation Solar Physics Mission white paper

    Authors: R. J. Morton, E. Scullion, D. S. Bloomfield, J. A. McLaughlin, S. Regnier, S. W. McIntosh, S. Tomczyk, P. Young

    Abstract: Determining the mechanisms responsible for the heating of the coronal plasma and maintaining and accelerating the solar wind are long standing goals in solar physics. There is a clear need to constrain the energy, mass and momentum flux through the solar corona and advance our knowledge of the physical process contributing to these fluxes. Furthermore, the accurate forecasting of Space Weather con… ▽ More

    Submitted 18 November, 2016; originally announced November 2016.

    Comments: 4 pages, 1 figure

  48. On the Observation and Simulation of Solar Coronal Twin Jets

    Authors: Jiajia Liu, Fang Fang, Yuming Wang, Scott W. McIntosh, Yuhong Fan, Quanhao Zhang

    Abstract: We present the first observation, analysis and modeling of solar coronal twin jets, which occurred after a preceding jet. Detailed analysis on the kinetics of the preceding jet reveals its blowout-jet nature, which resembles the one studied in Liu et al. 2014. However the erupting process and kinetics of the twin jets appear to be different from the preceding one. In lack of the detailed informati… ▽ More

    Submitted 27 August, 2016; originally announced August 2016.

    Comments: 7 pages, 5 figures

    Journal ref: ApJ, 817:126, 2016

  49. On the Magnetic and Energy Characteristics of Recurrent Homologous Jets from An Emerging Flux

    Authors: Jiajia Liu, Yuming Wang, Robertus Erdelyi, Rui Liu, Scott W. McIntosh, Tingyu Gou, Jun Chen, Kai Liu, Lijuan Liu, Zonghao Pan

    Abstract: In this paper, we present the detailed analysis of recurrent homologous jets originating from an emerging negative magnetic flux at the edge of an Active Region. The observed jets show multi-thermal features. Their evolution shows high consistence with the characteristic parameters of the emerging flux, suggesting that with more free magnetic energy, the eruptions tend to be more violent, frequent… ▽ More

    Submitted 12 January, 2018; v1 submitted 27 August, 2016; originally announced August 2016.

    Comments: 9 pages, 7 figures, 1 table

    Journal ref: ApJ, 833:150 (2016)

  50. The Standardisation and Sequencing of Solar Eclipse Images for the Eclipse Megamovie Project

    Authors: Larisza Krista, Scott McIntosh

    Abstract: We present a new tool, the Solar Eclipse Image Standardisation and Sequencing (SEISS), developed to process multi-source total solar eclipse images by adjusting them to the same standard of size, resolution, and orientation. Furthermore, by analysing the eclipse images we can determine the relative time between the observations and order them to create a movie of the observed total solar eclipse s… ▽ More

    Submitted 29 October, 2015; originally announced October 2015.

    Journal ref: Solar Physics, Volume 290, Issue 8, pp.2381-2391, 08/2015