15 | | 1. ... |
| 23 | 1. LocSAT and fk are downloaded from FTP server automatically. |
| 24 | 1. Before performing the installation, you can alter some automatically detected settings: |
| 25 | {{{ |
| 26 | (u) user root path: $HOME/shfiles |
| 27 | (e) window based texteditor: kwrite |
| 28 | (c) linux colors: yes |
| 29 | }}} |
| 30 | If everything is ok, start compiling by typing "i". |
| 31 | 1. Compilation process takes place. Please look for compiling errors. |
| 32 | 1. Update your environment depending on your shell (edit ~/.cshrc or ~/.bashrc respectively). |
| 33 | 1. Finished. If any problems are found, the temporary directory with the installation sources is kept, otherwise deleted. |
| 34 | |
| 35 | If you have any problems installing SH/SHM please contact us via discussion forum or [http://list.seismic-handler.org/mailman/listinfo/users users mailing list]! |
| 36 | |
| 37 | == Known issues == |
| 38 | |
| 39 | * For a correct compilation process you have to make some changes to your os (see [ShmSeismicHandler#Installationinstructionsforrecentlinuxflavors General installation instructions]). For some linux distributions the instructions are not complete yet. |
| 40 | * Ubuntu based systems from version 9.04 on have defect motif libraries. SHM will crash right after start. A solution is replacing the motif libs manually ([ShmInstallUbuntu#DefectmotiflibrariesinUbuntu detailed instructions]). |
| 41 | * Some versions of OpenSUSE ship with a defect UIL compiler. You can simply replace ''sh/source/motif/shm_world.uid'' by the [attachment:shm_world.uid file attached] here. |
| 42 | * On KDE systems there's a short pause after start-up of SHM. |
| 48 | === Seismological work === |
| 49 | |
| 50 | * Station configuration information is additionally included from $SH_PRIVATE not only $SH_INPUTS. |
| 51 | * Updated GRSN station information (plus additional stations). |
| 52 | * Additional simulation filters. |
| 53 | * {{{sfdline}}} outputs network and location code by default. |
| 54 | * Channel transformation (e.g. load data with highest sampling rate available, see [source:SH_SHM/branches/2011.2/inputs/chantrans.txt $SH_INPUTS/chantrans.txt]). |
| 55 | * [ShTools/ScpToEvt Conversion tool] from SeisComP3 to SH's EVT format. |
| 56 | * Stand-alone program to determine the geographical region ([source:SH_SHM/branches/2011.2/source/motif/GeographicRegion.c GeographicRegion]). |
| 57 | * SH: Experimental network interface (undocumented). |
| 58 | * SHM: Amplitude measurements on band-pass filtered traces. |
| 59 | * SHM: Location dependent auto-filter. |
| 60 | * SHM: [ShmDocMenuLocateDelLocation Delete location] menu entry. |
| 61 | * SHM: Additional checks for teleseismic events (e.g. depth given, but no depth phase associated or double phases). |
| 62 | * SHM: Source region is updated automatically on location change. |
| 63 | * SHM: [ShmDocMenuLocateIdentifyPhase Identify Phase] uses [http://www.seismicportal.eu/jetspeed/portal/web-services.psml ORPHEUS XML web service]. |
| 64 | |
| 65 | === IT issues === |
| 66 | |
| 67 | * Refreshed setup process. |
22 | | * Station configuration information is additionally included from $SH_PRIVATE. |
23 | | * Many mseed related fixes and enhancements. |
24 | | * {{{sfdline}}} outputs network and location id by default. |
25 | | * [ShmDocMenuLocateIdentifyPhase Identify Phase] uses ORPHEUS webservice. |
| 69 | * Many mseed related fixes and enhancements (100 Hz data, new formats, ...). |
| 70 | * Updated support for GCF files (Güralp binary format close to MSEED). |
| 71 | * Included python version of sfdline (output MSEED header information) using [http://obspy.org/ obspy]. |
27 | | * If you overwrite an existing SH/SHM installation, the configuration files are backed up. |
28 | | * ... |
| 73 | * If you overwrite an existing SH/SHM installation, your configuration files are backed-up. |
| 74 | * Support for data-base based waveform archive. |
| 75 | * Compatibility to GCC 4.x compiler. |
| 76 | * 64-bit compatibility. |
| 77 | * Increased length for all types of internal lists. |
| 78 | * Removed support for ancient systems: VAX, VMS, DOS, ATARI, TEK, plotters, tapes, ... |
| 79 | * Many bug-fixes. |
| 80 | |
| 81 | If you are interested in the deep details of changes, please have a look at the detailed source code change list: [1:347/SH_SHM/trunk]. |