File indexing completed on 2026-04-09 07:48:58
0001
0002
0003 msg="=== $BASH_SOURCE "
0004 catgeom=$(cat ~/.opticks/GEOM.txt 2>/dev/null | grep -v \#) && [ -n "$catgeom" ] && echo $msg catgeom $catgeom && geom=$(echo ${catgeom%%_*})
0005 GEOM=${GEOM:-$geom}
0006
0007 echo $msg catgeom $catgeom geom $geom GEOM $GEOM
0008
0009
0010
0011
0012 ori=0,0,0
0013 dir=1,0,0
0014
0015 ORI=${ORI:-$ori}
0016 DIR=${DIR:-$dir}
0017
0018 export GEOM
0019 export ORI
0020 export DIR
0021 export DUMP=3
0022 export VERBOSE=1
0023
0024
0025 mode=O
0026
0027
0028 CSGQueryTest $mode
0029
0030