Crates.io | mwa_rust_core |
lib.rs | mwa_rust_core |
version | 0.2.0 |
source | src |
created_at | 2021-08-19 09:08:24.370804 |
updated_at | 2021-09-30 02:58:04.656 |
description | Convenience Rust code that handles coordinate transformations, Jones matrices, etc. for the Murchison Widefield Array (MWA) radio telescope. |
homepage | https://github.com/MWATelescope/mwa_rust_core |
repository | https://github.com/MWATelescope/mwa_rust_core |
max_upload_size | |
id | 439533 |
size | 146,211 |
Convenience Rust code that handles coordinate transformations, Jones matrices, etc.
A Rust compiler with a version >= 1.50.0
https://www.rust-lang.org/tools/install
liberfa-dev
erfa
ERFA_LIB
pkg-config
is used to find the library.--features=erfa-static
to build the library automatically. Requires a
C compiler and autoconf
.If using the mwalib
feature (true by default):
libcfitsio-dev
cfitsio
CFITSIO_LIB
and
CFITSIO_INC
pkg-config
is used to find the library.--features=cfitsio-static
to build the library automatically. Requires
a C compiler and autoconf
.To link a system-provided static library, use e.g. ERFA_STATIC=1
. To link all
system-provided static libraries, use PKG_CONFIG_ALL_STATIC=1
. To build all C
libraries and link statically, use the all-static
feature.