Open Access Paper
4 August 2014 The first SPIE software Hack Day
Author Affiliations +
Abstract
We report here on the software Hack Day organised at the 2014 SPIE conference on Astronomical Telescopes and Instrumentation in Montréal. The first ever Hack Day to take place at an SPIE event, the aim of the day was to bring together developers to collaborate on innovative solutions to problems of their choice. Such events have proliferated in the technology community, providing opportunities to showcase, share and learn skills. In academic environments, these events are often also instrumental in building community beyond the limits of national borders, institutions and projects. We show examples of projects the participants worked on, and provide some lessons learned for future events.

1.

INTRODUCTION

The bi-annual SPIE conference on Astronomical Telescopes and Instrumentation is a popular event in the instrumentation and technology development fields of astronomy. A dedicated conference on Software and Cyberinfrastructure is a regular part of the programme. For the first time, the 2014 conference hosted a software Hack Day under this header. Because the community of software engineers and technology managers who attend this conference have regularly discussed and analyzed ways to stimulate and increase collaboration across observatory boundaries, introduction of a Hack Day seemed to be a reasonable next step to bring these potentials into being.3, 4, 8

Hack Days, also known as hackathons or hackfests, are intense immersive events where multi-skilled teams work on collaborative projects. They are often organised around a certain topic or programming language, or focused on a particular subject, problem or challenge (e.g. healthcare*, civic activism). They are limited in time, e.g. one day or a weekend, and sometimes have a competitive component, with prizes given to the best hacks. Common technological themes are innovative visualization of large datasets, building applications with APIs to web services, or hardware-based projects. Hackathons have become important networking events in the software and technology industries, as they provide an opportunity for designers, developers or managers to showcase their skills to a wider group they might not otherwise come in contact with.7

In astronomy, the first Hack Days were organised as part of the .Astronomy conference series. The .Astronomy conferences,9 which started in Cardiff (UK) in 2008, aim to bring together scientists, educators and outreach professionals, to discuss novel ways of exploiting web-based technologies for astronomy research or public engagement. Since 2009 .Astronomy has included a Hack Day, and in recent years astronomy-themed Hack Days have taken place at the annual conferences of the American Astronomical Society and the UK National Astronomy Meeting.

With an increasing number of robotic telescopes coming online and the advent of mega-facilities such as Gaia, the Large Synoptic Survey Telescope (LSST), and the Square Kilometer Array, control strategies, software and intelligent data processing form an increasingly important part of astronomical observatories. With the SPIE Hack Day, our aim was to provide an opportunity for instrumentation professionals to share skills and collaborate outside of the normal boundaries of an instrumentation project.

2.

ON THE DAY

The Hack Day took place on Thursday 26 June over an entire day. Whilst we gathered contact details in the weeks beforehand via an online sign-up form, there was no formal registration procedure, the event was open and free of charge to all conference participants. Lunch and refreshments were provided free of charge.

The format was unscheduled, with no formal presentations, as is traditional for such events. At the start of the day, we gave participants the opportunity to introduce themselves and present what ideas or problems they were interested in working on during the event. Likewise, the day was ended with the participants describing and showcasing the hacks they worked on during the day. In the following section, we highlight some selected Hack Day projects. The names listed alongside the hacks are the participants who proposed and led the project, however many hacks were team-based efforts.

3.

HACK DAY PROJECTS

3.1

Sonification of astronomical spectra (J. Gilbert)

A frequent theme at astronomy hack days is to discover innovative ways of representing astronomical datasets to aid data discovery. One non-traditional avenue is to convert data to sound. This hack aimed to convert astronomical spectra into music; the ability to convert data from a visual into an auditory medium, as well as presenting a creative challenge, can be useful for communicating astronomy to visually impaired people.

