Radio interferometric imaging suite based on a preconditioned forward-backward approach
Project description
Radio interferometric imaging suite base on the pre-conditioned forward-backward algorithm.
Installation
Install the package by cloning and running
$ pip install -e pfb-imaging/
You will probably may also need to update pip eg.
$ pip install -U pip setuptools wheel
For maximum performance it is strongly recommended to install ducc in no binary mode eg
$ git clone https://gitlab.mpcdf.mpg.de/mtr/ducc.git
$ pip install -e ducc
Default naming conventions
The default outputs are named using a conbination of the following parameters
–output-filename
–product
–suffix
The output dataset of the init application (viz. the xds) will be called
f"{output_filename}_{product}.xds"
with standard python string substitutions. The grid worker creates another dataset (viz. the dds`) called
f"{output_filename}_{product}_{suffix}.dds"
i.e. with the suffix appended (the default suffix being main) which contains imaging data products such as the dirty and PSF images etc. This is to allow imaging multiple fields from a single set of (possibly averaged) corrected Stokes visibilities produced by the init applcation. For example, the sun can be imaged from and xds prepared for the main field by setting –target sun and, for example, –suffix sun. The –target parameter can be any object recognised by astropy and can also be specified using the HH:MM:SS,DD:MM:SS format. All deconvolution algorithms interact with the dds produced by the grid application and will produce a component model called
f"{output_filename}_{product}_{suffix}_model.mds"
as well as standard pixelated images which are stored in the dds. They also produce fits images but these are mainly for inspection with fits viewers. By default logs and fits files are stored in the directory specifed by –output-filename but these can be overwritten with the
–fits-output-folder and
–log-directory
parameters. Fits files are stored with the same naming convention but with the base output directory set to –fits-output-folder. Logs are stored by application name with a time stamp to prevent inadvertently overwriting them. The output paths for all files are reported in the log.
Parallelism settings
There are two settings controlling parallelism viz.
–nworkers which controls how many chunks (usually corresponding to imaging bands) will be processed in parallel and
–nthreads-per-worker which specifies the number of threads available to each worker (eg. for gridding, FFT’s and wavelet transforms).
By default only a single worker is used so that datasets will be processed one at a time. This results in the smallest memory footprint but won’t always result in optimal resource utilisation. It also allows for easy debugging as there is no Dask cluster involved in this case. However, for better resource utilisation and or distributing computations over a cluster, you may wish to set –nworkers larger than one. This uses multiple Dask workers (processes) to process chunks in parallel and is especially useful for the init, grid and fluxtractor applications. It is usually advisable to set –nworkers to the number of desired imaging bands which is set by the –channels-per-image parameter when initialising corrected Stokes visibilities with the init application. The product of –nworkers and –nthreads-per-worker should not exceed the available resources.
Module of workers
Each worker module can be run as a standalone program. Run
$ pfb --help`
for a list of available workers.
Documentation for each worker is listed under
$ pfb workername --help`
Acknowledgement
If you find any of this useful please cite
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
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 pfb_imaging-0.0.6.tar.gz.
File metadata
- Download URL: pfb_imaging-0.0.6.tar.gz
- Upload date:
- Size: 132.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4592ff253ccaa372a67d7dffb0439371a620376b0da181e97b5e8e4bb4208b7b
|
|
| MD5 |
baa9d536a0d393df3b40d07fa41f9073
|
|
| BLAKE2b-256 |
f86c54320656ea0926574133588525be21ae82748c6aff0ac28a9708ee169ad0
|
File details
Details for the file pfb_imaging-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pfb_imaging-0.0.6-py3-none-any.whl
- Upload date:
- Size: 175.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eba9682a56c18719a3aaf781c9fb61acb7096edd07d3678ef134b39485967b2
|
|
| MD5 |
974513467fa2c30b7eca54fca96f88fa
|
|
| BLAKE2b-256 |
50ba4ce13e2b5a7b8c05e02df4f95020382300d22da937f96e5a007eba3a5ee1
|