https://github.com/emmt/pointspreadfunctions.jl
A Julia package for modeling and fitting Point Spread Functions (PSF).
https://github.com/emmt/pointspreadfunctions.jl
Last synced: 3 months ago
JSON representation
A Julia package for modeling and fitting Point Spread Functions (PSF).
- Host: GitHub
- URL: https://github.com/emmt/pointspreadfunctions.jl
- Owner: emmt
- License: mit
- Created: 2020-06-08T08:45:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T05:38:02.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T11:42:22.442Z (11 months ago)
- Language: Julia
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PointSpreadFunctions
[](https://emmt.github.io/PointSpreadFunctions.jl/dev)
[](https://travis-ci.org/emmt/PointSpreadFunctions.jl)
[](https://ci.appveyor.com/project/emmt/PointSpreadFunctions-jl)
[](https://codecov.io/gh/emmt/PointSpreadFunctions.jl)
[](https://coveralls.io/github/emmt/PointSpreadFunctions.jl?branch=master)
`PointSpreadFunctions` is a [Julia](https://julialang.org/) package for
modeling and fitting *Point Spread Functions* (PSF).
## Installation
The easiest way to install `PointSpreadFunctions` is via Julia registry
[`EmmtRegistry`](https://github.com/emmt/EmmtRegistry):
```julia
using Pkg
pkg"registry add https://github.com/emmt/EmmtRegistry"
pkg"add PointSpreadFunctions"
```