Changeset 3984 in Sophya for trunk/Cosmo


Ignore:
Timestamp:
May 5, 2011, 4:27:57 PM (14 years ago)
Author:
ansari
Message:

Modification de gestion des noms de fichiers gsm_sphere.ppf , Reza 5/5/2011

Location:
trunk/Cosmo/RadioBeam
Files:
2 edited

Legend:

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

    r3825 r3984  
    6262  Timer tm("gsm2cube");
    6363
    64   if (narg < 5) {
    65     cout << "Usage: gsm2cube GSMPPFDirectory GSMMapNumStart GSMMapNumEnd  Out3DPPFName  \n" << endl;
     64  if (narg < 6) {
     65    cout << "Usage: gsm2cube GSMPPFDirectoryFileName GSMMapNumStart GSMMapNumEnd  Out3DPPFName  \n"
     66         << "  GSMPPFDirectoryFileName in form of Directory/gsmJJJJJ "  << endl;
    6667    return 1;
    6768  }
     
    9697    for(sa_size_t kf=0; kf<NFreq; kf++) {
    9798      char mapname[512];
    98       sprintf(mapname,"%s/gsm820948_%d.ppf",inpath.c_str(),(int)(kf+numapstart));
     99      sprintf(mapname,"%s_%d.ppf",inpath.c_str(),(int)(kf+numapstart));
    99100      cout << kf << "- Reading GSM map from file " << mapname << " ... " ;
    100101      PInPersist pin(mapname);
  • trunk/Cosmo/RadioBeam/subtractradsrc.cmd

    r3975 r3984  
    1212csh> ~/Objs/exe/cmvginit3df -a -1 -2 -C -G 0. -F 0 -x 360,3 -y 360,3 -z 256,3 -Z 0.60 -8 1. -n 10000 -O 0,2 -o lssz060 -T 2
    1313
    14 # 1.c/ To run SimLSS with GSM map parametersand 40x40 deg maps (DeltaFreq=500 MHz)
     14# 1.c/ To run SimLSS with GSM map parametersand 40 (phi/alpha) x 30 (theta/delta) deg maps (DeltaFreq=500 MHz) @ z=0.6
    1515csh> ~/Objs/exe/cmvginit3df -a -1 -2 -C -G 0. -F 0 -x 600,1.9 -y 800,1.9 -z 256,2.8 -Z 0.60 -8 1. -n 10000 -O 0,2 -o lssz060 -T 2
     16
     17# 1.d/ To run SimLSS with GSM map parametersand 90x30 deg maps (DeltaFreq=500 MHz) @ z=1 [ 90deg-> phi/alpha, 30deg -> theta/delta]
     18csh> ~/Objs/exe/cmvginit3df -a -1 -2 -C -G 0. -F 0 -x 600,2.9 -y 1800,2.9 -z 256,3.5 -Z 1.0 -8 1. -n 10000 -O 0,2 -o lssz100 -T 2
    1619
    1720# 1.c/ Change the X and Z axis of the cube to adapt it to RadioBeam package convention
Note: See TracChangeset for help on using the changeset viewer.