yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

all functions - d

 
 
 
d2ad


             coordinate transformation : decimal degree  
 
   to sexadecimal hour angle for x(,1) and decimal  
   to sexadecimal for x(,2)   
  see also : ad2d */  
interpreted function, defined at ./astools.i   line 30  
 
 
 
dens1d


             1D  non parametric  histogram X  is the  vector defining the bins  
 
SEE ALSO histo  
interpreted function, defined at ./histon.i   line 246  
 
 
 
dens2d


             2D non parametric histogram X,Y are the  vector defining the bins  
 
SEE ALSO histo2d  
interpreted function, defined at ./histon.i   line 259  
 
 
 
dens3d


             3D non parametric histogram X,Y,Z are the  vector defining the bins  
 
SEE ALSO histo3d  
interpreted function, defined at ./histon.i   line 279  
 
 
 
df3_read


                df3_read(fname)  return a df3 structure  
 
    q= df3_read("./snapshot_000")  
    modified to be df3 1.1 compatible  
interpreted function, defined at ./df3.i   line 2  
 
 
 
df3_write


            T  
 
        writes a df3 structure into the file  
        er= df3_write(s,"test.dat");  
interpreted function, defined at ./df3.i   line 77