sort results by

Use logical operators AND, OR, NOT and round brackets to construct complex queries. Whitespace-separated words are treated as ANDed.

Show articles per page in mode

Browne, Lisa-Marie

Normalized to: Browne, L.

3 article(s) in total. 3 co-authors, from 1 to 3 common article(s). Median position in authors list is 2,0.

[1]  oai:arXiv.org:1906.11147  [pdf] - 1907195
Using the Agile software development lifecycle to develop a standalone application for generating colour magnitude diagrams
Comments:
Submitted: 2019-06-26
Virtual observatories allow the means by which an astronomer is able to discover, access, and process data seamlessly, regardless of its physical location. However, steep learning curves are often required to become proficient in the software employed to access, analyse and visualise this trove of data. It would be desirable, for both research and educational purposes, to have applications which allow users to visualise data at the click of a button. Therefore, we have developed a standalone application (written in Python) for plotting photometric Colour Magnitude Diagrams (CMDs) - one of the most widely used tools for studying and teaching about astronomical populations. The CMD Plot Tool application functions "out of the box" without the need for the user to install code interpreters, additional libraries and modules, or to modify system paths; and it is available on multiple platforms. Interacting via a graphical user interface (GUI), users can quickly and easily generate high quality plots, annotated and labelled as desired, from various data sources. This paper describes how CMD Plot Tool was developed using Object Orientated Programming and a formal software design lifecycle (SDLC). We highlight the need for the astronomical software development culture to identify appropriate programming paradigms and SDLCs. We outline the functionality and uses of CMD Plot Tool, with examples of star cluster photometry. All results plots were created using CMD Plot Tool on data readily available from various online virtual observatories, or acquired from observations and reduced with IRAF/PyRAF.
[2]  oai:arXiv.org:1306.0575  [pdf] - 675131
Proper Motions in Globular Clusters using Deconvolution of HST Images
Comments: 4 pages, 5 figures, To appear in the conference proceedings "Reading the book of globular clusters with the lens of stellar evolution", Mem. S. A. It. Eds. P. Ventura, C. Charbonnel, M. Castellani and M. Di Criscienzo
Submitted: 2013-06-03
A sub-sampled deconvolution technique for crowded field photometry with the HST WFPC2 instrument was proposed by Butler (2000) and applied to search for optical counterparts to pulsars in globular clusters (Golden et al. 2001). Simulations showed that the method, which takes account of the point-spread function (PSF) spatial variation, can provide better star detection and recovers the resolution lost to aberrations and poor sampling. The original emphasis was on precision photometry in crowded fields. In the present work, we have extended this technique to determine proper motions of stars in globular clusters. Actual HST images of the globular clusters, along with realistic simulations of the globular clusters, were used to benchmark the technique for astrometric accuracy. The ultimate aim is to use this dynamical data to search for intermediate-mass black holes in globular cluster cores.
[3]  oai:arXiv.org:1306.0573  [pdf] - 699227
Parallel Astronomical Data Processing with Python: Recipes for multicore machines
Comments: 15 pages, 7 figures, 1 table, "for associated test code, see http://astro.nuigalway.ie/staff/navtejs", Accepted for publication in Astronomy and Computing
Submitted: 2013-06-03
High performance computing has been used in various fields of astrophysical research. But most of it is implemented on massively parallel systems (supercomputers) or graphical processing unit clusters. With the advent of multicore processors in the last decade, many serial software codes have been re-implemented in parallel mode to utilize the full potential of these processors. In this paper, we propose parallel processing recipes for multicore machines for astronomical data processing. The target audience are astronomers who are using Python as their preferred scripting language and who may be using PyRAF/IRAF for data processing. Three problems of varied complexity were benchmarked on three different types of multicore processors to demonstrate the benefits, in terms of execution time, of parallelizing data processing tasks. The native multiprocessing module available in Python makes it a relatively trivial task to implement the parallel code. We have also compared the three multiprocessing approaches - Pool/Map, Process/Queue, and Parallel Python. Our test codes are freely available and can be downloaded from our website.