casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
delmod_pg.delmod_pg_ Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Private Attributes

 __bases__
 __doc__

Static Private Attributes

string __name__

Detailed Description

Definition at line 18 of file delmod_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file delmod_pg.py.


Member Function Documentation

def delmod_pg.delmod_pg_.__call__ (   self,
  vis = None,
  otf = None,
  field = None,
  scr = None,
  async = None 
)
Deletes model representations in the MS

      This utility task is to be used to delete the model visibility
      data representations in the MS.  The 'otf' representation is
      the new (as of v3.4) 'scratch-less' model data, stored as
      keywords in the MS header containing model data formation
      instructions.  It is generated by the setjy, ft, and clean
      tasks (usescratch=F), and if present, overrides the 
      old-fashioned MODEL_DATA column (if present).  If a user
      wishes to use the MODEL_DATA column _after_ having operated
      with the 'otf' representation, this task can be used
      to delete the 'otf' represenatation to make the MODEL_DATA
      column visible.  (Create the MODEL_DATA column by using
      usescratch=T in setjy, ft, or clean; or by running the
      clearcal task with addmodel=T.)

      If otf=T, specific fields can be selected for deletion
      using standard field selection semantics.  If field='',
      all fields' models will be deleted.

      For convenience, this method also provides a means for
      deleting the MODEL_DATA column by setting scr=T.  Note
      that it is not possible to delete the MODEL_DATA column
      per field.

      If otf=F and scr=F, delmod will provide a listing
      of the header field records.

Definition at line 26 of file delmod_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file delmod_pg.py.

Definition at line 23 of file delmod_pg.py.

string delmod_pg.delmod_pg_.__name__ [static, private]

Definition at line 19 of file delmod_pg.py.


The documentation for this class was generated from the following file: