New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mwa-hyperbeam

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mwa-hyperbeam

Primary beam code for the Murchison Widefield Array (MWA) radio telescope.

  • 0.10.1
  • PyPI
  • Socket score

Maintainers
2

This is a release of mwa_hyperbeam, primary beam code for the MWA, obtained from the GitHub releases page.

Licensing

hyperbeam is licensed under the Mozilla Public License 2.0 (MPL 2.0). The LICENSE file is the relevant copy.

Other licenses are included from the hdf5 (COPYING-hdf5) and erfa (LICENSE-erfa) libraries. These are included because (as per the terms of the licenses) hdf5 and erfa are compiled inside the hyperbeam products in this tarball.

What are these different x86-64 versions?

They are microarchitecture levels. By default, Rust compiles for all x86-64 CPUs; this allows maximum compatibility, but potentially limits the runtime performance because many modern CPU features can't be used. Compiling at different levels allows the code to be optimised for different classes of CPUs so users can get something that works best for them.

Rule of thumb for which microarchitecture to use

You're probably safe with x86-64-v2, especially if your CPU was made after 2010. If your CPU is older than that, you may want x86-64. If your CPU is a little newer, x86-64-v3 is also likely to work. x86-64-v4 isn't widely supported (AVX-512), so only use that if you know it works.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc