Changeset 3462 in Sophya for trunk/Cosmo/SimLSS
- Timestamp:
- Feb 13, 2008, 5:15:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3367 r3462 116 116 117 117 // --- Pour taille du survey 118 double dx= 0., dy=-1., dz=0., txlarg=0., tylarg=-1., tzlarg=0.;118 double dx=1., dy=-1., dz=0.0007, txlarg=100., tylarg=-1., tzlarg=0.1; 119 119 int nx=0, ny=0, nz=0; 120 120 char unit_x = 'A', unit_y = 'A', unit_z = 'Z'; … … 234 234 cout<<"Unknown unit_z = "<<unit_z<<endl; return -2; 235 235 } 236 237 // On estime la valeur du redshift le plus grand 238 double bigred = redshift0 + dz/univ.Dhubble()*univ.E(redshift0) * nz/2.; 239 cout<<"bigest redshift estimated to be "<<bigred<<endl; 240 dzinc=bigred/100.; dzmax=dzinc*10.; 241 univ.SetInteg(perc,dzinc,dzmax,glorder); 236 242 237 243 // --- … … 746 752 cout<<"\n...Observation limits for a N (large) telescope interferometer (with complex correlator)"<<endl 747 753 <<" (weak source limit sensitivity in a synthetised image)"<<endl 748 <<" Also valid for a single dish telescope."<<endl; 754 <<" Also valid for a single dish telescope"<<endl 755 <<" (add factor sqrt(2) if ON-OFF with T_ON=t_OFF)"<<endl; 749 756 } else continue; 750 757
Note:
See TracChangeset
for help on using the changeset viewer.