Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 819 Bytes

OIFit.jl

Code Style: Blue

A simple library for fitting geometrical models to OIFITS data, with routines originally implemented for Setterholm, et al 2018.

Installation

Installation is as simple as starting a Julia session, switching to the package manager mode (press the ] key), and then entering:

add https://github.com/bensetterholm/OIFit.jl

This will install the OIFit.jl library and all dependencies. Once installed, the library can be updated anytime by entering

update

in package manager mode.

Usage

using OIFit

OIFit.loaddir("path/to/dir") # Loads all .[oi]fits files into Vis2 structures

License

MIT