Changeset 40 for SH_SHM/trunk


Ignore:
Timestamp:
10/30/2008 10:44:49 PM (15 years ago)
Author:
marcus
Message:

r25 | svn | 2008-02-06 20:01:11 +0100 (Mi, 06 Feb 2008) | 1 line

bugfix with exec and evt qualifiers in SHM

Location:
SH_SHM/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/command/ROTAZ.SHC

    r16 r40  
    1010default 1 2,3         trace list (N,E) 
    1111default 2 0           azimuth 
     12default 3 ;;          lowdw 
     13default 4 ;;          hiwdw 
    1214 
    1315sdef negaz            ! negative azimuth 
     
    1618nr 
    1719calc r &negaz = 0 - #2 /fmt=<%3.1@f> 
    18 rot #1 "negaz 
     20rot #1 "negaz #3 #4 
    1921calc i &trcno = "trcno + 1 
    2022set "trcno comp r 
  • SH_SHM/trunk/inputs/filter_lookup.txt

    r35 r40  
    2121GUNZ-BH-N LE3D5 ... ... -FORCEFFT- 
    2222GUNZ-BH-E LE3D5 ... ... -FORCEFFT- 
     23PST-BH-Z LE3D5 ... ... -FORCEFFT- 
     24PST-BH-N LE3D5 ... ... -FORCEFFT- 
     25PST-BH-E LE3D5 ... ... -FORCEFFT- 
     26PLN-BH-Z LE3D5 ... ... -FORCEFFT- 
     27PLN-BH-N LE3D5 ... ... -FORCEFFT- 
     28PLN-BH-E LE3D5 ... ... -FORCEFFT- 
    2329TANN-BH-Z GRSN ... ... -FORCEFFT- 
    2430TANN-BH-N GRSN ... ... -FORCEFFT- 
     
    3339RUE-BH-N GRSN 
    3440RUE-BH-E GRSN 
     41RJOB-BH-Z GRSN 
     42RJOB-BH-N GRSN 
     43RJOB-BH-E GRSN 
     44GTTG-BH-Z GRSN 
     45GTTG-BH-N GRSN 
     46GTTG-BH-E GRSN 
    3547HLG-BH-Z GRSN 
    3648HLG-BH-N GRSN 
  • SH_SHM/trunk/source/motif/shm.c

    r30 r40  
    33 *      ===== 
    44 * 
    5  * $Revision: 15 $, $Date: 2008-01-25 11:48:08 +0100 (Fr, 25 Jan 2008) $ 
     5 * $Revision: 25 $, $Date: 2008-02-06 20:01:11 +0100 (Mi, 06 Feb 2008) $ 
    66 * 
    77 * main module of shm 
     
    817817                                printf( "SHM-dbg1: execute auto .%s.\n", autoexec+1 ); 
    818818                        status = cBcNoError; 
    819                         callsh( autoexec+1, &n, &status ); 
     819                        callsh( autoexec, &n, &status ); 
    820820                        mg_tracedisplay( xmv_w[k_widget_draw], &xmv_dspctrl, &status ); 
    821821                } /*endif*/ 
     
    823823                        strncpy( autoexec, pa_qvalue("-evt"), cBcLineLth ); 
    824824                        if  (GpGetInt(cGpI_debug_level) > 0) 
    825                                 printf( "SHM-dbg1: load evt %s\n", autoexec+1 ); 
     825                                printf( "SHM-dbg1: load evt %s\n", autoexec ); 
    826826                        status = cBcNoError; 
    827                         cl3_restore_from_evt( autoexec+1, xmv_cpar, NULL,       &status ); 
     827                        cl3_restore_from_evt( autoexec, xmv_cpar, NULL, &status ); 
    828828                        mg_tracedisplay( xmv_w[k_widget_draw], &xmv_dspctrl, &status ); 
    829829                } /*endif*/ 
  • SH_SHM/trunk/source/seed_io/gse2_stream_calib.c

    r37 r40  
    33 *      =================== 
    44 * 
    5  * $Revision: 22 $, $Date: 2008-02-02 13:31:53 +0100 (Sa, 02 Feb 2008) $ 
     5 * $Revision: 25 $, $Date: 2008-02-06 20:01:11 +0100 (Mi, 06 Feb 2008) $ 
    66 * 
    77 * returns calibration CAL2 & PAZ2 of stream at a given time 
     
    2424#include "seedcfg.h" 
    2525#include "seed_lib.h" 
     26#include "globalparams.h" 
    2627 
    2728 
     
    5354 
    5455        /* executable code */ 
     56 
     57        GpReadParfile(); 
    5558 
    5659        pa_init( argc, argv ); 
Note: See TracChangeset for help on using the changeset viewer.