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

Classes

class  sdcal_worker
class  sdcal_engine

Functions

def sdcal
def save
 

do opacity (atmospheric optical depth) correction

sdutil.doopacity(self.scan, self.tau)

Function Documentation

def task_sdcal.save (   self)

do opacity (atmospheric optical depth) correction

sdutil.doopacity(self.scan, self.tau)

channel splitting

sdutil.dochannelrange(self.scan, self.channelrange)

Definition at line 82 of file task_sdcal.py.

References sdutil.save().

def task_sdcal.sdcal (   infile,
  antenna,
  fluxunit,
  telescopeparm,
  specunit,
  frame,
  doppler,
  calmode,
  fraction,
  noff,
  width,
  elongated,
  markonly,
  plotpointings,
  scanlist,
  field,
  iflist,
  pollist,
  channelrange,
  scanaverage,
  timeaverage,
  tweight,
  averageall,
  polaverage,
  pweight,
  tau,
  verify,
  outfile,
  outform,
  overwrite,
  plotlevel 
)

Definition at line 11 of file task_sdcal.py.

References sdutil.process_exception().

Referenced by sdcal.sdcal().