Changeset 4016 in Sophya for trunk/AddOn/TAcq/vismfib.cc
- Timestamp:
- Aug 12, 2011, 2:26:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/vismfib.cc
r4015 r4016 6 6 Programme de lecture / calcul de visibilite multi-canaux 7 7 BAORadio - LAL/IRFU R. Ansari, C. Magneville 8 V1 : Nov 20098 2009-2011 9 9 ---------------------------------------------------------- */ 10 /*! 11 \ingroup TAcq 12 \file vismfib.cc 13 14 \brief Computation of visibilities from FITS raw of fft data files. 15 16 This program uses the BRVisCalcGroup / BRVisibilityCalculator and BRMultiFitsReader classes 17 to compute visibility matrices for raw or FFT data from FITS files containing data in BRPaquet 18 format. The BRFFTCalculator class is used to compute fourier coefficients on raw data and 19 BRAnaParam class is used for defining and decoding the program run parameters. 20 21 \verbatim 22 csh> vismfib 23 ===> visimfib.cc: decoding command line arguments 24 --- BRAnaParam : Reading/Processing BAORadio FITS files parameters 25 Usage: prgname [-act ACT] [-out OutPath] [-fitsout] 26 [-nmean NMean] [-tmint dtime] [-zones NZones,nPaqinZone] 27 [-nbloc NBloc] [-freq NumFreqMin,NumFreqMax,NBinFreq] 28 [-prt lev,modulo,mod2] [-nvcal n] [-nthr n] [-nosfc] 29 [-singlechan] [-twochan] [-fftdata] [-rawdata] 30 [-freqfilter medhw] [-gain filename] [-varcut min,max] [-nband nband,first,last] 31 [-freqfilter] [-gain filename] [-varcut min,max] [-nband nband,first,last] 32 [-tmproc hh:mm:ss,nseconds] [-fdtpaq] [-fdtms] [-tspwin wsz,extsz,nfiles] 33 -in Imin,Imax,Istep InPath FiberList [InPath2 FiberList2 InPath3 FiberList3 ...] 34 35 prgname -h for detailed instructions 36 37 \endverbatim 38 */ 10 39 11 40 // include standard c/c++
Note:
See TracChangeset
for help on using the changeset viewer.