Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.41 KB

README.md

File metadata and controls

44 lines (28 loc) · 2.41 KB

BackgroundMeshes.jl

PkgEval Build Status Coverage License

Stable Dev

Create meshes for estimating the background in astronomical images. Originally a submodule of Photometry.jl.

Installation

Currently, this package is unregistered and must be installed directly from this repository using the built-in package manager

julia>]
pkg> add https://github.com/JuliaAstro/BackgroundMeshes.jl
julia> using Pkg; Pkg.add("https://github.com/JuliaAstro/BackgroundMeshes.jl")

For more information, see the Pkg documentation.

Usage

To load this package

julia> using BackgroundMeshes

Please see the online documentation for further usage, tutorials, and API reference.

Contributing and Support

If you would like to contribute, feel free to open a pull request. If you want to discuss something before contributing, head over to discussions and join or open a new topic. If you're having problems with something, please open an issue.

License

The work derived from astropy/photutils is BSD 3-clause. All other work uses the MIT license. Therefore, this work as a whole is BSD 3-clause. LICENSE contains all licenses and any files using derived work are noted at the top of the file.