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