Skip to content

Latest commit

 

History

History
executable file
·
50 lines (35 loc) · 1.39 KB

README.rst

File metadata and controls

executable file
·
50 lines (35 loc) · 1.39 KB

taholog

Scripts for tied-array holography.

Author(s)

Original work by P. Salas et al. 2020. Astronomy & Astrophysics. 635, A207. Code refactored, modularized, extended, and optimized by @macrocosme.

Usage example

In a shell:

> python main.py --parallel \\
                 --ncpus 16 \\
                 --no-use_numba \\
                 --no-use_gpu \\
                 --use_pyfftw \\
                 --to_disk \\
                 --verbose \\
                 --target_id "<LOFAR TARGET OBS ID>" \\
                 --reference_ids "LOFAR REFERENCE OBS ID(S)" \\
                 --input_dir "</PATH/TO/INPUT_DATA>" \\
                 --output_dir "</PATH/TO/OUTPUT_DATA>" >> ../<LOG FILE NAME>.out 2>&1

For more: > python main.py --help

Setup

Refer to work-documents/setup.pdf for details.

Context

Refer to work-documents/LOFAR2.0_sprint_review_update-beam_holography.pdf for details.

Benchmarking algorithms

Refer to work-documents/time_approaches.ipynb for benchmark results performed on drg23 (dragnet, ASTRON) for details.