Next: 8.1 chanana
Up: boa_master_doc
Previous: 7.6.4 Scientific.Functions.LeastSquares
8 Description of all classes and methods
In the following all modules with their associated classes and methods
are listed and described.
Subsections
- 8.1 chanana
- 8.1.1 flag_pc(xflag,xdata,n_phase,n_channel,low,high,ii,jj,kk)
- 8.1.2 flag(xflag,xdata,low,high,mask_count,ii)
- 8.1.3 unflag(xflag,xdata,flag,mask_count,ii)
- 8.1.4 flagtime(xflag,low,high,flag,mask_count,ii)
- 8.1.5 flaglon(xflag,low,high,flag,mask_count,ii)
- 8.2 BoaConfig (module)
- 8.3 data
- 8.4 DataAna(BoaDataEntity.DataEntity):
- 8.4.1 __init__(self):
- 8.4.2 flagChanFromList(self,list=[],flag=1):
- 8.4.3 unflag(self,channel=-1,phase=-1,flag=1):
- 8.4.4 flag(self,channel=-1,phase=-1,below=2,above=2):
- 8.4.5 flagLST(self,channel=-1,phase=-1,below='?',above='?',flag=1):
- 8.4.6 flagLon(self,channel=-1,phase=-1,below='?',above='?',flag=1):
- 8.4.7 statistics(self):
- 8.4.8 corMatrix(self):
- 8.4.9 correlate(self,phase=-1,channel=1,plot=1):
- 8.4.10 snf(self,phase=-1,channel=1,subtract=1,wa=0.95,wb=1.0):
- 8.4.11 basePolySubscan(self,channel=-1,phase=-1,order=1,subtract=1,plot=0):
- 8.4.12 basePoly(self,channel=-1,phase=-1,order=1,subtract=1,plot=0):
- 8.4.13 addPoly(self,channel=0,phase=1,poly=[10.,0.,10.,10.]):
- 8.5 DataEntity:
- 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,
- 8.6 f1
- 8.6.1 gsmooth(image,fwhm,ii,jj)
- 8.6.2 reimage(image,data,xy,dxy,zero_offset,xy_scale,ii,jj,kk)
- 8.6.3 compress(xdata,xflag,flag_value,ii)
- 8.6.4 get_subscan_index(xsubscan_index,ii)
- 8.7 Focus:
- 8.7.1 __init__(self,BoaB):
- 8.7.2 scanFocus(self,chan=-1,phase=0,flag=0,plot=1,omit=[],r=0):
- 8.7.3 accFocus(self,com='?',r=0):
- 8.7.4 detSubStruct(self,chan=1,flag=0):
- 8.7.5 detScanExtr(self):
- 8.7.6 createModelData(self):
- 8.7.7 printScanResults(self):
- 8.7.8 initAccFocus(self):
- 8.7.9 addToAccFocus(self):
- 8.7.10 detAccExtr(self):
- 8.7.11 createAccModelData(self):
- 8.7.12 printAccResults(self):
- 8.8 baseline
- 8.9 Image:
- 8.9.1 wcs2pix(self,X,Y):
- 8.9.2 wcs2phy(self,i,j):
- 8.9.3 computeWCS(self,pixelSize,sizeX=[],sizeY=[],minmax=[]):
- 8.9.4 physicalCoordinates(self):
- 8.9.5 display(self,rms=0,weight=0,
- 8.10 Map(BoaDataAnalyser.DataAna):
- 8.10.1 __init__(self):
- 8.10.2 slowMap(self,chanList=[],phase=0,flag=0,oversamp=2.0,beammap=0,
- 8.10.3 slowMap2(self,chanList=[],phase=0,flag=0,oversamp=2.0,beammap=0,
- 8.10.4 fastMap(self,chanList=[],phase=0,flag=0,oversamp=2.0,beammap=0,
- 8.10.5 showMap(self,style='g2r',labelX=''
gDAz['']'',labelY=''
gDEl['']'',wedge=1,limitsZ=[]):
- 8.10.6 beamMap(self,chanList=[],phase=0,flag=0,oversamp=2.0,sizeX=[],sizeY=[]):
- 8.10.7 fastBeam(self,chanList=[],phase=0,flag=0,oversamp=2.0,
- 8.10.8 wcs2pix(self,X,Y):
- 8.10.9 wcs2phy(self,i,j):
- 8.10.10 computeWCS(self,pixelSize,sizeX=[],sizeY=[],minmax=[]):
- 8.10.11 boloPos(self,chanList,allFlux):
- 8.10.12 getPixel(self,nbPix=3):
- 8.11 MessHand:
- 8.11.1 __init__(self,logName='Unknown'):
- 8.11.2 Welcome(self):
- 8.11.3 setMaxWeight(self,weight='2'):
- 8.11.4 error(self,message=''):
- 8.11.5 warning(self,message=''):
- 8.11.6 info(self,message=''):
- 8.11.7 longinfo(self,message=''):
- 8.11.8 debug(self,message=''):
- 8.11.9 setMess(self,weight=1,message=''):
- 8.11.10 initMessFile(self,filename=''boa.mes''):
- 8.11.11 closeMessFile(self):
- 8.12 OnOff:
- 8.13 Point(BoaMapping.Map):
- 8.14 snf
- 8.15 Sky:
- 8.16 test1
- 8.17 MamboMBFits:
- 8.18 Timing:
- 8.18.1 safeExp(x):
- 8.18.2 fitParabola(x,y,err):
- 8.18.3 detStartParaParabola(x,y):
- 8.18.4 parabola(p,fjac=None,x=None,y=None,err=None):
- 8.18.5 modelparabola(p,x):
- 8.18.6 draw2Dgauss(p):
- 8.18.7 modelBase2Dgauss(p,position):
- 8.18.8 base2DGauss(p,fjac=None,x=None,y=None,err=None):
- 8.18.9 fitBase2DGauss(mapArray,x,y,err=1.0,fwhm=11.0,gradient=1):
- 8.18.10 cropped_circular_gaussian(p,position,threshold=3):
- 8.18.11 gaussian(r2,sig2):
- 8.18.12 distsq(x1,y1,x2,y2):
- 8.18.13 solvePoly(order,dataX,dataY):
- 8.18.14 module2(c):
- 8.18.15 mod_fft(z,optimize=0):
- 8.19 fUtilities (Fortran module)
- 8.20 BoGLi modules and classes
Frank Bertoldi
2005-11-10