EHTDimensionalData

Dev Build Status Coverage Code Style: Blue

EHTDimensionalData.jl is an extension of DimensionalData.jl which provides an intuitive, self-descriptive ND-labeld data structures for Julia. This package works as a higher layer of DimensionalData.jl by reexporting its ecosystem through Reexport.jl with a set of custom functions for DimStack and DimArray data types including potential overwrites of some methods.

Installation

Assuming that you already have Julia correctly installed, it suffices to import EHTUtils.jl in the standard way:

using Pkg
Pkg.add("EHTDimensionalData")

Usage

As EHTDimensionalData.jl will reexport all features in DimesinalData.jl along with custom methods, you will need to import only EHTDimensionalData.jl.

using EHTDimensionalData

If you need to import both DimensionalData.jl and EHTDimensionalData.jl for some reasons, please import or using only specific functions to avoid conflicts.

Acknowledgements

The development of this package has been finantially supported by the following programs.

The National Radio Astronomy Observatory is a facility of the National Science Foundation operated under cooperative agreement by Associated Universities, Inc.