Changeset 3150 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc


Ignore:
Timestamp:
Jan 18, 2007, 7:23:56 PM (19 years ago)
Author:
cmv
Message:

suite modifs structure code + bug HistoErr/2D dans ComputeSpectrum cmv 18/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/cmvobserv3d.cc

    r3141 r3150  
    204204 TArray< complex<r_8> > pkgen;
    205205 GeneFluct3D fluct3d(pkgen);
     206 fluct3d.SetPrtLevel(3);
    206207 fluct3d.SetNThread(nthread);
    207208 fluct3d.SetSize(nx,ny,nz,dx,dy,dz);
     
    431432
    432433zone
     434set k pow(10.,x)
     435n/plot hpkz.val*$k*$k/(2*M_PI*M_PI)%x ! "connectpoints"
     436
     437zone
    433438n/plot hpkz.val%x ! ! "nsta connectpoints"
    434439n/plot hpkgen.val%log10(x) x>0 ! "nsta same red connectpoints"
     
    436441n/plot hpkrec.val%log10(x) x>0 ! "nsta same blue connectpoints"
    437442
    438 set k pow(10.,x)
    439 n/plot hpkz.val*$k*$k/(2*M_PI*M_PI)%x ! "connectpoints"
     443disp hpkgen "hbincont err"
     444disp hpkgenf "hbincont err"
     445disp hpkrec "hbincont err"
    440446
    441447zone 2 2
     
    444450imag hpkrec2
    445451
    446 zone
    447 disp hmdndm
    448 disp tirhmdndm
     452zone 2 1
     453disp hmdndm "nsta"
     454disp tirhmdndm "nsta"
    449455addline 0 1 20 1 "red"
    450456
Note: See TracChangeset for help on using the changeset viewer.