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
  • Hardware Requirements
  • Using CASA
  • Visibility Data Import Export
  • Visibility Data Selection
  • Data Examination and Editing
  • UV Manipulation
    • Manipulating Visibilities with MStransform
    • Combining, separating, and smoothing spectral windows
    • Data Selection and Reindexing
    • Data partition
    • On-the-fly calibration
    • Time average
    • Channel average
    • Splitting out Calibrated UV data (split and mstransform)
    • Averaging in split
    • Recalculation of uvw values (fixvis)
    • Hanning smoothing of uv data (hanningsmooth)
    • Regridding Visibility Frequencies and Velocities
    • Combining MeasurementSets
    • UV-Plane Continuum Subraction
    • Visibility Analysis
    • Subtracting or Adding Model Visibilities
    • Fitting Gaussians to Visibilities
    • Task: mstransform
    • Task: split
    • Task: cvel
    • Task: hanningsmooth
    • Task: uvcontsub
    • Task: fixvis
    • Task: fixplanets
    • Task: concat
    • Task: virtualconcat
    • Task: conjugatevis
    • Task: uvsub
    • Task: uvmodelfit
    • Task: ft
    • Tool: coordsys
    • Tool: componentlist
    • Tool: measures
    • Tool: quanta
    • Tool: mstransformer
    • Tool: componentlist
  • Synthesis Calibration
  • Ephemeris Data
  • Synthesis Imaging
  • Single Dish Calibration
  • Single-Dish Imaging
  • Image Combination
  • Image Cube Visualization
  • Image Analysis
  • Simulation
  • Parallel Processing
  • Reference Material
  • Global Task List
  • Global Tool List
  • Documentation (developer)
  • CASA on Amazon Web Services
  • CASA Processes (developer)

On-the-fly calibration

Performing on-the-fly calibration using mstransform

As of CASA 4.5 mstransform incorporates the possibility of applying on the-the-fly (OTF) calibration by specifying docallib = True, which in turn allows to specify the “Cal Library” filename (callib parameter). This transformation is the first one applied to the data, producing effectively a corrected data column on-the-fly, which can be further transformed. callib is the filename pointing to the calibration specification file, where conventions and current limitations are also described.  The combination of OTF calibration and cal libraries enable complex calibrations to be applied, and for the calculation to proceed more quickly than they otherwise might.

docallib = True   # Enable OTF calibration

callib   = ''     # Cal Library filename

An example of a Cal Library file is given below.

caltable='ngc5921_regression/ngc5921.bcal' calwt=True tinterp='nearest' 
caltable='ngc5921_regression/ngc5921.fluxscale' calwt=True tinterp='nearest' fldmap='nearest' 
caltable='ngc5921_regression/ngc5921.gcal' calwt=True field='0' tinterp='nearest' fldmap=[0] 
caltable='ngc5921_regression/ngc5921.gcal' calwt=True field='1,2' tinterp='linear' fldmap='1' 

See the full description of a Cal Library here.

« Previous: Data partition Next: Time average »  
The Plone® Open Source CMS/WCM is © 2000-2022 by the Plone Foundation and friends. Distributed under the GNU GPL license.
  • Site Map
  • Accessibility
  • Contact
Powered by Plone & Python