Calibration, imaging, and analysis of solar data taken by the Owens Valley Long Wavelength Array (OVRO-LWA)
Project description
ovro-lwa-solar
Calibration and imaging pipeline for the Sun based on data taken by the Owens Valley Long Wavelength Array (OVRO-LWA)
Dependencies:
- Modular CASA 6
- suncasa
- Astropy, matplotlib, numpy
- wsclean
Installation
-
Install python 3.8+, git
-
Install dependency packages
pip install astropy numpy matplotlib==3.5
- update pip
python -m pip install --upgrade pip
- Install ovrolwasolar module
git clone https://github.com/binchensun/ovro-lwa-solar.git
cd ovro-lwa-solar
python -m pip install .
run the pipeline
simple example:
import ovrolwasolar.solar_pipeline as lwa
import os
os.chdir('../../data')
solar_ms='20230919_202113_55MHz.ms'
calib_ms='20230919_053329_55MHz.ms'
lwa.image_ms(solar_ms,calib_ms=calib_ms,logging_level='debug')
Release note
0.1.0 First version
0.1.1 Add refraction correction, low-brightness contour alignment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ovrolwasolar-0.1.1.tar.gz
(63.0 kB
view details)
File details
Details for the file ovrolwasolar-0.1.1.tar.gz
.
File metadata
- Download URL: ovrolwasolar-0.1.1.tar.gz
- Upload date:
- Size: 63.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4711de65ee155decb6a44514781b56d55681309d94d84cefe3f06e5e780d6345 |
|
MD5 | ee913500dcfdbd9e250af86f0726f7cd |
|
BLAKE2b-256 | 6c3bd526c0c604bfb16a742fc560bc7bae708c46d08699855e8027e16e92abb5 |