4 Self test and tutorial: 5 Run dispatch.select.demo() from a directory where 6 data/snapshots.dat exists, and browse the source code 7 in $PYTHONPATH/dispatch/select/demo.py 13 patch_at(point,pp,verbose=0) 14 is_inside(point,p,verbose=0) 15 count_inside(point,p,verbose=0) 16 indices_and_weights(point,p,iv=0) 17 patches_along(point,pp,dir=0,verbose=0) 18 patches_along_x(point,pp,verbose=0) 19 patches_along_y(point,pp,verbose=0) 20 patches_along_z(point,pp,verbose=0) 21 values_in(point,p,dir=0,iv=0,verbose=0,all=0) 22 values_along(point,pp,dir=0,iv=0,var=None,verbose=0,all=0) 23 values_along_x(point,p,iv=0,verbose=0) 24 values_along_y(point,p,iv=0,verbose=0) 25 values_along_z(point,p,iv=0,verbose=0) 29 from ._select
import *
30 from ._planes
import *
31 from ._averages
import *
33 __all__ =
"minloc,maxloc,patch_at,is_inside,count_inside,patches_along" \
34 +
",indices_and_weights,values_in,values_along,corners,shell_values" \
35 +
"contribution,corner_indices,demo"