yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

all functions - h

 
 
 
histo1d


              histo1d(xx,binx)  
 
   histogram binx is a vector defining the bins  
 the keyword wght represents the weights to apply to each bincount  
warning: check transpose  
interpreted function, defined at ./histon.i   line 60  
 
 
 
histo2d


             2D histo2d(xx,binx,biny)  
 
   histogram binx and biny are vectors defining the bins  
 the keyword wght represents the weights to apply to each bincount  
warning: check transpose  
interpreted function, defined at ./histon.i   line 82  
 
 
 
histo3d


             3D histogram binx biny and binz are vectors defining the bins  
 
 the keyword wght represents the weights to apply to each bincount  
   warning: check transpose  
interpreted function, defined at ./histon.i   line 115  
 
 
 
histo4d


             4D histogram binx biny  binz and binw are vectors defining the bins  
 
 the keyword wght represents the weights to apply to each bincount  
warning: check transpose  
interpreted function, defined at ./histon.i   line 156  
 
 
 
histo5d


             4D histogram binx biny  binz and binw are vectors defining the bins  
 
 the keyword wght represents the weights to apply to each bincount  
warning: check transpose  
interpreted function, defined at ./histon.i   line 199  
 
 
 
hmap_read


             hmap_read(filename)  
 
     Read Healpix map from FITS file FILENAME.  
       
interpreted function, defined at ./healpix_io.i   line 188  
SEE ALSO: hmap_write  
 
 
 
hmap_write


             alm_save_map, filename, map;  
 
     Write Healpix map into FITS file FILENAME.  
       
interpreted function, defined at ./healpix_io.i   line 217  
SEE ALSO: hmap_read  
 
 
 
hydra_read


                hydra_read(fname)  return a hydra slice  
 
    q= hydra_read("./snapshot_000")  
interpreted function, defined at ./gadget.i   line 357