aboutsummaryrefslogtreecommitdiff
path: root/science/oases/pkg-plist
blob: 3c64c7fdd6f63ca4e35f3179c24bc8531814397e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
bin/fipplot
bin/mintopost
bin/mintops
bin/oasn2_bin
bin/oasp2
bin/oasr2
bin/oass2
bin/oassp2
bin/oast2
bin/pp
bin/saccon
bin/trfsplit
bin/trftoascii
bin/avbeam
bin/bistat
bin/cplot
bin/mplot
bin/mtvplot
bin/multmtv
bin/oasn
bin/oasp
bin/oasr
bin/oass
bin/oassp
bin/oast
bin/plp2mtv
lib/apmath.a
lib/conlib.a
lib/libmindis.a
lib/oaslib.a
lib/plotlib.a
lib/pulslib.a
%%PORTDOCS%%share/doc/oases/README
%%PORTDOCS%%share/doc/oases/mfp.tex
%%PORTDOCS%%share/doc/oases/oases.tex
%%PORTDOCS%%share/doc/oases/oases.toc
%%PORTDOCS%%share/doc/oases/oases_appendix.tex
%%PORTDOCS%%share/doc/oases/oases_bib.tex
%%PORTDOCS%%share/doc/oases/oases_gen.tex
%%PORTDOCS%%share/doc/oases/oases_graph.tex
%%PORTDOCS%%share/doc/oases/oases_install.tex
%%PORTDOCS%%share/doc/oases/oases_intro.tex
%%PORTDOCS%%share/doc/oases/oases_new.tex
%%PORTDOCS%%share/doc/oases/oasi.tex
%%PORTDOCS%%share/doc/oases/oasn.tex
%%PORTDOCS%%share/doc/oases/oasp.tex
%%PORTDOCS%%share/doc/oases/oasp3d.tex
%%PORTDOCS%%share/doc/oases/oasr.tex
%%PORTDOCS%%share/doc/oases/oass.tex
%%PORTDOCS%%share/doc/oases/oassp.tex
%%PORTDOCS%%share/doc/oases/oast.tex
%%PORTDOCS%%share/doc/oases/pp.par
%%PORTDOCS%%share/doc/oases/pp.tex
%%PORTDOCS%%share/doc/oases/pp.txt
%%PORTDOCS%%share/doc/oases/rdoasp.tex
%%PORTDOCS%%share/doc/oases/rdoast.tex
%%PORTDOCS%%share/doc/oases/figs/Kan_fig4.ps
%%PORTDOCS%%share/doc/oases/figs/RSWT3a_b.ps
%%PORTDOCS%%share/doc/oases/figs/RSWT3a_f.ps
%%PORTDOCS%%share/doc/oases/figs/free.ps
%%PORTDOCS%%share/doc/oases/figs/free_f.ps
%%PORTDOCS%%share/doc/oases/figs/sand_R.ps
%%PORTDOCS%%share/doc/oases/figs/sand_soft_R.ps
%%PORTDOCS%%share/doc/oases/figs/soft_sand_R.ps
%%PORTDOCS%%share/doc/oases/figs/texput.log
%%PORTDOCS%%share/doc/oases/figs/vol_rhs.ps
%%PORTDOCS%%share/doc/oases/figs/vol_scat.ps
%%PORTDOCS%%share/doc/oases/figs/wg_rhs.ps
%%PORTDOCS%%share/doc/oases/figs/wg_scat.ps
%%PORTDOCS%%share/examples/oases/mfp/crack.dat
%%PORTDOCS%%share/examples/oases/mfp/crackmfp.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-2.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-2a.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-2b_noi.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-2b_pwb.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-3a.dat
%%PORTDOCS%%share/examples/oases/mfp/f9-3b.dat
%%PORTDOCS%%share/examples/oases/mfp/fram4.dat
%%PORTDOCS%%share/examples/oases/mfp/fram4n.dat
%%PORTDOCS%%share/examples/oases/mfp/framdeep.dat
%%PORTDOCS%%share/examples/oases/mfp/framdeepmm.dat
%%PORTDOCS%%share/examples/oases/mfp/frammfp.dat
%%PORTDOCS%%share/examples/oases/mfp/frammm.dat
%%PORTDOCS%%share/examples/oases/mfp/framt.dat
%%PORTDOCS%%share/examples/oases/mfp/horiz.dat
%%PORTDOCS%%share/examples/oases/mfp/horiz1.dat
%%PORTDOCS%%share/examples/oases/mfp/lime.dat
%%PORTDOCS%%share/examples/oases/mfp/lime_150.dat
%%PORTDOCS%%share/examples/oases/mfp/lime_160.dat
%%PORTDOCS%%share/examples/oases/mfp/lime_170.dat
%%PORTDOCS%%share/examples/oases/mfp/lime_mfp.dat
%%PORTDOCS%%share/examples/oases/mfp/lime_var.dat
%%PORTDOCS%%share/examples/oases/mfp/mills.dat
%%PORTDOCS%%share/examples/oases/mfp/norda.dat
%%PORTDOCS%%share/examples/oases/mfp/reverb.dat
%%PORTDOCS%%share/examples/oases/mfp/reverb1.dat
%%PORTDOCS%%share/examples/oases/mfp/rr.dat
%%PORTDOCS%%share/examples/oases/mfp/shal100.dat
%%PORTDOCS%%share/examples/oases/mfp/shal104.dat
%%PORTDOCS%%share/examples/oases/mfp/shal110.dat
%%PORTDOCS%%share/examples/oases/mfp/shal124.dat
%%PORTDOCS%%share/examples/oases/mfp/shal124mm.dat
%%PORTDOCS%%share/examples/oases/mfp/shal130.dat
%%PORTDOCS%%share/examples/oases/mfp/shal1302s.dat
%%PORTDOCS%%share/examples/oases/mfp/shal130ds.dat
%%PORTDOCS%%share/examples/oases/mfp/shal130mm.dat
%%PORTDOCS%%share/examples/oases/mfp/shal2.dat
%%PORTDOCS%%share/examples/oases/mfp/shal3.dat
%%PORTDOCS%%share/examples/oases/mfp/shallow.dat
%%PORTDOCS%%share/examples/oases/mfp/shalmfp.dat
%%PORTDOCS%%share/examples/oases/mfp/shaltl.dat
%%PORTDOCS%%share/examples/oases/mfp/tc.dat
%%PORTDOCS%%share/examples/oases/mfp/tc_cur.dat
%%PORTDOCS%%share/examples/oases/mfp/tc_cur2.dat
%%PORTDOCS%%share/examples/oases/mfp/tc_cur2_pw.dat
%%PORTDOCS%%share/examples/oases/mfp/tc_cur_pw.dat
%%PORTDOCS%%share/examples/oases/mfp/tc_pw.dat
%%PORTDOCS%%share/examples/oases/mfp/tnoise.dat
%%PORTDOCS%%share/examples/oases/mfp/toni.dat
%%PORTDOCS%%share/examples/oases/mfp/tonii.dat
%%PORTDOCS%%share/examples/oases/mfp/tony.dat
%%PORTDOCS%%share/examples/oases/mfp/tonyi.dat
%%PORTDOCS%%share/examples/oases/mfp/x.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/j9_cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/j9_cr_tone.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrl.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrl_ct.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrl_ct2.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_ct.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_ct2.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_ct2_wb.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_ct2_wb2.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_gen.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_hla.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlcr_svp.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlmfp.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlrep.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlrep_ct.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlrep_ct2.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrltl.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrltl_svp.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlxsm_ct.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/nrlxsm_ct2.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/resolute.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sed1770.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedbot.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedbotcr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedmfp.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedn50.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedn50cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedn60.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedn60cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedrho.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/sedrhocr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/shal130.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/shal65.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/shalcr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/shalmfp.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/shalmm.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/tc3_ps_cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/tc3_rp_cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/tc3_sr_cr.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/x.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/x30.dat
%%PORTDOCS%%share/examples/oases/mfp_geo/y.dat
%%PORTDOCS%%share/examples/oases/noise/atk.dat
%%PORTDOCS%%share/examples/oases/noise/atk2.dat
%%PORTDOCS%%share/examples/oases/noise/atkt.dat
%%PORTDOCS%%share/examples/oases/noise/f9-2ab.dat
%%PORTDOCS%%share/examples/oases/noise/f9-3a.dat
%%PORTDOCS%%share/examples/oases/noise/f9-3ab.dat
%%PORTDOCS%%share/examples/oases/noise/f9-3b.dat
%%PORTDOCS%%share/examples/oases/noise/f9-4.dat
%%PORTDOCS%%share/examples/oases/noise/f9-5.dat
%%PORTDOCS%%share/examples/oases/noise/f9-6.dat
%%PORTDOCS%%share/examples/oases/noise/fram4.dat
%%PORTDOCS%%share/examples/oases/noise/framdeep.dat
%%PORTDOCS%%share/examples/oases/noise/frammfp.dat
%%PORTDOCS%%share/examples/oases/noise/frammm.dat
%%PORTDOCS%%share/examples/oases/noise/halfsp.dat
%%PORTDOCS%%share/examples/oases/noise/halfsp_k.dat
%%PORTDOCS%%share/examples/oases/noise/halfsp_k1.dat
%%PORTDOCS%%share/examples/oases/noise/halfsp_k3.dat
%%PORTDOCS%%share/examples/oases/noise/halfsp_k6.dat
%%PORTDOCS%%share/examples/oases/noise/horiz.dat
%%PORTDOCS%%share/examples/oases/noise/horiz1.dat
%%PORTDOCS%%share/examples/oases/noise/mills.dat
%%PORTDOCS%%share/examples/oases/noise/norda.dat
%%PORTDOCS%%share/examples/oases/noise/reverb.dat
%%PORTDOCS%%share/examples/oases/noise/reverb1.dat
%%PORTDOCS%%share/examples/oases/noise/rr.dat
%%PORTDOCS%%share/examples/oases/noise/safnoise.dat
%%PORTDOCS%%share/examples/oases/noise/safnoise_1.dat
%%PORTDOCS%%share/examples/oases/noise/safnoise_c.dat
%%PORTDOCS%%share/examples/oases/noise/shal100.dat
%%PORTDOCS%%share/examples/oases/noise/shal104.dat
%%PORTDOCS%%share/examples/oases/noise/shal110.dat
%%PORTDOCS%%share/examples/oases/noise/shal124.dat
%%PORTDOCS%%share/examples/oases/noise/shal124mm.dat
%%PORTDOCS%%share/examples/oases/noise/shal130.dat
%%PORTDOCS%%share/examples/oases/noise/shal1302s.dat
%%PORTDOCS%%share/examples/oases/noise/shal130ds.dat
%%PORTDOCS%%share/examples/oases/noise/shal130mm.dat
%%PORTDOCS%%share/examples/oases/noise/shal2.dat
%%PORTDOCS%%share/examples/oases/noise/shal3.dat
%%PORTDOCS%%share/examples/oases/noise/shallow.dat
%%PORTDOCS%%share/examples/oases/noise/shalmfp.dat
%%PORTDOCS%%share/examples/oases/noise/shaltl.dat
%%PORTDOCS%%share/examples/oases/noise/tnoise.dat
%%PORTDOCS%%share/examples/oases/noise/toni.dat
%%PORTDOCS%%share/examples/oases/noise/tonii.dat
%%PORTDOCS%%share/examples/oases/noise/tony.dat
%%PORTDOCS%%share/examples/oases/noise/tonyi.dat
%%PORTDOCS%%share/examples/oases/noise/x.dat
%%PORTDOCS%%share/examples/oases/pulse/#saffip3.dat#
%%PORTDOCS%%share/examples/oases/pulse/aigun2.dat
%%PORTDOCS%%share/examples/oases/pulse/aigunnk.dat
%%PORTDOCS%%share/examples/oases/pulse/aigunri.dat
%%PORTDOCS%%share/examples/oases/pulse/airgun.dat
%%PORTDOCS%%share/examples/oases/pulse/andy_vsp.dat
%%PORTDOCS%%share/examples/oases/pulse/andy_vsp1.dat
%%PORTDOCS%%share/examples/oases/pulse/andy_vsp_f.dat
%%PORTDOCS%%share/examples/oases/pulse/andy_vsp_p.dat
%%PORTDOCS%%share/examples/oases/pulse/arctl.dat
%%PORTDOCS%%share/examples/oases/pulse/arvelo.dat
%%PORTDOCS%%share/examples/oases/pulse/bill.dat
%%PORTDOCS%%share/examples/oases/pulse/bm.dat
%%PORTDOCS%%share/examples/oases/pulse/bm2.dat
%%PORTDOCS%%share/examples/oases/pulse/bouchon.dat
%%PORTDOCS%%share/examples/oases/pulse/bruce2.dat
%%PORTDOCS%%share/examples/oases/pulse/cc.dat
%%PORTDOCS%%share/examples/oases/pulse/cirac.dat
%%PORTDOCS%%share/examples/oases/pulse/clancy.dat
%%PORTDOCS%%share/examples/oases/pulse/cowiop1.dat
%%PORTDOCS%%share/examples/oases/pulse/crust1.dat
%%PORTDOCS%%share/examples/oases/pulse/dgm.dat
%%PORTDOCS%%share/examples/oases/pulse/dgm.idat
%%PORTDOCS%%share/examples/oases/pulse/dgmdec.dat
%%PORTDOCS%%share/examples/oases/pulse/dgmdecf.dat
%%PORTDOCS%%share/examples/oases/pulse/dgmtest.dat
%%PORTDOCS%%share/examples/oases/pulse/dgmtest.idat
%%PORTDOCS%%share/examples/oases/pulse/dietrich.dat
%%PORTDOCS%%share/examples/oases/pulse/exp1.dat
%%PORTDOCS%%share/examples/oases/pulse/exp1ti.dat
%%PORTDOCS%%share/examples/oases/pulse/exptest.dat
%%PORTDOCS%%share/examples/oases/pulse/felix.dat
%%PORTDOCS%%share/examples/oases/pulse/for1.dat
%%PORTDOCS%%share/examples/oases/pulse/form0.dat
%%PORTDOCS%%share/examples/oases/pulse/form1.dat
%%PORTDOCS%%share/examples/oases/pulse/form1x.dat
%%PORTDOCS%%share/examples/oases/pulse/form2.dat
%%PORTDOCS%%share/examples/oases/pulse/form3.dat
%%PORTDOCS%%share/examples/oases/pulse/form3wi.dat
%%PORTDOCS%%share/examples/oases/pulse/fortest.dat
%%PORTDOCS%%share/examples/oases/pulse/free.dat
%%PORTDOCS%%share/examples/oases/pulse/free0.dat
%%PORTDOCS%%share/examples/oases/pulse/free0_f.dat
%%PORTDOCS%%share/examples/oases/pulse/free_f.dat
%%PORTDOCS%%share/examples/oases/pulse/halfsp.dat
%%PORTDOCS%%share/examples/oases/pulse/halfspr.dat
%%PORTDOCS%%share/examples/oases/pulse/halfsps.dat
%%PORTDOCS%%share/examples/oases/pulse/halfspsr.dat
%%PORTDOCS%%share/examples/oases/pulse/horizp.dat
%%PORTDOCS%%share/examples/oases/pulse/ice.dat
%%PORTDOCS%%share/examples/oases/pulse/iceb.dat
%%PORTDOCS%%share/examples/oases/pulse/iceb_ti.dat
%%PORTDOCS%%share/examples/oases/pulse/icewk.dat
%%PORTDOCS%%share/examples/oases/pulse/ideal.dat
%%PORTDOCS%%share/examples/oases/pulse/inst.dat
%%PORTDOCS%%share/examples/oases/pulse/jim.dat
%%PORTDOCS%%share/examples/oases/pulse/jim1.dat
%%PORTDOCS%%share/examples/oases/pulse/jim2.dat
%%PORTDOCS%%share/examples/oases/pulse/jim3.dat
%%PORTDOCS%%share/examples/oases/pulse/jim70.dat
%%PORTDOCS%%share/examples/oases/pulse/jimt.dat
%%PORTDOCS%%share/examples/oases/pulse/jimt_na.dat
%%PORTDOCS%%share/examples/oases/pulse/koch.dat
%%PORTDOCS%%share/examples/oases/pulse/kodali.dat
%%PORTDOCS%%share/examples/oases/pulse/list
%%PORTDOCS%%share/examples/oases/pulse/log
%%PORTDOCS%%share/examples/oases/pulse/matt.dat
%%PORTDOCS%%share/examples/oases/pulse/matt5k.dat
%%PORTDOCS%%share/examples/oases/pulse/matt5k_f.dat
%%PORTDOCS%%share/examples/oases/pulse/matt_f.dat
%%PORTDOCS%%share/examples/oases/pulse/matt_tl.dat
%%PORTDOCS%%share/examples/oases/pulse/mom1.dat
%%PORTDOCS%%share/examples/oases/pulse/momtest.dat
%%PORTDOCS%%share/examples/oases/pulse/pekeris.dat
%%PORTDOCS%%share/examples/oases/pulse/pekeris2.dat
%%PORTDOCS%%share/examples/oases/pulse/pierre.dat
%%PORTDOCS%%share/examples/oases/pulse/pp.par
%%PORTDOCS%%share/examples/oases/pulse/preston0.dat
%%PORTDOCS%%share/examples/oases/pulse/saclant.dat
%%PORTDOCS%%share/examples/oases/pulse/saffip3.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp1.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2_B.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2_dip.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2_r8.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2_tl.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2a.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2aut.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2f.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp2x.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp3.dat
%%PORTDOCS%%share/examples/oases/pulse/saffipp3a.dat
%%PORTDOCS%%share/examples/oases/pulse/saftemmllr.dat
%%PORTDOCS%%share/examples/oases/pulse/sdr.dat
%%PORTDOCS%%share/examples/oases/pulse/sdrt.dat
%%PORTDOCS%%share/examples/oases/pulse/siltsand.dat
%%PORTDOCS%%share/examples/oases/pulse/slow.dat
%%PORTDOCS%%share/examples/oases/pulse/slowa.dat
%%PORTDOCS%%share/examples/oases/pulse/spiesb.dat
%%PORTDOCS%%share/examples/oases/pulse/spiesb2.dat
%%PORTDOCS%%share/examples/oases/pulse/sts.dat
%%PORTDOCS%%share/examples/oases/pulse/t.dat
%%PORTDOCS%%share/examples/oases/pulse/t1.dat
%%PORTDOCS%%share/examples/oases/pulse/t3.dat
%%PORTDOCS%%share/examples/oases/pulse/t3d.dat
%%PORTDOCS%%share/examples/oases/pulse/t3d2.dat
%%PORTDOCS%%share/examples/oases/pulse/tdec.dat
%%PORTDOCS%%share/examples/oases/pulse/temmllr.dat
%%PORTDOCS%%share/examples/oases/pulse/temmllr_a.dat
%%PORTDOCS%%share/examples/oases/pulse/temmllr_auto.dat
%%PORTDOCS%%share/examples/oases/pulse/temmllra.dat
%%PORTDOCS%%share/examples/oases/pulse/temmllrf.dat
%%PORTDOCS%%share/examples/oases/pulse/test.dat
%%PORTDOCS%%share/examples/oases/pulse/test1.dat
%%PORTDOCS%%share/examples/oases/pulse/test2.dat
%%PORTDOCS%%share/examples/oases/pulse/tifortest.dat
%%PORTDOCS%%share/examples/oases/pulse/tilay.dat
%%PORTDOCS%%share/examples/oases/pulse/timontest.dat
%%PORTDOCS%%share/examples/oases/pulse/titest.dat
%%PORTDOCS%%share/examples/oases/pulse/titest2.dat
%%PORTDOCS%%share/examples/oases/pulse/tl_bes.dat
%%PORTDOCS%%share/examples/oases/pulse/tm.dat
%%PORTDOCS%%share/examples/oases/pulse/tomocf.dat
%%PORTDOCS%%share/examples/oases/pulse/tria.sou
%%PORTDOCS%%share/examples/oases/pulse/tube.dat
%%PORTDOCS%%share/examples/oases/pulse/tube2.dat
%%PORTDOCS%%share/examples/oases/pulse/tubetest.dat
%%PORTDOCS%%share/examples/oases/pulse/up.dat
%%PORTDOCS%%share/examples/oases/pulse/wk.dat
%%PORTDOCS%%share/examples/oases/pulse/x.dat
%%PORTDOCS%%share/examples/oases/pulse/x3.dat
%%PORTDOCS%%share/examples/oases/rcoef/basalt.dat
%%PORTDOCS%%share/examples/oases/rcoef/biot1.dat
%%PORTDOCS%%share/examples/oases/rcoef/biot2.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela1.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_0.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_1000.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_1500.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_2000.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_500.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_T.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_half.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_half_at.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_lay.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_lay_at.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_lay_c.dat
%%PORTDOCS%%share/examples/oases/rcoef/ela_lay_cat.dat
%%PORTDOCS%%share/examples/oases/rcoef/f-basalt.dat
%%PORTDOCS%%share/examples/oases/rcoef/halfspace.dat
%%PORTDOCS%%share/examples/oases/rcoef/home.dat
%%PORTDOCS%%share/examples/oases/rcoef/home10.dat
%%PORTDOCS%%share/examples/oases/rcoef/home1k.dat
%%PORTDOCS%%share/examples/oases/rcoef/patrick.dat
%%PORTDOCS%%share/examples/oases/rcoef/patrick0.dat
%%PORTDOCS%%share/examples/oases/rcoef/poro_halfsp.dat
%%PORTDOCS%%share/examples/oases/rcoef/saffipr1.dat
%%PORTDOCS%%share/examples/oases/rcoef/saffipr1_p.dat
%%PORTDOCS%%share/examples/oases/rcoef/saffipr2.dat
%%PORTDOCS%%share/examples/oases/rcoef/sand_ela.dat
%%PORTDOCS%%share/examples/oases/rcoef/sand_ela_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/sand_soft_ela.dat
%%PORTDOCS%%share/examples/oases/rcoef/sand_soft_ela_P.dat
%%PORTDOCS%%share/examples/oases/rcoef/sand_soft_ela_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/soft.dat
%%PORTDOCS%%share/examples/oases/rcoef/soft_ela.dat
%%PORTDOCS%%share/examples/oases/rcoef/soft_sand_ela.dat
%%PORTDOCS%%share/examples/oases/rcoef/soft_sand_ela_P.dat
%%PORTDOCS%%share/examples/oases/rcoef/soft_sand_ela_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_dummy.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_fig5.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_P.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_T.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_soft.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_soft_P.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_soft_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_sand_soft_T.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_T.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_TN.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_sand.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_sand_P.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_sand_S.dat
%%PORTDOCS%%share/examples/oases/rcoef/stoll_soft_sand_T.dat
%%PORTDOCS%%share/examples/oases/rcoef/x.dat
%%PORTDOCS%%share/examples/oases/rcoef/y.dat
%%PORTDOCS%%share/examples/oases/rd_test/dt217.dat
%%PORTDOCS%%share/examples/oases/rd_test/dt217a.bot
%%PORTDOCS%%share/examples/oases/rd_test/dt217a.dat
%%PORTDOCS%%share/examples/oases/rd_test/dt217b.dat
%%PORTDOCS%%share/examples/oases/rd_test/dt217c.dat
%%PORTDOCS%%share/examples/oases/rd_test/dt217d.dat
%%PORTDOCS%%share/examples/oases/rdloss/3a_ela.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_3s.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_3s_400.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_EE.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_EE_51.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_EE_81.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASA_EE_o.dat
%%PORTDOCS%%share/examples/oases/rdloss/ASAwedgeE.dat
%%PORTDOCS%%share/examples/oases/rdloss/FS25.dat
%%PORTDOCS%%share/examples/oases/rdloss/FSpntcorner.dat
%%PORTDOCS%%share/examples/oases/rdloss/RSWT2b.dat
%%PORTDOCS%%share/examples/oases/rdloss/SLfe.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa_1w.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa_201.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa_elastic.rdo.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa_mf.dat
%%PORTDOCS%%share/examples/oases/rdloss/asa_p.dat
%%PORTDOCS%%share/examples/oases/rdloss/asae.dat
%%PORTDOCS%%share/examples/oases/rdloss/asae_mf.dat
%%PORTDOCS%%share/examples/oases/rdloss/asam.dat
%%PORTDOCS%%share/examples/oases/rdloss/back.dat
%%PORTDOCS%%share/examples/oases/rdloss/barrier.dat
%%PORTDOCS%%share/examples/oases/rdloss/barrier1.dat
%%PORTDOCS%%share/examples/oases/rdloss/barrier2.dat
%%PORTDOCS%%share/examples/oases/rdloss/barrier2_dw.dat
%%PORTDOCS%%share/examples/oases/rdloss/beam.dat
%%PORTDOCS%%share/examples/oases/rdloss/beam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/beam2_rd.dat
%%PORTDOCS%%share/examples/oases/rdloss/beam3.dat
%%PORTDOCS%%share/examples/oases/rdloss/beam4.dat
%%PORTDOCS%%share/examples/oases/rdloss/beamf.dat
%%PORTDOCS%%share/examples/oases/rdloss/corner.dat
%%PORTDOCS%%share/examples/oases/rdloss/corner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/ela_back.dat
%%PORTDOCS%%share/examples/oases/rdloss/fcorner.dat
%%PORTDOCS%%share/examples/oases/rdloss/fcorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/fhawaii.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_45.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_45_20.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_45_20_q.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_45_4.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_45_40.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_fft.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_lime.dat
%%PORTDOCS%%share/examples/oases/rdloss/finn_ri.dat
%%PORTDOCS%%share/examples/oases/rdloss/fluid_D.dat
%%PORTDOCS%%share/examples/oases/rdloss/fluid_E.dat
%%PORTDOCS%%share/examples/oases/rdloss/fscorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/fvcorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbertE.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_1w.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_ela.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_ela2.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_ela_grad.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_grad.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_grad2.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_grad3.dat
%%PORTDOCS%%share/examples/oases/rdloss/gilbert_up.dat
%%PORTDOCS%%share/examples/oases/rdloss/ice_edge.dat
%%PORTDOCS%%share/examples/oases/rdloss/ice_lead.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_1510.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_1520.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_1600.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_1700.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_1700_v.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_3000.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_3000_f.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_3000_h.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_3000_v.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_h.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_v.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_v_3.dat
%%PORTDOCS%%share/examples/oases/rdloss/ideal_v_ri.dat
%%PORTDOCS%%share/examples/oases/rdloss/idealffd.dat
%%PORTDOCS%%share/examples/oases/rdloss/idf.dat
%%PORTDOCS%%share/examples/oases/rdloss/jensen45d.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt1.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt2.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt3.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4e.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4e_100.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4e_fft.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4e_ref.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4ref.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt4t.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt5.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt5N.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt5f.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt5f2.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt5ff.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt6.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt62.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt6_2.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt6_h.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt6_v.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt6f.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_25.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_25_ref.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_back.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_back_121.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_back_3s.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_c2.dat
%%PORTDOCS%%share/examples/oases/rdloss/jt_ref.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtea.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtea_b.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtf.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtfa.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtfv.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtsa.dat
%%PORTDOCS%%share/examples/oases/rdloss/jtv.dat
%%PORTDOCS%%share/examples/oases/rdloss/lead_5.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike93.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_D.bot
%%PORTDOCS%%share/examples/oases/rdloss/mike_D.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_D_di.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_D_fluid.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_D_oneway.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_E.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_slab.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_slap.dat
%%PORTDOCS%%share/examples/oases/rdloss/mike_sluv.dat
%%PORTDOCS%%share/examples/oases/rdloss/norda3a_c2.dat
%%PORTDOCS%%share/examples/oases/rdloss/norda3a_c2_visa.dat
%%PORTDOCS%%share/examples/oases/rdloss/ptransp2.dat
%%PORTDOCS%%share/examples/oases/rdloss/s1.dat
%%PORTDOCS%%share/examples/oases/rdloss/saffip3.dat
%%PORTDOCS%%share/examples/oases/rdloss/saffip3_iso.dat
%%PORTDOCS%%share/examples/oases/rdloss/sbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/scorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/sdummy.dat
%%PORTDOCS%%share/examples/oases/rdloss/sfcorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/srbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/srbeamh.dat
%%PORTDOCS%%share/examples/oases/rdloss/ssbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/sscorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/stransp2.dat
%%PORTDOCS%%share/examples/oases/rdloss/svbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/svbeamh.dat
%%PORTDOCS%%share/examples/oases/rdloss/svcorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/tbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tbeam_di.dat
%%PORTDOCS%%share/examples/oases/rdloss/tf.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfbeamh.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfgrad.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfgrad2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfgrad3.dat
%%PORTDOCS%%share/examples/oases/rdloss/tfiso.dat
%%PORTDOCS%%share/examples/oases/rdloss/tgrad.dat
%%PORTDOCS%%share/examples/oases/rdloss/trd.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdc.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdc_cyl.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdc_rd.dat
%%PORTDOCS%%share/examples/oases/rdloss/trde.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdew.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdewp.dat
%%PORTDOCS%%share/examples/oases/rdloss/trdewq.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeam1.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeam2_nl.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeamh.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeamt.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeamt2.dat
%%PORTDOCS%%share/examples/oases/rdloss/tsbeamt_nl.dat
%%PORTDOCS%%share/examples/oases/rdloss/ttbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/ttbeam2.dat
%%PORTDOCS%%share/examples/oases/rdloss/ttbeamh.dat
%%PORTDOCS%%share/examples/oases/rdloss/vcorner2.dat
%%PORTDOCS%%share/examples/oases/rdloss/vhbeam.dat
%%PORTDOCS%%share/examples/oases/rdloss/x.dat
%%PORTDOCS%%share/examples/oases/rdloss/y.dat
%%PORTDOCS%%share/examples/oases/rdpulse/corner2.dat
%%PORTDOCS%%share/examples/oases/rdpulse/fscorner2.dat
%%PORTDOCS%%share/examples/oases/rdpulse/g.dat
%%PORTDOCS%%share/examples/oases/rdpulse/gilbert.bot
%%PORTDOCS%%share/examples/oases/rdpulse/gilbert.dat
%%PORTDOCS%%share/examples/oases/rdpulse/gilbert_ri.dat
%%PORTDOCS%%share/examples/oases/rdpulse/gx.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jt4.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jt5.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jt6.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jt7.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jtfr.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jtfrp.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jtx.021
%%PORTDOCS%%share/examples/oases/rdpulse/jtx.dat
%%PORTDOCS%%share/examples/oases/rdpulse/jty.dat
%%PORTDOCS%%share/examples/oases/rdpulse/kurk.bot
%%PORTDOCS%%share/examples/oases/rdpulse/kurk.dat
%%PORTDOCS%%share/examples/oases/rdpulse/kurk_ri.bot
%%PORTDOCS%%share/examples/oases/rdpulse/kurk_ri.dat
%%PORTDOCS%%share/examples/oases/rdpulse/kurkb.dat
%%PORTDOCS%%share/examples/oases/rdpulse/kurkb.strf
%%PORTDOCS%%share/examples/oases/rdpulse/kurks.dat
%%PORTDOCS%%share/examples/oases/rdpulse/kurkvh.dat
%%PORTDOCS%%share/examples/oases/rdpulse/mike_D.dat
%%PORTDOCS%%share/examples/oases/rdpulse/pp.par
%%PORTDOCS%%share/examples/oases/rdpulse/scorner2.dat
%%PORTDOCS%%share/examples/oases/rdpulse/tube.dat
%%PORTDOCS%%share/examples/oases/rdpulse/tube2.dat
%%PORTDOCS%%share/examples/oases/rdpulse/x
%%PORTDOCS%%share/examples/oases/scat/coup1.dat
%%PORTDOCS%%share/examples/oases/scat/coup1sca.dat
%%PORTDOCS%%share/examples/oases/scat/coup2.dat
%%PORTDOCS%%share/examples/oases/scat/coup2sca.dat
%%PORTDOCS%%share/examples/oases/scat/dacol_rhs.dat
%%PORTDOCS%%share/examples/oases/scat/dacol_sca.dat
%%PORTDOCS%%share/examples/oases/scat/dacolint.dat
%%PORTDOCS%%share/examples/oases/scat/dacolnl.dat
%%PORTDOCS%%share/examples/oases/scat/dacolnr.dat
%%PORTDOCS%%share/examples/oases/scat/dacolsca.dat
%%PORTDOCS%%share/examples/oases/scat/dacoltl.dat
%%PORTDOCS%%share/examples/oases/scat/dacoltl1.dat
%%PORTDOCS%%share/examples/oases/scat/dacoltlp.dat
%%PORTDOCS%%share/examples/oases/scat/dacolwg.dat
%%PORTDOCS%%share/examples/oases/scat/dacol_rhs.021
%%PORTDOCS%%share/examples/oases/scat/dacol_rhs.rhs
%%PORTDOCS%%share/examples/oases/scat/dacol_sca.026
%%PORTDOCS%%share/examples/oases/scat/fort.46
%%PORTDOCS%%share/examples/oases/scat/yev_rhs.021
%%PORTDOCS%%share/examples/oases/scat/yev_rhs.dat
%%PORTDOCS%%share/examples/oases/scat/yev_rhs.rhs
%%PORTDOCS%%share/examples/oases/scat/yev_sca.026
%%PORTDOCS%%share/examples/oases/scat/yev_sca.dat
%%PORTDOCS%%share/examples/oases/scat/fram_coh.dat
%%PORTDOCS%%share/examples/oases/scat/fram_coh_40.dat
%%PORTDOCS%%share/examples/oases/scat/fram_scat.dat
%%PORTDOCS%%share/examples/oases/scat/fram_scat1.dat
%%PORTDOCS%%share/examples/oases/scat/fram_scat_40.dat
%%PORTDOCS%%share/examples/oases/scat/intf.dat
%%PORTDOCS%%share/examples/oases/scat/intfrev.dat
%%PORTDOCS%%share/examples/oases/scat/intfrev0.dat
%%PORTDOCS%%share/examples/oases/scat/intfrev70.dat
%%PORTDOCS%%share/examples/oases/scat/j218-6.dat
%%PORTDOCS%%share/examples/oases/scat/j218-6c.dat
%%PORTDOCS%%share/examples/oases/scat/j218-6r.dat
%%PORTDOCS%%share/examples/oases/scat/j218-6r_6.dat
%%PORTDOCS%%share/examples/oases/scat/jimrev.dat
%%PORTDOCS%%share/examples/oases/scat/jimrhs.dat
%%PORTDOCS%%share/examples/oases/scat/kibb.dat
%%PORTDOCS%%share/examples/oases/scat/kibb11sca.dat
%%PORTDOCS%%share/examples/oases/scat/kibb1sca.dat
%%PORTDOCS%%share/examples/oases/scat/kibb21sca.dat
%%PORTDOCS%%share/examples/oases/scat/kibb2sca.dat
%%PORTDOCS%%share/examples/oases/scat/kibb31sca.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc1.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc11.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc2.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc21.dat
%%PORTDOCS%%share/examples/oases/scat/kibbrc31.dat
%%PORTDOCS%%share/examples/oases/scat/lime_10.dat
%%PORTDOCS%%share/examples/oases/scat/lime_100.dat
%%PORTDOCS%%share/examples/oases/scat/lime_coh.dat
%%PORTDOCS%%share/examples/oases/scat/lime_cov.dat
%%PORTDOCS%%share/examples/oases/scat/lime_mean.dat
%%PORTDOCS%%share/examples/oases/scat/lime_vcor.dat
%%PORTDOCS%%share/examples/oases/scat/q1.dat
%%PORTDOCS%%share/examples/oases/scat/quake.dat
%%PORTDOCS%%share/examples/oases/scat/steelrc.dat
%%PORTDOCS%%share/examples/oases/scat/steelrc1.dat
%%PORTDOCS%%share/examples/oases/scat/steelsca.dat
%%PORTDOCS%%share/examples/oases/scat/steelsca1.dat
%%PORTDOCS%%share/examples/oases/scat/t1.dat
%%PORTDOCS%%share/examples/oases/scat/tphase.dat
%%PORTDOCS%%share/examples/oases/scat/wg.dat
%%PORTDOCS%%share/examples/oases/scat/wg30.dat
%%PORTDOCS%%share/examples/oases/scat/wg_10.dat
%%PORTDOCS%%share/examples/oases/scat/wg_5.dat
%%PORTDOCS%%share/examples/oases/scat/wgbeam.dat
%%PORTDOCS%%share/examples/oases/scat/wgbrev.dat
%%PORTDOCS%%share/examples/oases/scat/wgc_100.dat
%%PORTDOCS%%share/examples/oases/scat/wgc_test.dat
%%PORTDOCS%%share/examples/oases/scat/wgr1000.dat
%%PORTDOCS%%share/examples/oases/scat/wgrev.dat
%%PORTDOCS%%share/examples/oases/scat/wgrevc.dat
%%PORTDOCS%%share/examples/oases/scat/wgrevc30.dat
%%PORTDOCS%%share/examples/oases/scat/wgrevc70.dat
%%PORTDOCS%%share/examples/oases/scat/wgrevcinf.dat
%%PORTDOCS%%share/examples/oases/scat/wgtest.dat
%%PORTDOCS%%share/examples/oases/scat/wgtest30.dat
%%PORTDOCS%%share/examples/oases/scat/y.dat
%%PORTDOCS%%share/examples/oases/scat/yr.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolp.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolpa.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolparhs.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolprhs.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolps.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolrhs.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolrhsa.dat
%%PORTDOCS%%share/examples/oases/scatp/dacols.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolsa.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolt.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolta.dat
%%PORTDOCS%%share/examples/oases/scatp/dacolta3.dat
%%PORTDOCS%%share/examples/oases/scatp/dacoltrhs.dat
%%PORTDOCS%%share/examples/oases/scatp/free.dat
%%PORTDOCS%%share/examples/oases/scatp/freearhs.dat
%%PORTDOCS%%share/examples/oases/scatp/freep.dat
%%PORTDOCS%%share/examples/oases/scatp/freepa.dat
%%PORTDOCS%%share/examples/oases/scatp/frees.dat
%%PORTDOCS%%share/examples/oases/scatp/freesa.dat
%%PORTDOCS%%share/examples/oases/scatp/freet.dat
%%PORTDOCS%%share/examples/oases/scatp/freeta.dat
%%PORTDOCS%%share/examples/oases/scatp/freetrhs.dat
%%PORTDOCS%%share/examples/oases/tloss/ASAwedgeEE.dat
%%PORTDOCS%%share/examples/oases/tloss/air1.dat
%%PORTDOCS%%share/examples/oases/tloss/air2.dat
%%PORTDOCS%%share/examples/oases/tloss/air3.dat
%%PORTDOCS%%share/examples/oases/tloss/air4.dat
%%PORTDOCS%%share/examples/oases/tloss/arc20av.dat
%%PORTDOCS%%share/examples/oases/tloss/arc20rav.dat
%%PORTDOCS%%share/examples/oases/tloss/arc60av.dat
%%PORTDOCS%%share/examples/oases/tloss/arc60rav.dat
%%PORTDOCS%%share/examples/oases/tloss/arctic_loss.dat
%%PORTDOCS%%share/examples/oases/tloss/arcticzp.dat
%%PORTDOCS%%share/examples/oases/tloss/arctl.dat
%%PORTDOCS%%share/examples/oases/tloss/arctll.dat
%%PORTDOCS%%share/examples/oases/tloss/arctll20.dat
%%PORTDOCS%%share/examples/oases/tloss/arctllav.dat
%%PORTDOCS%%share/examples/oases/tloss/arctlr.dat
%%PORTDOCS%%share/examples/oases/tloss/arctlr20.dat
%%PORTDOCS%%share/examples/oases/tloss/arctlrav.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrp.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrp1.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrp1c.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrpbc.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrpc.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrpd.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrpdc.dat
%%PORTDOCS%%share/examples/oases/tloss/arsrpi.dat
%%PORTDOCS%%share/examples/oases/tloss/beam.dat
%%PORTDOCS%%share/examples/oases/tloss/beam1.dat
%%PORTDOCS%%share/examples/oases/tloss/beam2.dat
%%PORTDOCS%%share/examples/oases/tloss/beam_flow.dat
%%PORTDOCS%%share/examples/oases/tloss/beam_flowm.dat
%%PORTDOCS%%share/examples/oases/tloss/beamspec.dat
%%PORTDOCS%%share/examples/oases/tloss/beamt.dat
%%PORTDOCS%%share/examples/oases/tloss/biot.dat
%%PORTDOCS%%share/examples/oases/tloss/bucker.dat
%%PORTDOCS%%share/examples/oases/tloss/bucker2.dat
%%PORTDOCS%%share/examples/oases/tloss/bucker_beam.dat
%%PORTDOCS%%share/examples/oases/tloss/bucker_beam2.dat
%%PORTDOCS%%share/examples/oases/tloss/bucker_disc.dat
%%PORTDOCS%%share/examples/oases/tloss/cap.dat
%%PORTDOCS%%share/examples/oases/tloss/caprev.dat
%%PORTDOCS%%share/examples/oases/tloss/case1.dat
%%PORTDOCS%%share/examples/oases/tloss/case2_auto.dat
%%PORTDOCS%%share/examples/oases/tloss/clinton.dat
%%PORTDOCS%%share/examples/oases/tloss/cowi2.dat
%%PORTDOCS%%share/examples/oases/tloss/cowi3.dat
%%PORTDOCS%%share/examples/oases/tloss/dataplot.gif
%%PORTDOCS%%share/examples/oases/tloss/dip-p-1.dat
%%PORTDOCS%%share/examples/oases/tloss/dip-p-2.dat
%%PORTDOCS%%share/examples/oases/tloss/doedo.dat
%%PORTDOCS%%share/examples/oases/tloss/eddie.dat
%%PORTDOCS%%share/examples/oases/tloss/exp1.dat
%%PORTDOCS%%share/examples/oases/tloss/exp2.dat
%%PORTDOCS%%share/examples/oases/tloss/exp3.dat
%%PORTDOCS%%share/examples/oases/tloss/expand.f
%%PORTDOCS%%share/examples/oases/tloss/fertig.dat
%%PORTDOCS%%share/examples/oases/tloss/ff.dat
%%PORTDOCS%%share/examples/oases/tloss/ffc.dat
%%PORTDOCS%%share/examples/oases/tloss/flow.dat
%%PORTDOCS%%share/examples/oases/tloss/flow5.dat
%%PORTDOCS%%share/examples/oases/tloss/flow5m.dat
%%PORTDOCS%%share/examples/oases/tloss/flow5s.dat
%%PORTDOCS%%share/examples/oases/tloss/flow_ifcw.dat
%%PORTDOCS%%share/examples/oases/tloss/flow_infw.dat
%%PORTDOCS%%share/examples/oases/tloss/flow_ms.dat
%%PORTDOCS%%share/examples/oases/tloss/for1.dat
%%PORTDOCS%%share/examples/oases/tloss/fr.dat
%%PORTDOCS%%share/examples/oases/tloss/frampr.dat
%%PORTDOCS%%share/examples/oases/tloss/framtl.dat
%%PORTDOCS%%share/examples/oases/tloss/framtl3.dat
%%PORTDOCS%%share/examples/oases/tloss/framtla.dat
%%PORTDOCS%%share/examples/oases/tloss/framtlc.dat
%%PORTDOCS%%share/examples/oases/tloss/framtld.dat
%%PORTDOCS%%share/examples/oases/tloss/framtlp.dat
%%PORTDOCS%%share/examples/oases/tloss/framtlr.dat
%%PORTDOCS%%share/examples/oases/tloss/framtlzc.dat
%%PORTDOCS%%share/examples/oases/tloss/free.dat
%%PORTDOCS%%share/examples/oases/tloss/fv.dat
%%PORTDOCS%%share/examples/oases/tloss/home.dat
%%PORTDOCS%%share/examples/oases/tloss/ice.dat
%%PORTDOCS%%share/examples/oases/tloss/icea.dat
%%PORTDOCS%%share/examples/oases/tloss/icetl.dat
%%PORTDOCS%%share/examples/oases/tloss/ideal.dat
%%PORTDOCS%%share/examples/oases/tloss/ideal_h.dat
%%PORTDOCS%%share/examples/oases/tloss/ideal_p.dat
%%PORTDOCS%%share/examples/oases/tloss/ideal_v.dat
%%PORTDOCS%%share/examples/oases/tloss/ideali.dat
%%PORTDOCS%%share/examples/oases/tloss/jim.dat
%%PORTDOCS%%share/examples/oases/tloss/jim1.dat
%%PORTDOCS%%share/examples/oases/tloss/jim2.dat
%%PORTDOCS%%share/examples/oases/tloss/kargl.dat
%%PORTDOCS%%share/examples/oases/tloss/kargla.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_c.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_f.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_free.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_free_av.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_i.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_i_c.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_ice.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_ice_av.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_s.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_smooth.dat
%%PORTDOCS%%share/examples/oases/tloss/klp_smooth_av.dat
%%PORTDOCS%%share/examples/oases/tloss/lamp100d.dat
%%PORTDOCS%%share/examples/oases/tloss/lamp100i.dat
%%PORTDOCS%%share/examples/oases/tloss/lamp100x.dat
%%PORTDOCS%%share/examples/oases/tloss/lm.dat
%%PORTDOCS%%share/examples/oases/tloss/lms.dat
%%PORTDOCS%%share/examples/oases/tloss/mike.dat
%%PORTDOCS%%share/examples/oases/tloss/mike93.dat
%%PORTDOCS%%share/examples/oases/tloss/mike93_30.dat
%%PORTDOCS%%share/examples/oases/tloss/mike93s.dat
%%PORTDOCS%%share/examples/oases/tloss/mike_biot.dat
%%PORTDOCS%%share/examples/oases/tloss/mike_biot_2.dat
%%PORTDOCS%%share/examples/oases/tloss/mike_biot_c.dat
%%PORTDOCS%%share/examples/oases/tloss/mikeav.dat
%%PORTDOCS%%share/examples/oases/tloss/mikes.dat
%%PORTDOCS%%share/examples/oases/tloss/miket.dat
%%PORTDOCS%%share/examples/oases/tloss/mom1.dat
%%PORTDOCS%%share/examples/oases/tloss/monterey.dat
%%PORTDOCS%%share/examples/oases/tloss/nrl_gen.dat
%%PORTDOCS%%share/examples/oases/tloss/ole1.dat
%%PORTDOCS%%share/examples/oases/tloss/ole2.dat
%%PORTDOCS%%share/examples/oases/tloss/ole3.dat
%%PORTDOCS%%share/examples/oases/tloss/ole4.dat
%%PORTDOCS%%share/examples/oases/tloss/ole5.dat
%%PORTDOCS%%share/examples/oases/tloss/ole6.dat
%%PORTDOCS%%share/examples/oases/tloss/ole7.dat
%%PORTDOCS%%share/examples/oases/tloss/ole8.dat
%%PORTDOCS%%share/examples/oases/tloss/pade.dat
%%PORTDOCS%%share/examples/oases/tloss/pade_1.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeris.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeris2.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeris2i.dat
%%PORTDOCS%%share/examples/oases/tloss/pekerisi.dat
%%PORTDOCS%%share/examples/oases/tloss/pekerisia.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeriss.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeriss2.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeriss2i.dat
%%PORTDOCS%%share/examples/oases/tloss/pekeriss3.dat
%%PORTDOCS%%share/examples/oases/tloss/pierre1.dat
%%PORTDOCS%%share/examples/oases/tloss/pierre_d.dat
%%PORTDOCS%%share/examples/oases/tloss/pipe.dat
%%PORTDOCS%%share/examples/oases/tloss/poro_half-1.dat
%%PORTDOCS%%share/examples/oases/tloss/psamp.dat
%%PORTDOCS%%share/examples/oases/tloss/psamp1.dat
%%PORTDOCS%%share/examples/oases/tloss/psamp2.dat
%%PORTDOCS%%share/examples/oases/tloss/psamp3.dat
%%PORTDOCS%%share/examples/oases/tloss/ptrunc.dat
%%PORTDOCS%%share/examples/oases/tloss/ptrunc1.dat
%%PORTDOCS%%share/examples/oases/tloss/ptrunc2.dat
%%PORTDOCS%%share/examples/oases/tloss/ptrunc3.dat
%%PORTDOCS%%share/examples/oases/tloss/rc.dat
%%PORTDOCS%%share/examples/oases/tloss/rc_a.dat
%%PORTDOCS%%share/examples/oases/tloss/rigid.dat
%%PORTDOCS%%share/examples/oases/tloss/ruth.dat
%%PORTDOCS%%share/examples/oases/tloss/ruth_a.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1_biot.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1a.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1f.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1p.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip1ti.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip2.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip2a.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3_biot.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3_iso.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3a.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3p-1.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3p-2.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3p.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip3x.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip4.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip4a.dat
%%PORTDOCS%%share/examples/oases/tloss/saffip5.dat
%%PORTDOCS%%share/examples/oases/tloss/saffipx.dat
%%PORTDOCS%%share/examples/oases/tloss/sg1.dat
%%PORTDOCS%%share/examples/oases/tloss/shiptlz.dat
%%PORTDOCS%%share/examples/oases/tloss/shiptlz1.dat
%%PORTDOCS%%share/examples/oases/tloss/shiptlz2.dat
%%PORTDOCS%%share/examples/oases/tloss/sinfm.dat
%%PORTDOCS%%share/examples/oases/tloss/sinfmc.dat
%%PORTDOCS%%share/examples/oases/tloss/spiesb.dat
%%PORTDOCS%%share/examples/oases/tloss/t1.dat
%%PORTDOCS%%share/examples/oases/tloss/tdip.dat
%%PORTDOCS%%share/examples/oases/tloss/temmllr.dat
%%PORTDOCS%%share/examples/oases/tloss/temmllrtl.dat
%%PORTDOCS%%share/examples/oases/tloss/test.dat
%%PORTDOCS%%share/examples/oases/tloss/test_pade.dat
%%PORTDOCS%%share/examples/oases/tloss/texp.dat
%%PORTDOCS%%share/examples/oases/tloss/ti.dat
%%PORTDOCS%%share/examples/oases/tloss/tirtl.dat
%%PORTDOCS%%share/examples/oases/tloss/tmom.dat
%%PORTDOCS%%share/examples/oases/tloss/tomo50.dat
%%PORTDOCS%%share/examples/oases/tloss/tomof.dat
%%PORTDOCS%%share/examples/oases/tloss/trc.dat
%%PORTDOCS%%share/examples/oases/tloss/ttrc.dat
%%PORTDOCS%%share/examples/oases/tloss/var.dat
%%PORTDOCS%%share/examples/oases/tloss/var.src
%%PORTDOCS%%share/examples/oases/tloss/whales.dat
%%PORTDOCS%%share/examples/oases/tloss/whales10.dat
%%PORTDOCS%%share/examples/oases/tloss/whales5.dat
%%PORTDOCS%%share/examples/oases/tloss/woojae.dat
%%PORTDOCS%%share/examples/oases/tloss/x.dat
%%PORTDOCS%%share/examples/oases/tloss/x1.dat
%%PORTDOCS%%share/examples/oases/tloss/x2.dat
%%PORTDOCS%%share/examples/oases/tloss/x3.dat
%%PORTDOCS%%share/examples/oases/tloss/xa.dat
%%PORTDOCS%%share/examples/oases/tloss/xb.dat
%%PORTDOCS%%share/examples/oases/tloss/xt.dat
%%PORTDOCS%%share/examples/oases/tloss/y.dat
%%PORTDOCS%%share/examples/oases/volume/av_image.m
%%PORTDOCS%%share/examples/oases/volume/beam_5k.m
%%PORTDOCS%%share/examples/oases/volume/crit_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/crit_scat.dat
%%PORTDOCS%%share/examples/oases/volume/demod.m
%%PORTDOCS%%share/examples/oases/volume/grad_5k.m
%%PORTDOCS%%share/examples/oases/volume/grad_5k_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/grad_5k_scat.dat
%%PORTDOCS%%share/examples/oases/volume/hla.m
%%PORTDOCS%%share/examples/oases/volume/im_create.m
%%PORTDOCS%%share/examples/oases/volume/imag_file.m
%%PORTDOCS%%share/examples/oases/volume/image_plot.m
%%PORTDOCS%%share/examples/oases/volume/iso_5k_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/iso_5k_scat.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_1.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_10.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_11.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_12.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_13.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_14.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_15.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_16.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_2.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_3.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_4.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_5.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_6.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_7.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_8.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_9.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/iso_rgh_scat.dat
%%PORTDOCS%%share/examples/oases/volume/iso_sub_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/iso_sub_scat.dat
%%PORTDOCS%%share/examples/oases/volume/iso_vol_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/iso_vol_scat.dat
%%PORTDOCS%%share/examples/oases/volume/oases_movie.m
%%PORTDOCS%%share/examples/oases/volume/rgh_5k.m
%%PORTDOCS%%share/examples/oases/volume/rgh_5k_scat.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_old.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_p_iso.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_p_iso_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_p_iso_scat.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_rhs_klp.dat
%%PORTDOCS%%share/examples/oases/volume/rgh_scat.dat
%%PORTDOCS%%share/examples/oases/volume/tbes.m
%%PORTDOCS%%share/examples/oases/volume/test3.m
%%PORTDOCS%%share/examples/oases/volume/test_bi.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi0.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_2.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_20.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_2_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_3.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_3_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_bi_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_1.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_2.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_3.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_4.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_5.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_6.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_7.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_8.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_grad_scat.dat
%%PORTDOCS%%share/examples/oases/volume/test_p_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_p_scat.dat
%%PORTDOCS%%share/examples/oases/volume/test_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/test_scat.dat
%%PORTDOCS%%share/examples/oases/volume/vla.m
%%PORTDOCS%%share/examples/oases/volume/vol_p_iso.dat
%%PORTDOCS%%share/examples/oases/volume/vol_p_iso_scat.dat
%%PORTDOCS%%share/examples/oases/volume/vol_p_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/vol_p_scat.dat
%%PORTDOCS%%share/examples/oases/volume/vol_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/vol_scat.dat
%%PORTDOCS%%share/examples/oases/volume/vol_test_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/vol_test_scat.dat
%%PORTDOCS%%share/examples/oases/volume/wg_1.dat
%%PORTDOCS%%share/examples/oases/volume/wg_2.dat
%%PORTDOCS%%share/examples/oases/volume/wg_3.dat
%%PORTDOCS%%share/examples/oases/volume/wg_4.dat
%%PORTDOCS%%share/examples/oases/volume/wg_5.dat
%%PORTDOCS%%share/examples/oases/volume/wg_6.dat
%%PORTDOCS%%share/examples/oases/volume/wg_7.dat
%%PORTDOCS%%share/examples/oases/volume/wg_8.dat
%%PORTDOCS%%share/examples/oases/volume/wg_grad_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/wg_grad_vol_scat.dat
%%PORTDOCS%%share/examples/oases/volume/wg_old.dat
%%PORTDOCS%%share/examples/oases/volume/wg_p_test_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/wg_p_test_scat.dat
%%PORTDOCS%%share/examples/oases/volume/wg_rgh.m
%%PORTDOCS%%share/examples/oases/volume/wg_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/wg_scat.dat
%%PORTDOCS%%share/examples/oases/volume/wg_test_rhs.dat
%%PORTDOCS%%share/examples/oases/volume/wg_test_scat.dat
%%PORTDOCS%%share/examples/oases/volume/wg_vol.m
%%PORTDOCS%%share/examples/oases/volume/x.dat
%%PORTDOCS%%share/examples/oases/volume/x.in
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/av_rgh.sh
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/av_rgh_6-7.sh
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/aviso.sh
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso1.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso1_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso2.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso2_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso3.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso3_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso4.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso4_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso5.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso5_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso6.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso6_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso7.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_rgh/rgh_c_iso7_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/av_vol.sh
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/aviso.sh
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/vol_c_iso4.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/vol_c_iso4_scat.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/vol_c_iso6.dat
%%PORTDOCS%%share/examples/oases/volume/scenarios_vol/vol_c_iso6_scat.dat
%%PORTDOCS%%@dirrm share/examples/oases/volume/scenarios_vol
%%PORTDOCS%%@dirrm share/examples/oases/volume/scenarios_rgh
%%PORTDOCS%%@dirrm share/examples/oases/volume
%%PORTDOCS%%@dirrm share/examples/oases/tloss
%%PORTDOCS%%@dirrm share/examples/oases/scatp
%%PORTDOCS%%@dirrm share/examples/oases/scat
%%PORTDOCS%%@dirrm share/examples/oases/rdpulse
%%PORTDOCS%%@dirrm share/examples/oases/rdloss
%%PORTDOCS%%@dirrm share/examples/oases/rd_test
%%PORTDOCS%%@dirrm share/examples/oases/rcoef
%%PORTDOCS%%@dirrm share/examples/oases/pulse
%%PORTDOCS%%@dirrm share/examples/oases/noise
%%PORTDOCS%%@dirrm share/examples/oases/mfp_geo
%%PORTDOCS%%@dirrm share/examples/oases/mfp
%%PORTDOCS%%@dirrm share/examples/oases
%%PORTDOCS%%@dirrm share/doc/oases/figs
%%PORTDOCS%%@dirrm share/doc/oases