#radio-astronomy #mwa #aoflagger #astronomy #cotter

marlu

Convenience Rust code that handles coordinate transformations, Jones matrices, I/O. for the Murchison Widefield Array (MWA) radio telescope. Previously known as mwa_rust_core

21 releases

0.11.0 May 24, 2024
0.10.1 Aug 11, 2023
0.10.0 Jul 21, 2023
0.9.1 Feb 28, 2023
0.2.2 Nov 17, 2021

#38 in Science

Download history 36/week @ 2024-03-31 18/week @ 2024-04-07 17/week @ 2024-04-14 54/week @ 2024-04-21 27/week @ 2024-04-28 150/week @ 2024-05-05 152/week @ 2024-05-12 229/week @ 2024-05-19 14/week @ 2024-05-26 25/week @ 2024-06-02 31/week @ 2024-06-09 223/week @ 2024-06-16 153/week @ 2024-06-23 108/week @ 2024-06-30 38/week @ 2024-07-07 18/week @ 2024-07-14

330 downloads per month
Used in 3 crates

MPL-2.0 and maybe LGPL-2.0+

550KB
12K SLoC

Marlu

Convenience Rust code that handles coordinate transformations, Jones matrices, etc.

Prerequisites

Optional prerequisites

If using the mwalib feature (true by default):

  • cfitsio
    • Ubuntu: libcfitsio-dev
    • Arch: cfitsio
    • Library and include dirs can be specified manually with CFITSIO_LIB and CFITSIO_INC
    • If not specified, pkg-config is used to find the library.
    • Use --features=cfitsio-static to build the library automatically. Requires a C compiler and autoconf.

To link a system-provided static library, use e.g. CFITSIO_STATIC=1. To link all system-provided static libraries, use PKG_CONFIG_ALL_STATIC=1. To build all C libraries and link statically (currently only cfitsio), use the all-static feature.

Acknowledgement

This scientific work uses data obtained from the Murchison Radio-astronomy Observatory. We acknowledge the Wajarri Yamatji people as the traditional owners of the Observatory site.

This repo is approved by...

CIRA Rust Evangelism Strike Force logo

Dependencies

~25–38MB
~580K SLoC