CASA Documentation
Advanced Search…
  • Log in

Navigation

  • Home
  • Latest
  • CASA 6.1
  • CASA 5.6
  • CASA 5.5
  • CASA 5.4.1
  • CASA 5.4.0
  • CASA 5.3.0
  • CASA 5.1.2
  • CASA 5.1.1
  • CASA 5.1.0
  • CASA 5.0.0
Navigation
  • Release Information
  • Using CASA
  • Global Task List
    • accor
    • accum
    • apparentsens
    • applycal
    • asdmsummary
    • bandpass
    • blcal
    • browsetable
    • calstat
    • caltabconvert
    • clean
    • clearcal
    • clearstat
    • concat
    • conjugatevis
    • cvel
    • cvel2
    • deconvolve
    • delmod
    • exportasdm
    • exportfits
    • exportuvfits
    • feather
      • Description
      • Parameters
      • Changelog
      • Examples
      • Developer (developer)
    • fixplanets
    • fixvis
    • flagcmd
    • flagdata
    • flagmanager
    • fluxscale
    • fringefit
    • ft
    • gaincal
    • gencal
    • hanningsmooth
    • imcollapse
    • imcontsub
    • imdev
    • imfit
    • imhead
    • imhistory
    • immath
    • immoments
    • impbcor
    • importasap
    • importasdm
    • importatca
    • importfits
    • importfitsidi
    • importgmrt
    • importmiriad
    • importnro
    • importuvfits
    • importvla
    • impv
    • imrebin
    • imreframe
    • imregrid
    • imsmooth
    • imstat
    • imsubimage
    • imtrans
    • imval
    • imview
    • initweights
    • listcal
    • listfits
    • listhistory
    • listobs
    • listpartition
    • listvis
    • makemask
    • mstransform
    • msuvbin
    • msview
    • oldstatwt
    • partition
    • plotants
    • plotbandpass
    • plotcal
    • plotms
    • plotprofilemap
    • plotweather
    • polcal
    • predictcomp
    • rerefant
    • rmfit
    • rmtables
    • sdbaseline
    • sdcal
    • sdfit
    • sdfixscan
    • sdgaincal
    • sdimaging
    • sdintimaging
    • sdpolaverage
    • sdsidebandsplit
    • sdsmooth
    • sdtimeaverage
    • setjy
    • simalma
    • simanalyze
    • simobserve
    • slsearch
    • smoothcal
    • specfit
    • specflux
    • specsmooth
    • splattotable
    • split
    • spxfit
    • statwt
    • tclean
    • tsdimaging
    • uvcontsub
    • uvcontsub3
    • uvmodelfit
    • uvsub
    • viewer
    • virtualconcat
    • vishead
    • visstat
    • widebandpbcor
    • wvrgcal
  • Global Tool List
  • CASA Fundamentals
  • External Data
  • Calibration & Visibilities
  • Imaging & Analysis
  • Pipeline
  • Simulations
  • Parallel Processing
  • Memo Series & Knowledgebase
  • CASA Development


Description

combine two images using their Fourier transforms

Summary

feather can be used as one method of combining single-dish and interferometric images after they have been separately made. The algorithm converts each image to the gridded visibility plane, combines them, and reconverts them into a combined image. Each image must include a well-defined beam shape (clean beam) in order for feathering to work well; these could be a 'clean beam' for interferometric images, and a 'primary-beam' for a single-dish image. The two images must have the same flux density normalization scale.

More information about feather can be found in the Image Combination section of the CASAdocs. 

Feathering is a simple method for combining two images with different spatial resolution. The processing steps are:

  1. Regrid the low-resolution image to a temporary copy matching the resolution of the high-resolution image.
  2. Transform each image to the spatial-frequency plane (gridded).
  3. Scale the low-resolution image (uv-grid) by the ratio of the volumes of the two 'clean beams' (high-res/low-res).
  4. Add to this, the uv-grid of the high-resolution image, scaled by (1-$\omega$t) where '$\omega$t' is the Fourier transform of the 'clean beam' defined in the low-resolution image.
  5. Transform back to the image plane.

One commonly used option for feather is sdfactor, which can be used to adjust the flux scale of the SD image in the case that the fluxes don't match where there is overlap between the spatial-frequencies in the SD image and the interferometer image.

 

The results of feathering ALMA 12+7m and Total Power data for M100 using three different sdfactors: 0.5 (right) 0.7 (middle) 1.3 (left). The higher sdfactor (1.3) recovers more of the faint extended emission, as it is boosting the TP signal. 

The results of feathering ALMA 12+7m and Total Power data for M100 using three different sdfactors: 0.5 (right) 0.7 (middle) 1.3 (left). The higher sdfactor (1.3) recovers more of the faint extended emission, as it is boosting the TP signal.
 

NOTE: The tclean task allows another method of combining single-dish and interferometric data. The single-dish image can be used as a starting model for the interferometric image-reconstruction. If there is some overlap between the spatial-frequencies contained in the single-dish image and the interferometer sampling function, then such a starting model will help constrain the solutions on the short-baselines of the interferometric data.

 

Parameter descriptions

imagename

Name of output feathered image. Default is none; example: imagename='orion_combined.im'.

highres

Name of high resolution (interferometer) image. Default is none; example: highres='orion_vla.im'. This image is often a clean image obtained from synthesis observations.

lowres

Name of low resolution (single dish) image. Default is none; example: lowres='orion_gbt.im'. This image is often a image from a single-dish observations or a clean image obtained from lower resolution synthesis observations.

sdfactor

Value by which to scale the Single Dish image. Default is 1.0. Basically modifying the flux scale of the SD image.

effdishdiam

New effective SingleDish diameter to use in meters [m]. One can only reduce the dish effective dish diameter in feathering. Default is -1.0 which means leave as is.

lowpassfiltersd

If True the high spatial frequency in the SD image is rejected. Any data outside the maximum uv distance that the SD has illuminated is filtered out.

 

The Plone® Open Source CMS/WCM is © 2000-2021 by the Plone Foundation and friends. Distributed under the GNU GPL license.
  • Site Map
  • Accessibility
  • Contact
Powered by Plone & Python