ISA.jl: The Julia Library for Instantaneous Spectral Analysis

    In January of 2020, we began to re-implement our ISA tools in the Julia programing language. This module is still in development–-Please be patient as we continue to add new features.

    Installation

    Users

    1. Download Julia 1.3 or later, if you haven't already.
    2. Add the ISA module entering the following at the REPL ]add https://github.com/ssandova/ISA.

    Student Developers

    1. Download/Clone the ISA module to username/.julia/dev/.
    2. Enter the package manager in REPL by pressing ] then add the package by typing dev ISA rather than add ISA.