Changeset 3793 in Sophya for trunk/Cosmo
- Timestamp:
- Jun 28, 2010, 6:27:56 PM (15 years ago)
- Location:
- trunk/Cosmo/RadioBeam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/README
r3792 r3793 29 29 - specpk.h specpk.cc : 3D power spectrum computation classes 30 30 - interfconfigs.h interfconfigs.c : functions creating different dish arrays / cylinder configuration 31 - mdish.h mdish.cc : Classes for representing Multi-Dish interferometer configurations 31 - mdish.h mdish.cc : Classes for representing Multi-Dish interferometer configurations - used by pknoise.cc , repicon.cc 32 32 - radutil.h radutil.cc : utilitaire de conversion a 21 cm 33 33 - cubedef.h : size and limits for 3D temperature cubes generated by syncube.cc , srcat2cube.cc -
trunk/Cosmo/RadioBeam/subtractradsrc.cmd
r3789 r3793 53 53 csh> ./Objs/applobe fgndcube.ppf fgndcube_lobe.ppf 54 54 csh> ./Objs/applobe lsscube.ppf lsscube_lobe.ppf 55 ## Step 3.b/ Correct for the lobe effect by bringing all to a beam of 30 arcmin56 csh> ./Objs/applobe lsscube_lobe.ppf lsscube_corlobe.ppf 1 3057 csh> ./Objs/applobe fgndcube_lobe.ppf fgndcube_corlobe.ppf 1 3055 ## Step 3.b/ Correct for the lobe effect by bringing all to the beam of Diam/Lambda = 130 56 csh> ./Objs/applobe lsscube_lobe.ppf lsscube_corlobe.ppf 1 130 57 csh> ./Objs/applobe fgndcube_lobe.ppf fgndcube_corlobe.ppf 1 130 58 58 59 59 ### Step 4/ Compute power spectra … … 78 78 # 4.c/ Extract LSS P(k) from Foreground+LSS+noise , after cleaning/subtraction without beam 79 79 csh> ./Objs/calcpk2 lsscube.ppf 0.2 fgndcube.ppf 1000 subpk.ppf 0.35 0. 0. 80 # 4.d / Extract LSS P(k) from Foreground+LSS+noise and beam effect - correcting for beam to 30 arcmin81 csh> ./Objs/calcpk2 lsscube_lobe.ppf 0.2 fgndcube_lobe.ppf 1000 subpklobe.ppf 0.35 30. 3.80 # 4.d / Extract LSS P(k) from Foreground+LSS+noise and beam effect - correcting to a beam of Diam/Lambda = 130 81 csh> ./Objs/calcpk2 lsscube_lobe.ppf 0.2 fgndcube_lobe.ppf 1000 subpklobe.ppf 0.35 130. 3. 82 82 83 83 ### Step 5 / Check the results using spiapp 84 openppf fgndpk.ppf 85 openppf lsspk.ppf 86 openppf lsspkwn.ppf 87 openppf lsspklobe.ppf 84 delobjs * 85 openppf fgndpk.ppf 86 disp fgndpk 'logx logy' 87 # Adjust the limits 88 openppf fgndpklobe.ppf 89 disp fgndpklobe 'same red' 90 disp fgndpklobe 'same red nsta' 91 openppf fgndpkcorlobe.ppf 92 disp fgndpkcorlobe 'same magenta nsta' 93 openppf lsspk.ppf 94 disp lsspk 'same gold nsta' 95 openppf lsspklobe.ppf 96 disp lsspklobe 'same green nsta' 97 openppf subpklobe.ppf 98 disp subpklobe 'same blue nsta'
Note:
See TracChangeset
for help on using the changeset viewer.