source: SH_SHM/trunk/command/GSELIST2Q.SHC @ 51

Revision 51, 545 bytes checked in by marcus, 14 years ago (diff)

r36 | svn | 2008-08-28 08:47:03 +0200 (Do, 28 Aug 2008) | 1 line

updated station info; phasmap reads from db; new command procedures

Line 
1! file GSELIST2Q.SHC
2!      =============
3!
4! version 1, 15-Aug-2008
5!
6! converts list of GSE files to Q
7! K. Stammler, 31-Aug-94
8
9default 1 ;;     name of list file
10default 2 1      first item of list
11default 3 %#1(0) last item
12
13sdef cnt #2      ! line counter
14sdef gsefile     ! name of gse file
15
16loop_start:
17   if  "cnt gti #3  goto/forward loop_exit:
18   del all_dh
19   calc s &gsefile = %#1("cnt) parse 1
20        echo processing file "gsefile
21   readgse "gsefile all
22        write "gsefile all
23   calc i &cnt = "cnt + 1
24goto loop_start:
25loop_exit:
26
27return
Note: See TracBrowser for help on using the repository browser.