Skip to content

JuliaAstro/SpectrumBase.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

226 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectrumBase.jl

CI codecov License: MIT

Utilities for interfacing with astronomical spectra and synthetic spectra libraries.

Warning: This is a work in progress and is under heavy development

Primary Author: Miles Lucas @mileslucas

Installation

Currently this package can only be installed from github. To do so, either clone this repository and install it or

pkg> add https://github.com/JuliaAstro/SpectrumBase.jl

from the pkg command line (Press ] from Julia REPL)

Developer documentation

Below we show the commands to run from the package root level to develop the tests and documentation.

Tests

julia --proj

julia> import Pkg

# List tests
julia> Pkg.test("SpectrumBase"; test_args = `--list`)

# Run specific testsets by name. Will match with `startswith`
julia> Pkg.test("SpectrumBase"; test_args = `--verbose <testset name>`)

Docs

Assuming LiveServer.jl is in your global environment:

julia --proj=docs/

julia> using LiveServer

julia> servedocs(; include_dirs = ["src/"])

About

Utilities for interfacing with astronomical spectra and synthetic spectra libraries.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages