Ignore:
Timestamp:
Jun 29, 2010, 7:26:01 PM (15 years ago)
Author:
ansari
Message:

Suite modif utilisation de reponse calcule (tabulee) de l'interferometre pour soustraction avant-plans, Reza 29/06/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/subtractradsrc.cmd

    r3793 r3796  
    5050csh> spiapp -term -exec sumcubes.pic
    5151
    52 ## Step 3/ Apply lobe effect on foreground cube and LSS cube
    53 csh> ./Objs/applobe fgndcube.ppf fgndcube_lobe.ppf
    54 csh> ./Objs/applobe lsscube.ppf lsscube_lobe.ppf
     52## Step 3/ Apply lobe (50 meter diameter array) effect on foreground cube and LSS cube
     53csh> ./Objs/applobe 50. fgndcube.ppf fgndcube_lobe.ppf
     54csh> ./Objs/applobe 50. lsscube.ppf lsscube_lobe.ppf
    5555## 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
     56csh> ./Objs/applobe 50. lsscube_lobe.ppf lsscube_corlobe.ppf 130
     57csh> ./Objs/applobe 50. fgndcube_lobe.ppf fgndcube_corlobe.ppf 130
    5858
    5959### Step 4/ Compute power spectra
     
    7777
    7878# 4.c/ Extract LSS P(k) from Foreground+LSS+noise , after cleaning/subtraction without beam
    79 csh> ./Objs/calcpk2 lsscube.ppf 0.2 fgndcube.ppf 1000 subpk.ppf 0.35 0. 0.
     79csh> ./Objs/calcpk2 lsscube.ppf 0.2 fgndcube.ppf 1000 subpk.ppf 0.35 50. 0. 0.
    8080# 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.
     81csh> ./Objs/calcpk2 lsscube_lobe.ppf 0.2 fgndcube_lobe.ppf 1000 subpklobe.ppf 0.35 50. 130. 3.
    8282
    8383### Step 5 / Check the results using spiapp
Note: See TracChangeset for help on using the changeset viewer.