Solar imaging pipeline for solar interference mitigation in MeerKAT data.
Project description
Welcome to SolarKAT 🚀
SolarKAT is a solar imaging pipeline developed to mitigate solar interference in MeerKAT data and recover the visibilities rather than discarding them.
Radio frequency interference is a growing problem in radio astronomy, especially for new-generation telescopes such as MeerKAT. Its wide field of view and high sensitivity make the MeerKAT telescope capable of capturing the Sun even when looking far away from it. This ability facilitates contamination from the out-of-field Sun, causing, in some conditions, data corruption.
Installation
Git clone
You can have access to SolarKAT by cloning it from the repository to your local computer. To Run SolarKAT, you must first install Stimela (the framework on which SolarKAT is based). Stimela is installed in a virtual environment. In addition to stimela install cult-cargo. Both should be in the master branch.
Create and activate a virtual environment
python3.9 -m venv solarkat-env
source solarkat-env/bin/activate
then install stimela and cult-cargo inside the virtualenv
pip install stimela
pip install cult-cargo
and clone the solarkat repository
git clone https://github.com/ratt-ru/solarkat.git
Installation using pip
If you want to use SolarKAT as a Python package in your own recipe, it can be installed using pip (the updated version is solarkat==1.0.4):
pip install solarkat
Running SolarKAT
You can execute stimela by running the command:
stimela run recipe.yml [recipe_name] obs=obs
Example:
stimela run solarkat.yaml solarkat obs=L1
More details can be found in the Documentation here https://solarkat-docs.readthedocs.io/en/latest/index.html.
Running solarkat on Ilifu
You can run solarkat on Ilifu by setting backend to slurm. You can also set the srun_opts such as time and mem (memory to use). For these values, there's no default value.
backend:
slurm:
enable: true
srun_opts:
time: 1-12
mem: 200GB
cpus-per-task: 1
Citing this Pipeline
We kindly request that any work using this pipeline cites the following reference:
@article{samboco2024solarkat,
author = {Samboco, Victória G. and Heywood, Ian and Smirnov, Oleg},
title = {SolarKAT: A Solar Imaging Pipeline for MeerKAT},
journal = {Astrophysics Source Code Library},
pages={ascl:2401.013},
month={January},
year = {2024}
}
Thank you for considering our request.
Note
This package is in public Beta stage. SolarKAT is feature-complete, has undergone testing on multiple datasets, and is suitable for broader use. While efforts have been made to ensure stability, there may still be some undiscovered issues. Users are encouraged to use it, provide feedback, and report any issues on the project's GitHub page (https://github.com/ratt-ru/solarkat).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file solarkat-1.0.6.tar.gz.
File metadata
- Download URL: solarkat-1.0.6.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7fe971e8481cfb4e57b79b770b87630a897dc516de080eb89316d77280fb307
|
|
| MD5 |
ae54b1bd9fc046a2ef48037b8bc405a7
|
|
| BLAKE2b-256 |
7d4a148997c02fb4a7ae972fa498d69fec24101a1cc1fbc9cdd6aada5a51fe15
|
File details
Details for the file solarkat-1.0.6-py3-none-any.whl.
File metadata
- Download URL: solarkat-1.0.6-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83484dbef8e9955a8ae66c7bcf14dc73cb7bc24b0139b0b15ce64a5559851c01
|
|
| MD5 |
0398d6ee3de6a5219acdd52db59795ce
|
|
| BLAKE2b-256 |
e15c4e5386d80d2a2232bd2c59ac235a2ba3b1bf01bc4176a0f8c24f5eaa30d0
|