casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions | Variables
recipes.checkdataformat Namespace Reference

Functions

def dataformat
def checkms
def checkasdm
def checkscantable

Variables

tuple tb

Function Documentation

check if input data is ALMA/EVLA SDM

Definition at line 105 of file checkdataformat.py.

Referenced by recipes.checkdataformat.dataformat().

check if the input data is an MS

Definition at line 77 of file checkdataformat.py.

Referenced by recipes.checkdataformat.dataformat().

check if the input data is ASAP Scantable 

Definition at line 136 of file checkdataformat.py.

Referenced by recipes.checkdataformat.dataformat().

find(guess) the data format of the input data
by quick checks on the data without opening or loading
fullly.
Currently check if it is MS, ALMA/EVLA SDM with its version,
ASAP scantable with its version, CASA image, some kind of
FITS, or ASCII text. 

Definition at line 9 of file checkdataformat.py.

References recipes.checkdataformat.checkasdm(), recipes.checkdataformat.checkms(), and recipes.checkdataformat.checkscantable().


Variable Documentation

Definition at line 6 of file checkdataformat.py.