| 1 | ===============================================================================
 | 
|---|
| 2 |   Projet BAORadio 
 | 
|---|
| 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/ 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 , repicon.cc : main program for Noise-P(k) computation and interferometer response computation
 | 
|---|
| 16 |   - plpkn.pic : spiapp script for plotting pknoise.cc program output 
 | 
|---|
| 17 | A.2/ power spectrum computation and foreground/radio source 
 | 
|---|
| 18 |   - subtractradsrc.cmd : Explanation and commands to compute various power spectra and foreground subtraction 
 | 
|---|
| 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
 | 
|---|
| 21 |   - applobe.cc : Antenna/array beam effect on 3D sky cube 
 | 
|---|
| 22 |   - syncube.cc : Synchrotron 3D temperature cube from HASLAM 400 MHz map
 | 
|---|
| 23 |   - srcat2cube.cc : radio source 3D temperature cube from NVSS or North20cm catalogs
 | 
|---|
| 24 |   - gsm2cube.cc : Computes 3D temperature cube from a set of GSM (Global Sky Model) healpix PPF maps  
 | 
|---|
| 25 |   - tjyk.cc : test de la classe H21Conversions 
 | 
|---|
| 26 | 
 | 
|---|
| 27 | A.3/ List of other common files :
 | 
|---|
| 28 |   - fgndsub.h fgndsub.cc : radio source, synchrotron subtraction class 
 | 
|---|
| 29 |   - lobe.h lobe.cc : 2D (k_alpha, k_delta) beam effect on 3D sky cubes
 | 
|---|
| 30 |   - specpk.h specpk.cc : 3D power spectrum computation classes  
 | 
|---|
| 31 |   - interfconfigs.h interfconfigs.c : functions creating different dish arrays / cylinder configuration 
 | 
|---|
| 32 |   - mdish.h mdish.cc : Classes for representing Multi-Dish interferometer configurations - used by pknoise.cc , repicon.cc
 | 
|---|
| 33 |   - radutil.h radutil.cc : utilitaire de conversion a 21 cm
 | 
|---|
| 34 |   - cubedef.h : size and limits for 3D temperature cubes generated by  syncube.cc , srcat2cube.cc
 | 
|---|
| 35 |  
 | 
|---|
| 36 | E/ P(k) in temperature plot + "cosmic variance" + noise ...
 | 
|---|
| 37 | =============================================================
 | 
|---|
| 38 | Note : to be executed in spiapp 
 | 
|---|
| 39 | List of Files : anapkn.pic + cmvhpkz.ppf
 | 
|---|
| 40 | 
 | 
|---|
| 41 | F/ Interferometer configuration / noise estimate 
 | 
|---|
| 42 | =================================================
 | 
|---|
| 43 | Note : to be executed in spiapp 
 | 
|---|
| 44 | 
 | 
|---|
| 45 | F.1/ formnoise.pic + vnpairs.cc + vnpairs.h 
 | 
|---|
| 46 | 
 | 
|---|
| 47 | F.2/ pa.pic + pa.cc + pa.h : Lobe synthesis (dipoles sum)
 | 
|---|
| 48 | 
 | 
|---|
| 49 | G/ 3D reconstruction (alpha,delta,freq) simulation program 
 | 
|---|
| 50 | ===========================================================
 | 
|---|
| 51 | 
 | 
|---|
| 52 | List of files and classes :
 | 
|---|
| 53 | ---------------------------
 | 
|---|
| 54 | 
 | 
|---|
| 55 | - treccyl.cc : main program (for tests)
 | 
|---|
| 56 | - multicyl.h .cc : Class MultiCylindres , 3D (freq,AngX,AngY) signal simulation 
 | 
|---|
| 57 |   and reconstruction. Uses class MultiBeamCyl
 | 
|---|
| 58 | - mbeamcyl.h .cc : Class MultiBeamCyl 2D (freq, AngX) signal simulation and reconstruction
 | 
|---|
| 59 | - brsrc.h .cc : Class BRSourceGen for managing list of sources 
 | 
|---|
| 60 |   (frequencies and angular position)
 | 
|---|
| 61 | - makerecyl 
 | 
|---|
| 62 | 
 | 
|---|
| 63 | - recbeam.pic : script with example commands for display with piapp
 | 
|---|