1 | ===============================================================================
|
---|
2 | Projet BAORadio / HSHS
|
---|
3 | Simulation programs for radio lobe reconstruction, noise estimate etc ...
|
---|
4 |
|
---|
5 | 2006-2008 R. Ansari (UPS/LAL-IN2P3) C. Magneville (DAPNIA/SPP)
|
---|
6 | (C) IN2P3/CNRS (C) DAPNIA/CEA
|
---|
7 | ===============================================================================
|
---|
8 |
|
---|
9 |
|
---|
10 | A/ 3D reconstruction (alpha,delta,freq) simulation program
|
---|
11 | ===========================================================
|
---|
12 |
|
---|
13 | Note : Uses SOPHYA class library (http://www.sophya.org )
|
---|
14 |
|
---|
15 | List of files and classes :
|
---|
16 | ---------------------------
|
---|
17 |
|
---|
18 | - treccyl.cc : main program (for tests)
|
---|
19 | - multicyl.h .cc : Class MultiCylindres , 3D (freq,AngX,AngY) signal simulation
|
---|
20 | and reconstruction. Uses class MultiBeamCyl
|
---|
21 | - mbeamcyl.h .cc : Class MultiBeamCyl 2D (freq, AngX) signal simulation and reconstruction
|
---|
22 | - brsrc.h .cc : Class BRSourceGen for managing list of sources
|
---|
23 | (frequencies and angular position)
|
---|
24 | - makefile
|
---|
25 |
|
---|
26 | - recbeam.pic : script with example commands for display with piapp
|
---|
27 |
|
---|
28 |
|
---|
29 | B/ P(k) in temperature plot + "cosmic variance" + noise ...
|
---|
30 | =============================================================
|
---|
31 | Note : to be executed in spiapp
|
---|
32 | List of Files : anapkn.pic + cmvhpkz.ppf
|
---|
33 |
|
---|
34 | C/ Interferometer configuration / noise estimate
|
---|
35 | =================================================
|
---|
36 | Note : to be executed in spiapp
|
---|
37 |
|
---|
38 | C.1/ formnoise.pic + vnpairs.cc + vnpairs.h
|
---|
39 |
|
---|
40 | C.2/ pa.pic + pa.cc + pa.h : Lobe synthesis (dipoles sum)
|
---|
41 |
|
---|