[3160] | 1 | ===============================================================================
|
---|
[3783] | 2 | Projet BAORadio
|
---|
[3489] | 3 | Simulation programs for radio lobe reconstruction, noise estimate etc ...
|
---|
[3160] | 4 |
|
---|
[3756] | 5 | 2006-2010 R. Ansari (UPS/LAL-IN2P3) C. Magneville (DAPNIA/SPP)
|
---|
[3160] | 6 | (C) IN2P3/CNRS (C) DAPNIA/CEA
|
---|
| 7 | ===============================================================================
|
---|
| 8 |
|
---|
| 9 | Note : Uses SOPHYA class library (http://www.sophya.org )
|
---|
| 10 |
|
---|
[3783] | 11 | A/ Interferometer sensitivity/noise power spectrum and foreground/radio sources
|
---|
| 12 | ==============================================================================================
|
---|
| 13 |
|
---|
| 14 | A.1/ (u-v) plane coverage and Noise-P(k) computation for different interferometer configuration
|
---|
| 15 | - pknoise.cc : main program for Noise-P(k) computation
|
---|
| 16 | - plpkn.pic : spiapp script for plotting pknoise.cc program output
|
---|
| 17 | A.2/ power spectrum computation and foreground/radio source
|
---|
[3787] | 18 | - subtractradsrc.cmd : Explanation and commands to compute various power spectra and foreground subtraction
|
---|
[3783] | 19 | - calcpk.cc : power spectrum P(k) computation from 3D mass or temperature map
|
---|
| 20 | - calcpk2.cc : LSS deltaT/T P(k) computation from LSS+foreground cubes after cleaning
|
---|
[3787] | 21 | - applobe.cc : Antenna/array beam effect on 3D sky cube
|
---|
[3783] | 22 | - syncube.cc : Synchrotron 3D temperature cube from HASLAM 400 MHz map
|
---|
[3785] | 23 | - srcat2cube.cc : radio source 3D temperature cube from NVSS catalog
|
---|
[3783] | 24 | - tjyk.cc : test de la classe H21Conversions
|
---|
| 25 |
|
---|
| 26 | A.3/ List of other common files :
|
---|
[3788] | 27 | - fgndsub.h fgndsub.h : radio source, synchrotron subtraction class
|
---|
| 28 | - lobe.h lobe.cc : 2D (k_alpha, k_delta) beam effect on 3D sky cubes
|
---|
[3756] | 29 | - specpk.h specpk.cc : 3D power spectrum computation classes
|
---|
| 30 | - mdish.h mdish.cc : Classes for representing Multi-Dish interferometer configurations
|
---|
[3783] | 31 | - radutil.h radutil.cc : utilitaire de conversion a 21 cm
|
---|
[3785] | 32 | - cubedef.h : size and limits for 3D temperature cubes generated by syncube.cc , srcat2cube.cc
|
---|
[3783] | 33 |
|
---|
| 34 | E/ P(k) in temperature plot + "cosmic variance" + noise ...
|
---|
[3489] | 35 | =============================================================
|
---|
| 36 | Note : to be executed in spiapp
|
---|
| 37 | List of Files : anapkn.pic + cmvhpkz.ppf
|
---|
| 38 |
|
---|
[3783] | 39 | F/ Interferometer configuration / noise estimate
|
---|
[3489] | 40 | =================================================
|
---|
| 41 | Note : to be executed in spiapp
|
---|
| 42 |
|
---|
[3783] | 43 | F.1/ formnoise.pic + vnpairs.cc + vnpairs.h
|
---|
[3489] | 44 |
|
---|
[3783] | 45 | F.2/ pa.pic + pa.cc + pa.h : Lobe synthesis (dipoles sum)
|
---|
[3489] | 46 |
|
---|
[3783] | 47 | G/ 3D reconstruction (alpha,delta,freq) simulation program
|
---|
[3756] | 48 | ===========================================================
|
---|
| 49 |
|
---|
| 50 | List of files and classes :
|
---|
| 51 | ---------------------------
|
---|
| 52 |
|
---|
| 53 | - treccyl.cc : main program (for tests)
|
---|
| 54 | - multicyl.h .cc : Class MultiCylindres , 3D (freq,AngX,AngY) signal simulation
|
---|
| 55 | and reconstruction. Uses class MultiBeamCyl
|
---|
| 56 | - mbeamcyl.h .cc : Class MultiBeamCyl 2D (freq, AngX) signal simulation and reconstruction
|
---|
| 57 | - brsrc.h .cc : Class BRSourceGen for managing list of sources
|
---|
| 58 | (frequencies and angular position)
|
---|
| 59 | - makerecyl
|
---|
| 60 |
|
---|
| 61 | - recbeam.pic : script with example commands for display with piapp
|
---|