Pith. sign in

REVIEW 1 cited by

Parallel Astronomical Data Processing with Python: Recipes for multicore machines

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1306.0573 v1 pith:U7XSQVGQ submitted 2013-06-03 astro-ph.IM cs.DC

Parallel Astronomical Data Processing with Python: Recipes for multicore machines

classification astro-ph.IM cs.DC
keywords parallelprocessingdatamulticorepythonprocessorsthreeastronomical
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. phoptic -- a Python package for reducing astronomical images

    astro-ph.IM 2026-07 conditional novelty 6.0

    phoptic provides a single open-source Python pipeline that reduces images from OPTICAM, ULTRACAM, HiPERCAM, and MEXMAN into photometric light curves.