File indexing completed on 2026-04-09 07:49:01
0001
0002 usage(){ cat << EOU
0003 ::
0004
0005 EMM=0, ./cxr_debug.sh
0006
0007
0008 EOU
0009 }
0010
0011
0012 moi=-1
0013 tmin=0.4
0014 eye=-0.6,0,0,1
0015 cam=0
0016 zoom=1.5
0017
0018 export MOI=${MOI:-$moi}
0019 export TMIN=${TMIN:-$tmin}
0020 export EYE=${EYE:-$eye}
0021 export CAM=${CAM:-$cam}
0022 export ZOOM=${ZOOM:-$zoom}
0023
0024 export QUALITY=90
0025 export OPTICKS_GEOM=cxr_debug
0026
0027
0028 emm=t0
0029 export EMM=${EMM:-$emm}
0030
0031 export NAMEPREFIX=cxr_debug_emm_${EMM}_moi_
0032 export OPTICKS_RELDIR=cam_${CAM}_tmin_${TMIN}
0033
0034 stamp=$(date +"%Y-%m-%d %H:%M")
0035 version=$(CSGOptiXVersion 2>/dev/null)
0036
0037 export TOPLINE="./cxr_debug.sh # EYE $EYE MOI $MOI ZOOM $ZOOM $stamp $version "
0038 export BOTLINE=" RELDIR $OPTICKS_RELDIR NAMEPREFIX $NAMEPREFIX SCAN $SCAN "
0039
0040
0041 source $OPTICKS_HOME/bin/geocache_hookup.sh
0042
0043 source ./cxr.sh
0044
0045
0046