The main challenge was to discover how to link the typical characteristics of spectra (e.g. absolute wavelength range, important lines, continuum level vs transients etc.) to the main aspects of a musical piece (time signature, tempo, key, major/minor, pitch); and to do so in a robust way so that spectra which look similar will also sound similar. James wrote a number of routines to quantify these characteristics and link them directly to the musical parameters; then generated a short, loopable tune. An important goal is to make sure we can definitely ‘hear’ the emission/absorption lines of the object, and for the sound to be attractive.

3.2

A telescope control system for Android platforms (P. Kubánek)

RTS2, or Remote Telescope System, 2nd Version, is an open source observatory control software. It allows astronomers around the world to let the machines control their observatories. So they can sleep during the night and work during the day. RTS2 takes care of all duties of a (night) observer - it opens and closes observatory protected cover at evening, morning and in case of bad weather, command telescope to point, filter wheel to turn and camera to expose. It select the observations from the database, and logs the observations to the database. It is used on more than 20 observatories around the planet, making it one of the most popular observatory control programmes.

During the Hack Day, RTS2 creator Petr Kubánek worked on developing an Android application for the software.

3.3

Making figures from a textbook interactive with MPLD3 and d3.js (M. Gully-Santiago)

A growing theme in modern astrophysics is the growth of the Volume, Variety, and Velocity of astronomical data.5 Particularly, the increasing multi-dimensionality of large astronomical datasets is giving rise to new data visualization techniques.2 Michael Gully-Santiago’s hack was aimed at transforming static figures to interactive figures for web browsers. The starting static figure was a single panel of Figure 10.21 of the textbook “Statistics, Data Mining, and Machine Learning in Astronomy: A Practical Python Guide” [6, hereafter ICVG]. The enhanced, interactive figure had similar axes and data, but with interactive tooltips so that viewers could hover over individual data points to see all available information about individual sources.

The figure was made interactive by modifying the original source code with the Python module MPLD3, which converts matplotlib graphics directives into SVG javascript commands in d3.js§. The outcome is hosted on the SPIE hack day GitHub repository webpage.

The hack has catalyzed a continued effort to enhance a selection of book figures from ICVG2014, which is now hosted at gully.github.io/astroMLfigs. The enhancements go beyond adding d3.js interactivity, and include IPython notebooks with step-by-step guides to how the authors generated the complex figures in the textbook. The enhanced figures could become a community resource for textbook readers.

3.4

OKGalileo: An online dating portal for observers and telescopes (S. Crawford)

The world has numerous public and private astronomical observatories, each with their own suite of instrumentation. The best known publicly operated telescopes, such as Hubble or VLT, typically have significant oversubscription rates, whilst many smaller observatories remain relatively under-used. The idea behind this hack was to create a database of telescopes and instruments, with a web-based front-end for observers to discover what instruments are available for their science; in essence a match-making service for observers and instruments.

The work for the project was divided amongst the team into several parts and used several different technologies for displaying the data. Contributions were coordinated through a github.com repository **. For the database of observatory sites, we used Google Spreadsheet. This allowed for rapid development of an online form for entering an observing sites information using Google forms, development of a Python code for automated entry, and direct access to the database for manual editing. Sites were automatically uploaded from the IRAF database of observatory sites. With the observatory site data, pages were developed in javascript using the d3.js library for data visualizations. An example of one of these visualizations is presented in Figure 1, where all of the observatory sites are plotted on a world map.

Figure 1

Distribution of observing sites around the world created for the OKGalileo hack. The webpage uses d3.js to display observatory site information stored in a Google Spreadsheet.

00002_psisdg9152_915202_page_4_1.jpg

The one-day hack allowed for the creation of the database, uploading the site information, and creating some basic visualizations of the data. To make the site further useful will require more extensive work, but it does highlight the usefulness of participating in a one day hack. Many of the volunteers on this project were relatively new to using some of the software and were able to become familiar with new resources for building collaborations, data collection, and visualization.

4.

SUMMARY

