25 releases (13 breaking)
0.15.0 | Nov 12, 2024 |
---|---|
0.13.0 | Aug 14, 2024 |
0.11.0 | May 24, 2024 |
0.10.1 | Aug 11, 2023 |
0.2.2 | Nov 17, 2021 |
#77 in Science
777 downloads per month
Used in 3 crates
555KB
12K
SLoC
Marlu
Convenience Rust code that handles coordinate transformations, Jones matrices, etc.
Prerequisites
- Cargo version >= 1.65.0
$ cargo -V
cargo 1.65.0 (4bc8f24d3 2022-10-20)
https://www.rust-lang.org/tools/install
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
andCFITSIO_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 andautoconf
.
- Ubuntu:
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...
Dependencies
~25–39MB
~600K SLoC