Changeset 3163 in Sophya for trunk/Cosmo/RadioBeam/multicyl.h


Ignore:
Timestamp:
Jan 30, 2007, 7:05:40 PM (19 years ago)
Author:
ansari
Message:

debug divers ds RadioBeam - Reza 30/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/multicyl.h

    r3160 r3163  
    2525  // nr = nb de recepteurs
    2626  // ns = nb d'echantillons en temps de chaque paquet
     27  //   nr = 256 -> resol_ang ~ pi/256 = 0.01 rad ~ 40'
     28  //   longueur @ f=2 ~ 64 (256*lambda/2 = 256*0.25)
    2729 MultiCylinders(int nr=256, int ns=1024);
    2830 ~MultiCylinders();
     
    6567 // Reconstruction de la boite 3D des sources
    6668 // - halfny : nb de bin en angY = 2*halfny+1
    67  // - stepangy : pas en angle Y (radian) 1 arcmin= 0.00029 rad (~Pi/11000)
    68  // Cette methode appelle ReconstructCylinderPlaneS(true);
    69  void ReconstructSourceBox(int halfny=15, double stepangy=M_PI/10000);
     69 // - stepangy : pas en angle Y (radian)
     70 // NOTE: Cette methode appelle ReconstructCylinderPlaneS(true);
     71 // La resolution doit etre <= resol en angX --> ~ 1 deg ~ pi/
     72 // @f = 2 , lambda = 0.5 ===> posY <~ lambda/(2 sin resol)
     73 //   ===> posY < ~ 20   
     74 void ReconstructSourceBox(int halfny=10, double stepangy=M_PI/300);
    7075
    7176
Note: See TracChangeset for help on using the changeset viewer.