marlu

Crates.iomarlu
lib.rsmarlu
version0.11.0
sourcesrc
created_at2021-11-17 11:46:38.876286
updated_at2024-05-24 06:14:00.352617
descriptionConvenience Rust code that handles coordinate transformations, Jones matrices, I/O. for the Murchison Widefield Array (MWA) radio telescope. Previously known as mwa_rust_core
homepagehttps://github.com/MWATelescope/marlu
repositoryhttps://github.com/MWATelescope/marlu
max_upload_size
id483305
size757,964
Greg Sleap (gsleap)

documentation

README

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
Commit count: 201

cargo fmt