Changeset 338
- Timestamp:
- 03/03/2011 02:50:09 PM (12 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/inputs/shm-config-default.txt
r328 r338 36 36 ! graphical editor used for displaying text files 37 37 ! type: text string 38 texteditor nedit38 texteditor ##EDITOR## 39 39 40 40 ! trace normalisation … … 432 432 ! http://www.seismic-handler.org/portal/wiki/ShReads#qualifiers 433 433 reads_swap false 434 reads_invhdr true434 reads_invhdr false 435 435 436 436 ! debug level; 0 = no debug output, 1 = little -
SH_SHM/trunk/setup/SHM-install.csh
r331 r338 212 212 set thissetup=$dstpath/sh/inputs/shm-config.txt 213 213 if (-e $thissetup) \mv $thissetup $dstpath/sh/inputs/shm-config.txt.yours 214 cp $origsetup$thissetup214 sed "s@##EDITOR##@$editor@" $origsetup > $thissetup 215 215 216 216 # settings for small displays (laptops) … … 297 297 echo "" 298 298 echo "" 299 echo "Please call" 300 echo "" 299 echo "Please update your environment before using SH or SHM!" 300 echo "" 301 echo "If you prefer csh or tcsh put this line into your ~/.cshrc file:" 301 302 echo "source $dstpath/sh/setup/shsetup" 302 303 echo "" 303 echo "before using SH or SHM. Put this line into your .cshrc file" 304 echo "" 304 echo "If you prefer bash put this line into your ~/.bashrc file:" 305 echo "source $dstpath/sh/setup/shsetup.sh" 306 echo "" -
SH_SHM/trunk/setup/setup.py
r332 r338 21 21 if not tmp: 22 22 tmp = pwd 23 23 24 24 uid = os.getuid() 25 25 root = uid == 0 … … 34 34 def banner(): 35 35 print "="*78 36 print " Setup program for Seismic Handler v0.1"36 print " Setup program v0.1 for Seismic Handler (SH/SHM)" 37 37 print "="*78 38 38 print "\n This piece of software will try to setup the included source code.\n" … … 73 73 if dbg: 74 74 print e 75 75 76 76 print "Cannot create target directory: %s" % target 77 77 continue -
SH_SHM/trunk/setup/shsetup.sh.template
r331 r338 107 107 # for SHM 108 108 # 109 alias SHM='(export UIDPATH 110 alias SHM_N='(export UIDPATH 109 alias SHM='(export UIDPATH=$shcroot/source/motif/shm_world.uid; $shcroot/source/motif/shm_world)' 110 alias SHM_N='(export UIDPATH=$shcroot/source/motif/shm.uid; $shcroot/source/motif/shm)' 111 111 # 112 112 # for utility programs of SHM
Note: See TracChangeset
for help on using the changeset viewer.