Changeset 3984 in Sophya for trunk/Cosmo
- Timestamp:
- May 5, 2011, 4:27:57 PM (14 years ago)
- Location:
- trunk/Cosmo/RadioBeam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/gsm2cube.cc
r3825 r3984 62 62 Timer tm("gsm2cube"); 63 63 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; 66 67 return 1; 67 68 } … … 96 97 for(sa_size_t kf=0; kf<NFreq; kf++) { 97 98 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)); 99 100 cout << kf << "- Reading GSM map from file " << mapname << " ... " ; 100 101 PInPersist pin(mapname); -
trunk/Cosmo/RadioBeam/subtractradsrc.cmd
r3975 r3984 12 12 csh> ~/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 13 13 14 # 1.c/ To run SimLSS with GSM map parametersand 40 x40 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 15 15 csh> ~/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] 18 csh> ~/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 16 19 17 20 # 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.