Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Library of routines for the analysis of cosmic microwave background (CMB) data

License

NotificationsYou must be signed in to change notification settings

jmert/CMB.jl

Repository files navigation

DocumentationBuild Status

CMB.jl is a library of routines for the analysis of cosmic microwavebackground (CMB) data. Development of features is being driven by the author'suse cases — at this time, namely the production of “reobserved” pixel-pixelcovariance matrices as used by the BICEP/Keck Array collaboration.

Design goals of this package include:

  • Native Julia implementation of core routines.

  • Numerical stability and efficiency.

  • Parallelism and efficient memory sharing.

Installation and usage

This library isnot registered in Julia'sGeneral registry,so the package must be installed either by cloning it directly:

(@v1.7) pkg> add https://github.com/jmert/CMB.jl

or by making use of mypersonal registry:

(@v1.7) pkg> registry add https://github.com/jmert/Registry.jl(@v1.7) pkg> add CMB

After installing, just load like any other Julia package:

julia> using CMB

[8]ページ先頭

©2009-2025 Movatter.jp