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