Skip to content

jmert/Healpix.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healpix.jl

Documentation Build Status

Installation and usage

This library is not registered in Julia's General registry, so the package must be installed either by cloning it directly:

pkg> add https://github.com/jmert/Healpix.jl

or by making use of my personal registry:

pkg> registry add https://github.com/jmert/Registry.jl
pkg> add Healpix

After installing, just load like any other Julia package:

julia> using Healpix