Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 494 Bytes

RFI-K-Means

Virtual Environment

Clone this repo and make a virtual environment in the the source directory

python -m venv venv
source venv/bin/activate

To exit the virtual environment type deactivate

Dependencies

Install the dependencies

pip install -r requirements.txt 

Flagging

Run the RFI-K-Means

python rfi-k-means.py 

Note: The flagging works with python 3 and the data directory for the HIDE simulations needs to be set in the source code.