Changeset 3163 in Sophya for trunk/Cosmo/RadioBeam/multicyl.h
- Timestamp:
- Jan 30, 2007, 7:05:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/multicyl.h
r3160 r3163 25 25 // nr = nb de recepteurs 26 26 // 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) 27 29 MultiCylinders(int nr=256, int ns=1024); 28 30 ~MultiCylinders(); … … 65 67 // Reconstruction de la boite 3D des sources 66 68 // - 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); 70 75 71 76
Note:
See TracChangeset
for help on using the changeset viewer.