Next: 8.5.1 __init__(self):
Up: 8 Description of all
Previous: 8.4.13 addPoly(self,channel=0,phase=1,poly=[10.,0.,10.,10.]):
8.5 DataEntity:
DataEntity:
BoaDataEntity.py
NAM: DataEntity (class)
DES: Objects of this class store the data and associated
parameters of a scan, which can contain several observations
(or subscans).
They also contain additional arrays in which the current
results of the data reduction are stored.
This class also provides the interface between the MB-FITS
files and BoA, by the means of the fillFromMBFits() method.
History:
NAM: BoaDataEntity.py (file)
DES: contains the BoA data entity class
Subsections
- 8.5.1 __init__(self):
- 8.5.2 reset(self):
- 8.5.3 __str__(self):
- 8.5.4 read(self,inFile='',readObs=[],update=0):
- 8.5.5 fillFromMBFits(self,obsEntity,update=0):
- 8.5.6 FillF90(self):
- 8.5.7 dumpData(self,fileName='BoaData.sav'):
- 8.5.8 restoreData(self,fileName='BoaData.sav'):
- 8.5.9 saveMambo(self,inName='',outName=''):
- 8.5.10 readRCPfile(self,rcpFile):
- 8.5.11 writeRCPfile(self,rcpFile='rcpBoa.rcp'):
- 8.5.12 initPhases(self):
- 8.5.13 phaseDiff(self):
- 8.5.14 copyPhases(self):
- 8.5.15 existData(self):
- 8.5.16 getTotalChanList(self):
- 8.5.17 setCurrChanList(self,chanList='?'):
- 8.5.18 printCurrChanList(self):
- 8.5.19 checkChanList(self,inList):
- 8.5.20 getChanData(self,dataType='',chan=1,phase=0,flag=0):
- 8.5.21 getChanListData(self,type='',chanList=[],phase=0,flag=0):
- 8.5.22 signal(self,chanList=[],phase=0,flag=0,
- 8.5.23 plotCorrel(self,chanRef=1,chanList=[],phase=0,flag=0,
- 8.5.24 azimuth(self,chanList=[],phase=0,flag=0,
- 8.5.25 elevation(self,chanList=[],phase=0,flag=0,
- 8.5.26 azel(self,chanList=[],phase=0,flag=0,
- 8.5.27 eloff(self,chanList=[],phase=0,flag=0,
- 8.5.28 azoff(self,chanList=[],phase=0,flag=0,
- 8.5.29 azeloff(self,chanList=[],phase=0,flag=0,
- 8.5.30 plotMean(self,chanList=[],phase=0,flag=0,
- 8.5.31 plotRms(self,chanList=[],phase=0,flag=0,
- 8.5.32 plotMeanChan(self,chanList=[],phase=0,flag=0,
- 8.5.33 plotRmsChan(self,chanList=[],phase=0,flag=0,
- 8.5.34 chanMap(self,chanList=[],phase=0,flag=0,oversamp=2.):
- 8.5.35 slowChanMap(self,chanList=[],phase=0,flag=0,oversamp=2.,sizeX=[],sizeY=[]):
- 8.5.36 fastChanMap(self,chanList=[],phase=0,flag=0,oversamp=2.):
- 8.5.37 fft(self,chanList=[],phase=0,flag=0,
Frank Bertoldi
2005-11-10