17 | | 1. Copy the configuration file $SH_INPUTS/shm-config.txt to a place of your choice, e.g. your home directory and point the environment variable SH_USER_PARAM to it (cp $SH_INPUTS/shm-config.txt $HOME/my-shm-config.txt; setenv SH_USER_PARAM $HOME/my-shm-config.txt). Put this setenv definition to your .cshrc file to make it permanent. |
18 | | 1. Edit your configuration file $SH_USER_PARAM. It should find some introductory comment lines, a file_version entry and then two include statements to specify colours and geometry (e.g. include shm-conf-brown-colours.txt and include shm-conf-sxga-geometry.txt). The geometry is determined by the installation program automatically. Look for existing alternatives in $SH_INPUTS/shm-conf-*.txt if the geometry is not recognised properly or if you don't like the colours. Provided are geometry setups at least for the resolutions xga (1024x768 pixels), wxga (1280x800), sxga (1280x1024). |
19 | | 1. Put your STATINF.DAT and filter_looup.txt files from your previous version to version 2.4: either copy the files to the new $SH_INPUTS directory or change the parameters station_info_file and filter_lookup_table in your configuration file to have SHM find your files in other locations. |
20 | | 1. If you are working with MiniSEED files put your station names to the configuration file. Use the v$read_dialog_stations_?? variables to define an arbitrary number of dialog boxes. If you have e.g. the stations ABC, XYZ and XXX then change the existing definition of v$read_dialog_stations_01 to the value ABC,XYZ,XXX. For a complete description of the possibilities of station definitions read the [ShmDocFileConfig manual of the configuration file]. |
21 | | 1. If you are working with MiniSEED files, provide the calibration information for the new SHM version. First copy all seedcalib_* files from your old $SEED_INPUTS directory to your new (if you are using different installation trees). Then you have two choices: |
22 | | a. just set the sensitivity_file parameter in your configuration file to old-style and continue working with your seedcalib_* files or, preferably, |
23 | | a. call $SH_UTIL/sensitivity_from_old_style.csh >$SH_INPUTS/sensitivities.txt and leave the sensitivity_file parameter unchanged on default or set it to the location of your new sensitivities.txt file. Please read the syntax description of the [ShmDocSensitivity sensitivities-file]. |
24 | | 1. If you have created own filter filter on $SH_FILTER, copy them from your old to your new filter directory, or simply copy all your filter files to the new filter directory (there was no change in filter design and naming conventions). |
| 17 | 1. Copy the configuration file ''$SH_INPUTS/shm-config.txt'' to a place of your choice, e.g. your home directory and point the environment variable ''$SH_USER_PARAM'' to it (`cp $SH_INPUTS/shm-config.txt $HOME/my-shm-config.txt; setenv SH_USER_PARAM $HOME/my-shm-config.txt`). Put this setenv definition to your ''.cshrc'' file to make it permanent. |
| 18 | 1. Edit your configuration file ''$SH_USER_PARAM''. It should find some introductory comment lines, a file_version entry and then two include statements to specify colours and geometry (e.g. {{{include shm-conf-brown-colours.txt}}} and {{{include shm-conf-sxga-geometry.txt}}}). The geometry is determined by the installation program automatically. Look for existing alternatives in ''$SH_INPUTS/shm-conf-*.txt'' if the geometry is not recognised properly or if you don't like the colours. Provided are geometry setups at least for the resolutions xga (1024x768 pixels), wxga (1280x800), sxga (1280x1024). |
| 19 | 1. Put your ''STATINF.DAT'' and ''filter_looup.txt'' files from your previous version to version 2.4: either copy the files to the new ''$SH_INPUTS'' directory or change the parameters '''station_info_file''' and '''filter_lookup_table''' in your configuration file to have SHM find your files in other locations. |
| 20 | 1. If you are working with MiniSEED files put your station names to the configuration file. Use the '''v$read_dialog_stations_??''' variables to define an arbitrary number of dialog boxes. If you have e.g. the stations ABC, XYZ and XXX then change the existing definition of v$read_dialog_stations_01 to the value ABC,XYZ,XXX. For a complete description of the possibilities of station definitions read the [ShmDocFileConfig manual of the configuration file]. |
| 21 | 1. If you are working with MiniSEED files, provide the calibration information for the new SHM version. First copy all seedcalib_* files from your old ''$SEED_INPUTS'' directory to your new (if you are using different installation trees). Then you have two choices: |
| 22 | a. just set the '''sensitivity_file''' parameter in your configuration file to old-style and continue working with your seedcalib_* files or, preferably, |
| 23 | a. call `$SH_UTIL/sensitivity_from_old_style.csh >$SH_INPUTS/sensitivities.txt` and leave the '''sensitivity_file parameter''' unchanged on default or set it to the location of your new ''sensitivities.txt'' file. Please read the syntax description of the [ShmDocFileSensitivity sensitivities-file]. |
| 24 | 1. If you have created own filter filter on ''$SH_FILTER'', copy them from your old to your new filter directory, or simply copy all your filter files to the new filter directory (there was no change in filter design and naming conventions). |