Forward calculation of radial receiver function
To obtain the latest updates, you can install rfsed from the source code, available on GitHub.
# Clone the rfsed repository from GitHub
git clone https://github.com/akinremisa/rffw.git
# Change directory to the same directory that this repo is in (i.e., same directory as setup.py and environment.yml)
cd rffw # That's the standard name the folder should have
# Create the conda environment, install dependencies, and install the rfsed package using environment.yml
conda env create -f environment.yml
# Activate the conda environment
conda activate rffw