yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

all functions - r

 
 
 
readSnapTimings


 readSnapTimings  
 
  
interpreted function, defined at ./gadget.i   line 902  
 
 
 
readTimings


              reads gadget Timing file   
 
   EXEMPLE  plg,readTimings("~/gadget/test/timings.txt")(dif);  
interpreted function, defined at ./gadget.i   line 911  
SEE ALSO,   asciiRead,  
 
 
 
read_halo_tree


               
 
     read_halo_tree(fname) reads a   
     anahop file and returns a CHalo structure.  
     EXAMPLE  
     h1=read_halo_tree("seed064853998_128_012_000.nodes");  
     ws1; PL,h1.density,h1.mass;  
interpreted function, defined at ./gadget.i   line 101  
SEE ALSO:
 
 
 
recenter


             recenter cube on coordinates coor  
 
   EXAMPLE  
   x=span(0,1,15)(,-:1:16)(,,-:1:17);  
   y=span(0,1,16)(-:1:15,)(,,-:1:17);  
   z=span(0,1,17)(-:1:16,)(-:1:15,,);  
   u=abs(x-0.5,y-0.5,z-0.5);  
   v=recenter(u,[3,4,5]);  
   need not be a cube; can be a rectangle or a hypercube  
interpreted function, defined at ./split.i   line 604  
SEE ALSO:
 
 
 
redshiftDist


 redshiftDist  
 
  
interpreted function, defined at ./correl.i   line 83