ADI.jl
A package for angular differential imaging (ADI) along with its variants, such as reference differential imaging (RDI) and spectral differential imaging (SDI).
Installation and Setup
ADI.jl is a registered package and can be installed using the Julia package manager. From the Julia REPL, enter Pkg mode (by pressing ]
)
julia>]
(@v1.5) pkg> add ADI
To exit Pkg mode, just backspace. Once the package is installed it can be imported with
julia> using ADI
For more information, see the Pkg documentation.
Citations
If you use ADI.jl or derivatives in your work, please consider citing both the JOSS paper and the code record. The JOSS paper citation can be found in CITATION.bib
. The code will have a unique reference for each released version, so visit the Zenodo record to grab the BibTeX for whichever version you used.
Contributing and Support
In general contributions should follow ColPrac. If you are interested in extending/improving ADI.jl, head to the discussions to reach out. For support with using ADI.jl, please open an issue describing the problem and steps to reproduce it.
License
This work is distributed under the MIT "expat" license. See LICENSE
for more information.