hirasawayui33 / J-comb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

J-comb algorithm

✨ Baseed on uvcombine

A novel method to combine high-resolution data with large-scale missing information with low-resolution data containing the short spacing.

Description

Input:

fits files of low- and high-resolution image, angular resolution of the input images, pixel size of the input images,

Output:

fits file of the combined image

Usage:

Inside python

from combine_fuction import combine_2d
combined_2d(lowresolution_map, highresolution_map, combined_map, beam_size, pixel_size,kenel,....)

An example is avaliable here.

About


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%