casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
task_exportasdm Namespace Reference

Functions

def exportasdm

Function Documentation

def task_exportasdm.exportasdm (   vis = None,
  asdm = None,
  datacolumn = None,
  archiveid = None,
  rangeid = None,
  subscanduration = None,
  sbduration = None,
  apcorrected = None,
  verbose = None,
  showversion = None,
  useversion = None 
)
Convert a CASA visibility file (MS) into an ALMA Science Data Model.
                                  
Keyword arguments:
vis       -- MS name,
     default: none

asdm -- Name of output ASDM file (directory),
     default: none; example: asdm='ExecBlock3'

datacolumn -- specifies which of the MS data columns (DATA,
          CORRECTED_DATA, or MODEL_DATA) should be used as the
          visibilities in the ASDM, default: DATA

archiveid -- the X0 in uid://X0/X1/X<running>
          default: "S0"

rangeid -- the X1 in uid://X0/X1/X<running>
          default: "X1"

subscanduration -- maximum duration of a subscan in the output ASDM
          default: "24h"

sbduration -- maximum duration of a scheduling block in the output ASDM
          default: "2700s"

apcorrected -- If true, the data in column datacolumn should be regarded
          as having atmospheric phase correction, default: True

verbose     -- produce log output, default: True

showversion -- report the version of the ASDM class set, 
         default: True

useversion -- Selects the version of MS2asdm to be used (presently only \'v3\' is available)
      default: v3

Definition at line 6 of file task_exportasdm.py.