We hosted the first SPIE Hack Day at the 2014 Astronomical Telescopes and Instrumentation conference in Montréal, with the aim of giving developers and designers to collaborate on innovative projects, perhaps outside of their ‘regular’ professional activities. Approximately 25 conference attendees participated in the event, and we received excellent feedback from a number of these on the organisation and spirit of the Hack Day; the hacks presented covered a wide range of topics, from the development of web-based resources for observational astronomy to more creative sound-based projects.

The Hack Day participants were drawn mainly from authors presenting work in the Software and Cyber-infrastructure conference, however in future the event will be advertised more widely to the entire conference. Experience with previous events has shown that word-of-mouth advertising is an important way of increasing the participant numbers. An exciting component for future SPIE Hack Days will be to enable more hardware-based hacks, perhaps with participation of the exhibitors. Other ideas such as a competitive component with prizes for the best projects may be discussed in this context as well.

ACKNOWLEDGMENTS

We would like to thank Gianluca Chiozzi of ESO, as well as Rob Whitner and Amy Nelson at SPIE for their support in organising and publicising the Hack Day event, and all Hack Day participants for their energy, ideas and enthusiasm.

IRAF is distributed by the National Optical Astronomy Observatories, which are operated by the Association of Universities for Research in Astronomy, Inc., under cooperative agreement with the National Science Foundation. Some of the work presented here made use of Astropy, a community-developed core Python package for Astronomy1

REFERENCES

[1] 

Robitaille, T., Tollerud, E., Greenfield, P., Astropy Collaboration, “Astropy: A community Python package for astronomy,” 558 (2013). Google Scholar

[2] 

Beaumont, C., Robitaille, T., Borkin, M., “Glue: Linked data visualizations across multiple files,” Astro-physics Source Code Library, (2014). Google Scholar

[3] 

Chiozzi, G., Gillies, K., Goodrich, B., Johnson, J., McCann, K., Schumacher, G., Silva, D., Wallander, A. & Wampler, S., “Trends in software for large astronomy projects,” in Proc. of ICALEPCS, Knoxville, TN, (2007). Google Scholar

[4] 

Chiozzi G., Bridger A., Gillies K., Goodrich B., Johnson J., McCann K., Schumacher G. and Wampler S., “Enabling technologies and constraints for software sharing in large astronomy projects,” in Proc. SPIE, 7019 –0Y (2008). Google Scholar

[5] 

Garrett, M., “Big Data analytics and Cognitive Computing: future opportunities for Astronomical research,” (2014). https://doi.org/10.1088/1757-899X/67/1/012017 Google Scholar

[6] 

Ivezić, Ż., Connolly, A., Vanderplas, J. & Gray, A., “Statistics, Data Mining, and Machine Learning in Astrophysics,” Princeton University Press(2013). Google Scholar

[7] 

Leckart, S., “The Hackathon is On: Pitching and Programming the Next Killer App,” Wired, (2012) http://www.wired.com/2012/02/ff_hackathons/all/1 , February ). 2012). Google Scholar

[8] 

Shortridge, K., “Talking amongst ourselves - Communication in the Astronomical Software Community,” in Proceedings of ADASS XVIII, ASP Conference Series, (2009). Google Scholar

[9] 

Simpson, R. J., in Unproceedings of the Fourth .Astronomy Conference (Heidelberg, Germany, July 9-11, 2012), (2013). Google Scholar
© (2014) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
S. Kendrew, C. Deen, N. Radziwill, S. Crawford, J. Gilbert, M. Gully-Santiago, and P. Kubánek "The first SPIE software Hack Day", Proc. SPIE 9152, Software and Cyberinfrastructure for Astronomy III, 915202 (4 August 2014); https://doi.org/10.1117/12.2075357
Lens.org Logo
CITATIONS
Cited by 2 scholarly publications.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Astronomy

Observatories

Databases

Telescopes

Visualization

Astronomical telescopes

Stellar astronomy

Back to Top