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


Ignore:
Timestamp:
Mar 19, 2007, 9:29:05 AM (19 years ago)
Author:
legoff
Message:

Cylinders have different x positions (NS).
This is taken into account in the signal phase shift
and in the exp() term when combining cylinders.
We can have more bins in x than antennas in one cylinder
to see the gain in resolution along x due to several cylinders at different x

File:
1 edited

Legend:

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

    r3163 r3191  
    3434
    3535 // Ajout d'un cylindre, en position posY
    36  inline int AddCylinder(double posy)
    37    {  mCyl.push_back( new MultiBeamCyl(NR, NS, posy) ); return mCyl.size(); }
     36 inline int AddCylinder(double posx, double posy)
     37   {  mCyl.push_back( new MultiBeamCyl(NR, NS, posx, posy) ); return mCyl.size(); }
    3838
    3939 MultiBeamCyl & GetCylinder(int i);
Note: See TracChangeset for help on using the changeset viewer.