Changeset 3936 in Sophya for trunk/Cosmo/RadioBeam


Ignore:
Timestamp:
Jan 3, 2011, 1:48:10 PM (15 years ago)
Author:
ansari
Message:

ajout de la config 4 cylindre wide (3Lambdax25 m) 400 canaux, Reza 03/01/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/repicon.cc

    r3933 r3936  
    4747       << "   hex12,cross11 : ASKAP like double hexagonal (12xD=12m), cross config (11xD=12m) \n"
    4848       << "   f3cyl, f8cyl , f3cylp, f8cylp : filled array of non perfect/perfect of n cylinders \n"
     49       << "   f4cylw : filled array of 4 perfect of wide cylinders \n"
    4950       << "  [ -parname value] : -renmax -z -prt -D -lmax \n"
    5051       << "    -renmax MaxValue (default : Do NOT renormalize 2D response value \n"   
     
    168169      vdishes=CreateFilledCylConfig(3, 92, cylW, cylRL, etaW, etaRL, false);
    169170    }
     171    else if (config=="f4cylw") {
     172      cylW=25.;   cylRL=3*LAMBDA;
     173      vdishes=CreateFilledCylConfig(4, 100, cylW, cylRL, etaW, etaRL, false);
     174    }
    170175    else if (config=="f8cyl") {
    171176      cylW=12.;   cylRL=2*LAMBDA;
Note: See TracChangeset for help on using the changeset viewer.