aboutsummaryrefslogtreecommitdiff
path: root/science/afni/pkg-plist
blob: f2df2d3585b1d5650d6523d07aa2697b4e64cc9c (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
@comment Generated by ports-mgmt/genplist
bin/1dAstrip
bin/1dBandpass
bin/1dBport
bin/1dCorrelate
bin/1dFlagMotion
bin/1dGC.R
bin/1dMarry
bin/1dRplot
bin/1dRplot.R
bin/1dSEM
bin/1dSEMr.R
bin/1dSVAR.R
bin/1dTsort
bin/1dUpsample
bin/1d_tool.py
bin/1dcat
bin/1ddot
bin/1deval
bin/1dfft
bin/1dgenARMA11
bin/1dgrayplot
bin/1dmatcalc
bin/1dnorm
bin/1dplot
bin/1dsum
bin/1dsvd
bin/1dtranspose
bin/24swap
bin/2dImReg
bin/2swap
bin/3dABoverlap
bin/3dAFNIto3D
bin/3dAFNItoANALYZE
bin/3dAFNItoMINC
bin/3dAFNItoNIFTI
bin/3dAFNItoNIML
bin/3dAFNItoRaw
bin/3dANALYZEtoAFNI
bin/3dANOVA
bin/3dANOVA2
bin/3dANOVA3
bin/3dAcost
bin/3dAllineate
bin/3dAnatNudge
bin/3dAnhist
bin/3dAttribute
bin/3dAutoTcorrelate
bin/3dAutobox
bin/3dAutomask
bin/3dBRAIN_VOYAGERtoAFNI
bin/3dBandpass
bin/3dBlurInMask
bin/3dBlurToFWHM
bin/3dBrickStat
bin/3dCM
bin/3dCRUISEtoAFNI
bin/3dClipLevel
bin/3dClustBust
bin/3dClustSim
bin/3dConvolve
bin/3dCountSpikes
bin/3dDFT
bin/3dDTeig
bin/3dDTtoDWI
bin/3dDWItoDT
bin/3dDeconvolve
bin/3dDeconvolve_f
bin/3dDespike
bin/3dDetrend
bin/3dEmpty
bin/3dEntropy
bin/3dErrtsCormat
bin/3dExtrema
bin/3dFDR
bin/3dFFT
bin/3dFWHM
bin/3dFWHMx
bin/3dFourier
bin/3dFriedman
bin/3dGC.R
bin/3dGenPriors
bin/3dGetrow
bin/3dGroupInCorr
bin/3dICA.R
bin/3dICC.R
bin/3dICC_REML.R
bin/3dIntracranial
bin/3dInvFMRI
bin/3dKS.R
bin/3dKruskalWallis
bin/3dLME.R
bin/3dLRflip
bin/3dLSS
bin/3dLocalBistat
bin/3dLocalPV
bin/3dLocalSVD
bin/3dLocalstat
bin/3dMEMA
bin/3dMEMA.R
bin/3dMINCtoAFNI
bin/3dMannWhitney
bin/3dMaskToASCII
bin/3dMax
bin/3dMean
bin/3dMedianFilter
bin/3dNLfim
bin/3dNormalityTest
bin/3dNotes
bin/3dNwarpApply
bin/3dNwarpCalc
bin/3dOverlap
bin/3dPAR2AFNI.pl
bin/3dPeriodogram
bin/3dPolyfit
bin/3dREMLfit
bin/3dROIstats
bin/3dRank
bin/3dRegAna
bin/3dRetinoPhase
bin/3dRowFillin
bin/3dSeg
bin/3dSetupGroupInCorr
bin/3dSignatures
bin/3dSignatures.R
bin/3dSkullStrip
bin/3dSpatNorm
bin/3dStatClust
bin/3dSurf2Vol
bin/3dSurfMask
bin/3dSynthesize
bin/3dTSgen
bin/3dTagalign
bin/3dTcat
bin/3dTcorr1D
bin/3dTcorrMap
bin/3dTcorrelate
bin/3dTfitter
bin/3dThreetoRGB
bin/3dTnorm
bin/3dToutcount
bin/3dTqual
bin/3dTshift
bin/3dTsmooth
bin/3dTsort
bin/3dTstat
bin/3dTwotoComplex
bin/3dUndump
bin/3dUniformize
bin/3dUpsample
bin/3dVol2Surf
bin/3dWarp
bin/3dWarpDrive
bin/3dWavelets
bin/3dWilcoxon
bin/3dWinsor
bin/3dXYZcat
bin/3dZcat
bin/3dZcutup
bin/3dZeropad
bin/3dZregrid
bin/3danisosmooth
bin/3daxialize
bin/3dbuc2fim
bin/3dbucket
bin/3dcalc
bin/3dclust
bin/3dcopy
bin/3ddelay
bin/3ddot
bin/3ddup
bin/3dedge3
bin/3dfim
bin/3dfim+
bin/3dfractionize
bin/3dhistog
bin/3dinfill
bin/3dinfo
bin/3dkmeans
bin/3dmaskSVD
bin/3dmaskave
bin/3dmaskdump
bin/3dmatcalc
bin/3dmatmult
bin/3dmaxima
bin/3dmerge
bin/3dnewid
bin/3dnoise
bin/3dnvals
bin/3dpc
bin/3dproject
bin/3drefit
bin/3drename
bin/3dresample
bin/3dretroicor
bin/3drotate
bin/3dsvm
bin/3dttest
bin/3dttest++
bin/3dvolreg
bin/4swap
bin/@1dDiffMag
bin/@2dwarper
bin/@2dwarper.Allin
bin/@4Daverage
bin/@ANATICOR
bin/@AddEdge
bin/@AfniEnv
bin/@AfniOrient2RAImap
bin/@AfniOrientSign
bin/@Align_Centers
bin/@Atlasize
bin/@Center_Distance
bin/@CheckForAfniDset
bin/@CommandGlobb
bin/@DO.examples
bin/@DTI_studio_reposition
bin/@DeblankFileNames
bin/@DiceMetric
bin/@DoPerRoi.py
bin/@DriveAfni
bin/@DriveSuma
bin/@ElectroGrid
bin/@FS_roi_label
bin/@FSlabel2dset
bin/@FindAfniDsetPath
bin/@FromRAI
bin/@FullPath
bin/@GetAfniBin
bin/@GetAfniDims
bin/@GetAfniID
bin/@GetAfniOrient
bin/@GetAfniPrefix
bin/@GetAfniRes
bin/@GetAfniView
bin/@Install_InstaCorr_Demo
bin/@IsoMasks
bin/@MakeLabelTable
bin/@NoExt
bin/@NoPound
bin/@NoisySkullStrip
bin/@Purify_1D
bin/@Quiet_Talkers
bin/@ROI_Corr_Mat
bin/@R_funclist
bin/@RenamePanga
bin/@Reorder
bin/@RetinoProc
bin/@SUMA_AlignToExperiment
bin/@SUMA_FSvolToBRIK
bin/@SUMA_Make_Spec_Caret
bin/@SUMA_Make_Spec_FS
bin/@SUMA_Make_Spec_SF
bin/@ScaleVolume
bin/@ScriptCheck
bin/@Shift_Volume
bin/@ShowDynamicRange
bin/@Spharm.examples
bin/@SurfSmooth.HEAT_07.examples
bin/@TimeDiff
bin/@ToRAI
bin/@UpdateAfni
bin/@VolCenter
bin/@align_partial_oblique
bin/@auto_align
bin/@auto_tlrc
bin/@build_afni_Xlib
bin/@clean_help_dir
bin/@clip_volume
bin/@demo_prompt
bin/@escape-
bin/@fast_roi
bin/@fix_FSsphere
bin/@float_fix
bin/@global_parse
bin/@help.AFNI
bin/@isOblique
bin/@make_plug_diff
bin/@make_stim_file
bin/@np
bin/@parse_afni_name
bin/@parse_name
bin/@radial_correlate
bin/@statauxcode
bin/@update.afni.binaries
bin/AFNI_Batch_R
bin/AFNI_atlas_spaces.niml
bin/AFNIio.R
bin/AFNIplot.R
bin/AlphaSim
bin/AnalyzeTrace
bin/CompareSurfaces
bin/ConvertDset
bin/ConvertSurface
bin/ConvexHull
bin/CreateIcosahedron
bin/DTIStudioFibertoSegments
bin/Dimon
bin/DriveSuma
bin/ExamineXmat
bin/ExamineXmat.R
bin/FD2
bin/FSread_annot
bin/Ifile
bin/IsoSurface
bin/Level2.R
bin/MakeColorMap
bin/MapIcosahedron
bin/ParseName
bin/ROI2dataset
bin/ROIgrow
bin/RSFgen
bin/SUMA_glxdino
bin/SUMA_paperplane
bin/SUMA_pixmap2eps
bin/SampBias
bin/ScaleToMap
bin/Signatures.R
bin/SpharmDeco
bin/SpharmReco
bin/Surf2VolCoord
bin/SurfClust
bin/SurfDist
bin/SurfDsetInfo
bin/SurfExtrema
bin/SurfFWHM
bin/SurfInfo
bin/SurfMeasures
bin/SurfPatch
bin/SurfQual
bin/SurfRetinoMap
bin/SurfSmooth
bin/SurfToSurf
bin/SurfaceMetrics
bin/Vecwarp
bin/Xphace
bin/adwarp
bin/afni
bin/afni_abut
bin/afni_base.py
bin/afni_history
bin/afni_proc.py
bin/afni_run_R
bin/afni_util.py
bin/afni_vcheck
bin/afni_xmat.py
bin/aiv
bin/align_epi_anat.py
bin/apsearch
bin/ask_me.py
bin/byteorder
bin/cat_matvec
bin/ccalc
bin/count
bin/db_mod.py
bin/demo.fixed.niml.do
bin/demo.mobile.niml.do
bin/dicom_hdr
bin/dicom_hinfo
bin/dicom_to_raw
bin/eg_main_chrono.py
bin/ent16
bin/fdrval
bin/fftest
bin/file_tool
bin/fim2
bin/float_scan
bin/from3d
bin/ftosh
bin/ge_header
bin/gen_epi_review.py
bin/gen_group_command.py
bin/gen_ss_review_scripts.py
bin/gui_uber_align_test.py
bin/gui_uber_skel.py
bin/gui_uber_subj.py
bin/gui_uber_ttest.py
bin/gui_xmat.py
bin/im2niml
bin/imand
bin/imaver
bin/imcalc
bin/imcat
bin/imcutup
bin/imdump
bin/immask
bin/imreg
bin/imrotate
bin/imstack
bin/imstat
bin/imupsam
bin/inspec
bin/lib_RR_plot.py
bin/lib_afni1D.py
bin/lib_matplot.py
bin/lib_qt_gui.py
bin/lib_realtime.py
bin/lib_subjects.py
bin/lib_surf_clustsim.py
bin/lib_textdata.py
bin/lib_timing.py
bin/lib_uber_align.py
bin/lib_uber_skel.py
bin/lib_uber_subject.py
bin/lib_uber_ttest.py
bin/lib_wx.py
bin/lpc_align.py
bin/make_pq_script.py
bin/make_random_timing.py
bin/make_stim_times.py
bin/mayo_analyze
bin/module_test_lib.py
bin/mritopgm
bin/myget
bin/neuro_deconvolve.py
bin/nicat
bin/niccc
bin/nifti1_test
bin/nifti_tool
bin/niml_feedme
bin/nsize
bin/option_list.py
bin/plugout_drive
bin/plugout_ijk
bin/plugout_tt
bin/plugout_tta
bin/prompt_user
bin/python_module_test.py
bin/quick.alpha.vals.py
bin/quickspec
bin/realtime_receiver.py
bin/rmz
bin/rotcom
bin/rtfeedme
bin/serial_helper
bin/sfim
bin/siemens_vision
bin/slow_surf_clustsim.py
bin/smooth.R
bin/sqwave
bin/strblast
bin/suma
bin/suma_change_spec
bin/tfim
bin/timing_tool.py
bin/to3d
bin/uber_align_test.py
bin/uber_proc.py
bin/uber_skel.py
bin/uber_subject.py
bin/uber_ttest.py
bin/ui_xmat.py
bin/waver
bin/whereami
bin/xmat_tool.py
etc/mri/afni.cshrc
etc/mri/afni.profile
include/afni/3ddata.h
include/afni/AFNI_label.h
include/afni/Amalloc.h
include/afni/afni_environ.h
include/afni/afni_suma.h
include/afni/afni_warp.h
include/afni/coxplot.h
include/afni/cs.h
include/afni/cs_sort_template.h
include/afni/debugtrace.h
include/afni/editvol.h
include/afni/eispack.h
include/afni/f2c.h
include/afni/killer.h
include/afni/list_struct.h
include/afni/machdep.h
include/afni/mcw_glob.h
include/afni/mcw_malloc.h
include/afni/mri_dicom_stuff.h
include/afni/mri_warpfield.h
include/afni/mrilib.h
include/afni/multivector.h
include/afni/nifti1.h
include/afni/nifti1_io.h
include/afni/nifticdf.h
include/afni/niml.h
include/afni/r_idisp.h
include/afni/r_misc.h
include/afni/r_new_resam_dset.h
include/afni/tagset.h
include/afni/thd_compress.h
include/afni/thd_iochan.h
include/afni/thd_maker.h
include/afni/vecmat.h
include/afni/vol2surf.h
include/afni/volpack.h
include/afni/znzlib.h
lib/afni/R_io.so
lib/afni/libGLws.a
lib/afni/libSUMA.a
lib/afni/libcoxplot.a
lib/afni/libmri.a
lib/afni/libmrix.a
lib/afni/libvolpack.a
lib/afni/model_beta.so
lib/afni/model_constant.so
lib/afni/model_conv_diffgamma.so
lib/afni/model_convgamma.so
lib/afni/model_convgamma2a.so
lib/afni/model_demri_3.so
lib/afni/model_diffexp.so
lib/afni/model_diffusion.so
lib/afni/model_exp.so
lib/afni/model_expMEMRI.so
lib/afni/model_expMEMRI3.so
lib/afni/model_expr2.so
lib/afni/model_gammavar.so
lib/afni/model_linear.so
lib/afni/model_linplusort.so
lib/afni/model_michaelis_menton.so
lib/afni/model_null.so
lib/afni/model_quadratic.so
lib/afni/model_sinewave_ap.so
lib/afni/model_sinewave_apf.so
lib/afni/model_squarewave_ap.so
lib/afni/model_squarewave_apf.so
lib/afni/model_trnglwave_ap.so
lib/afni/model_trnglwave_apf.so
lib/afni/model_zero.so
lib/afni/plug_3Ddump_V2.so
lib/afni/plug_3ddot.so
lib/afni/plug_3ddup.so
lib/afni/plug_3dsvm.so
lib/afni/plug_4Ddump.so
lib/afni/plug_L1fit.so
lib/afni/plug_afnihistory.so
lib/afni/plug_aslA3D3.so
lib/afni/plug_betafit.so
lib/afni/plug_clust.so
lib/afni/plug_compress.so
lib/afni/plug_coorder.so
lib/afni/plug_copy.so
lib/afni/plug_crender.so
lib/afni/plug_deconvolve.so
lib/afni/plug_delay_V2.so
lib/afni/plug_drawdset.so
lib/afni/plug_edit.so
lib/afni/plug_extract.so
lib/afni/plug_fourier.so
lib/afni/plug_hemisub.so
lib/afni/plug_histog.so
lib/afni/plug_histog_multi.so
lib/afni/plug_imreg.so
lib/afni/plug_lsqfit.so
lib/afni/plug_maskave.so
lib/afni/plug_maskcalc.so
lib/afni/plug_maxima.so
lib/afni/plug_nlfit.so
lib/afni/plug_notes.so
lib/afni/plug_nth_dataset.so
lib/afni/plug_nudge.so
lib/afni/plug_permtest.so
lib/afni/plug_power.so
lib/afni/plug_realtime.so
lib/afni/plug_rename.so
lib/afni/plug_render.so
lib/afni/plug_reorder.so
lib/afni/plug_retroicor.so
lib/afni/plug_roiedit.so
lib/afni/plug_roiplot.so
lib/afni/plug_scatplot.so
lib/afni/plug_second_dataset.so
lib/afni/plug_stats.so
lib/afni/plug_stavg.so
lib/afni/plug_tag.so
lib/afni/plug_threshold.so
lib/afni/plug_ttget.so
lib/afni/plug_vol2surf.so
lib/afni/plug_volreg.so
lib/afni/plug_wavelets.so
lib/afni/plug_zeropad.so
man/man1/afni.1.gz
%%DATADIR%%/AFNI.afnirc
%%DATADIR%%/AFNI.sumarc
%%DATADIR%%/Dist_Stamp
%%DATADIR%%/Readme_dist
%%DATADIR%%/TT_N27+tlrc.BRIK.gz
%%DATADIR%%/TT_N27+tlrc.HEAD
%%DATADIR%%/TT_N27_CA_EZ_MPM+tlrc.BRIK.gz
%%DATADIR%%/TT_N27_CA_EZ_MPM+tlrc.HEAD
%%DATADIR%%/TT_N27_CA_EZ_PMaps+tlrc.BRIK.gz
%%DATADIR%%/TT_N27_CA_EZ_PMaps+tlrc.HEAD
%%DATADIR%%/TT_N27_EZ_LR+tlrc.BRIK.gz
%%DATADIR%%/TT_N27_EZ_LR+tlrc.HEAD
%%DATADIR%%/TT_N27_EZ_ML+tlrc.BRIK.gz
%%DATADIR%%/TT_N27_EZ_ML+tlrc.HEAD
%%DATADIR%%/TTatlas+tlrc.BRIK.gz
%%DATADIR%%/TTatlas+tlrc.HEAD
%%DATADIR%%/afnigui.html
%%DATADIR%%/afnigui_cursor1030.jpg
%%DATADIR%%/afnigui_cursor1100.jpg
%%DATADIR%%/afnigui_logo.jpg
%%DATADIR%%/funstuff/face_7Tesla.jpg
%%DATADIR%%/funstuff/face_AuroraRamos.jpg
%%DATADIR%%/funstuff/face_CassieK.jpg
%%DATADIR%%/funstuff/face_ElyseM.jpg
%%DATADIR%%/funstuff/face_ElyseNLucas.jpg
%%DATADIR%%/funstuff/face_EnDem.jpg
%%DATADIR%%/funstuff/face_JimEliassen.jpg
%%DATADIR%%/funstuff/face_JohannaBaas.jpg
%%DATADIR%%/funstuff/face_PhilippeGoldin.jpg
%%DATADIR%%/funstuff/face_SalloumJB.jpg
%%DATADIR%%/funstuff/face_TracyJill.jpg
%%DATADIR%%/funstuff/face_UnalSakoglu.jpg
%%DATADIR%%/funstuff/face_ZangYF.jpg
%%DATADIR%%/funstuff/face_aclark.jpg
%%DATADIR%%/funstuff/face_adij_mannheim.jpg
%%DATADIR%%/funstuff/face_afniman.jpg
%%DATADIR%%/funstuff/face_afnitengwar.jpg
%%DATADIR%%/funstuff/face_afnitree.jpg
%%DATADIR%%/funstuff/face_agoldman.jpg
%%DATADIR%%/funstuff/face_agotts.jpg
%%DATADIR%%/funstuff/face_ahammett.jpg
%%DATADIR%%/funstuff/face_alexandrakofinis.jpg
%%DATADIR%%/funstuff/face_alexmartin.jpg
%%DATADIR%%/funstuff/face_alexmartin2.jpg
%%DATADIR%%/funstuff/face_aliceh.jpg
%%DATADIR%%/funstuff/face_anewmanetal.jpg
%%DATADIR%%/funstuff/face_anugent.jpg
%%DATADIR%%/funstuff/face_asanders.jpg
%%DATADIR%%/funstuff/face_ashackman.jpg
%%DATADIR%%/funstuff/face_athomas.jpg
%%DATADIR%%/funstuff/face_avovk.jpg
%%DATADIR%%/funstuff/face_aysesaygin.jpg
%%DATADIR%%/funstuff/face_babyleopard.jpg
%%DATADIR%%/funstuff/face_bandettini.jpg
%%DATADIR%%/funstuff/face_barbaracd.jpg
%%DATADIR%%/funstuff/face_bargall.jpg
%%DATADIR%%/funstuff/face_bea.jpg
%%DATADIR%%/funstuff/face_becky.jpg
%%DATADIR%%/funstuff/face_benpaul.jpg
%%DATADIR%%/funstuff/face_blamlab.jpg
%%DATADIR%%/funstuff/face_bmcnamee.jpg
%%DATADIR%%/funstuff/face_bodurka.jpg
%%DATADIR%%/funstuff/face_bprogers.jpg
%%DATADIR%%/funstuff/face_brianna.jpg
%%DATADIR%%/funstuff/face_bridget.jpg
%%DATADIR%%/funstuff/face_brodmann.jpg
%%DATADIR%%/funstuff/face_browndyke.jpg
%%DATADIR%%/funstuff/face_camposanto.jpg
%%DATADIR%%/funstuff/face_carol.jpg
%%DATADIR%%/funstuff/face_cbikle.jpg
%%DATADIR%%/funstuff/face_cckung.jpg
%%DATADIR%%/funstuff/face_ccss.jpg
%%DATADIR%%/funstuff/face_chiaraBagnato.jpg
%%DATADIR%%/funstuff/face_chinesegargoyle.jpg
%%DATADIR%%/funstuff/face_claudio.jpg
%%DATADIR%%/funstuff/face_cmoritz.jpg
%%DATADIR%%/funstuff/face_cmyers.jpg
%%DATADIR%%/funstuff/face_connorbandettini.jpg
%%DATADIR%%/funstuff/face_coxchinese.jpg
%%DATADIR%%/funstuff/face_craigstark.jpg
%%DATADIR%%/funstuff/face_cscholl.jpg
%%DATADIR%%/funstuff/face_csenior.jpg
%%DATADIR%%/funstuff/face_cwettig.jpg
%%DATADIR%%/funstuff/face_cyruseierud.jpg
%%DATADIR%%/funstuff/face_cyruss.jpg
%%DATADIR%%/funstuff/face_damiano.jpg
%%DATADIR%%/funstuff/face_dante.jpg
%%DATADIR%%/funstuff/face_daveperlman.jpg
%%DATADIR%%/funstuff/face_desmondoathes.jpg
%%DATADIR%%/funstuff/face_dglen.jpg
%%DATADIR%%/funstuff/face_dharol.jpg
%%DATADIR%%/funstuff/face_drewbeauchamp.jpg
%%DATADIR%%/funstuff/face_dylanwagner.jpg
%%DATADIR%%/funstuff/face_einstein.jpg
%%DATADIR%%/funstuff/face_eli.jpg
%%DATADIR%%/funstuff/face_emidan.jpg
%%DATADIR%%/funstuff/face_erikchang.jpg
%%DATADIR%%/funstuff/face_erinskinner.jpg
%%DATADIR%%/funstuff/face_ernv.jpg
%%DATADIR%%/funstuff/face_estein2.jpg
%%DATADIR%%/funstuff/face_eteoh.jpg
%%DATADIR%%/funstuff/face_faustalui.jpg
%%DATADIR%%/funstuff/face_fireball.jpg
%%DATADIR%%/funstuff/face_ftam.jpg
%%DATADIR%%/funstuff/face_gaj.jpg
%%DATADIR%%/funstuff/face_gambero.jpg
%%DATADIR%%/funstuff/face_gangchen.jpg
%%DATADIR%%/funstuff/face_gaudi.jpg
%%DATADIR%%/funstuff/face_gaurav.jpg
%%DATADIR%%/funstuff/face_gganis.jpg
%%DATADIR%%/funstuff/face_ggiulietti.jpg
%%DATADIR%%/funstuff/face_ginnie.jpg
%%DATADIR%%/funstuff/face_ginnieA.jpg
%%DATADIR%%/funstuff/face_ginnieB.jpg
%%DATADIR%%/funstuff/face_glarkin.jpg
%%DATADIR%%/funstuff/face_goldenmummy.jpg
%%DATADIR%%/funstuff/face_gosia3.jpg
%%DATADIR%%/funstuff/face_gpagnoni.jpg
%%DATADIR%%/funstuff/face_grant.jpg
%%DATADIR%%/funstuff/face_guidon.jpg
%%DATADIR%%/funstuff/face_hamepark.jpg
%%DATADIR%%/funstuff/face_hanbing.jpg
%%DATADIR%%/funstuff/face_hang_joon_jo.jpg
%%DATADIR%%/funstuff/face_hangjoon.jpg
%%DATADIR%%/funstuff/face_hangjoon_ismrm.jpg
%%DATADIR%%/funstuff/face_hanlon.jpg
%%DATADIR%%/funstuff/face_heekeren.jpg
%%DATADIR%%/funstuff/face_hjjo2.jpg
%%DATADIR%%/funstuff/face_hoffmangobbini.jpg
%%DATADIR%%/funstuff/face_houstonbull.jpg
%%DATADIR%%/funstuff/face_ibitter.jpg
%%DATADIR%%/funstuff/face_ilevy.jpg
%%DATADIR%%/funstuff/face_imukai.jpg
%%DATADIR%%/funstuff/face_iordanis.jpg
%%DATADIR%%/funstuff/face_isaac.jpg
%%DATADIR%%/funstuff/face_jaehun.jpg
%%DATADIR%%/funstuff/face_jaehun2.jpg
%%DATADIR%%/funstuff/face_jbacon.jpg
%%DATADIR%%/funstuff/face_jbinder.jpg
%%DATADIR%%/funstuff/face_jbjork.jpg
%%DATADIR%%/funstuff/face_jchoi.jpg
%%DATADIR%%/funstuff/face_jenevans.jpg
%%DATADIR%%/funstuff/face_jigokudani.jpg
%%DATADIR%%/funstuff/face_jimhaxby.jpg
%%DATADIR%%/funstuff/face_jkurata.jpg
%%DATADIR%%/funstuff/face_jlisinski.jpg
%%DATADIR%%/funstuff/face_joecal.jpg
%%DATADIR%%/funstuff/face_jongminlee.jpg
%%DATADIR%%/funstuff/face_josie.jpg
%%DATADIR%%/funstuff/face_jskipper.jpg
%%DATADIR%%/funstuff/face_juliet.jpg
%%DATADIR%%/funstuff/face_jweisberg.jpg
%%DATADIR%%/funstuff/face_kastnerlab.jpg
%%DATADIR%%/funstuff/face_kate.jpg
%%DATADIR%%/funstuff/face_kebb.jpg
%%DATADIR%%/funstuff/face_kevinpeter.jpg
%%DATADIR%%/funstuff/face_kkwong.jpg
%%DATADIR%%/funstuff/face_kmurphy.jpg
%%DATADIR%%/funstuff/face_kropella.jpg
%%DATADIR%%/funstuff/face_kschreiber.jpg
%%DATADIR%%/funstuff/face_ksimonyan.jpg
%%DATADIR%%/funstuff/face_kuba.jpg
%%DATADIR%%/funstuff/face_kylesimmons.jpg
%%DATADIR%%/funstuff/face_kylesimmons2.jpg
%%DATADIR%%/funstuff/face_larrylatour.jpg
%%DATADIR%%/funstuff/face_lask.jpg
%%DATADIR%%/funstuff/face_laura.jpg
%%DATADIR%%/funstuff/face_lfrank.jpg
%%DATADIR%%/funstuff/face_lincoln1.jpg
%%DATADIR%%/funstuff/face_lincoln2.jpg
%%DATADIR%%/funstuff/face_lindachao.jpg
%%DATADIR%%/funstuff/face_lindathede.jpg
%%DATADIR%%/funstuff/face_lisaeyler.jpg
%%DATADIR%%/funstuff/face_lizyoder.jpg
%%DATADIR%%/funstuff/face_ljcox.jpg
%%DATADIR%%/funstuff/face_llatour.jpg
%%DATADIR%%/funstuff/face_lmccall.jpg
%%DATADIR%%/funstuff/face_locikidsucsd.jpg
%%DATADIR%%/funstuff/face_lucasglover.jpg
%%DATADIR%%/funstuff/face_lukas.jpg
%%DATADIR%%/funstuff/face_maitalneta.jpg
%%DATADIR%%/funstuff/face_mamann.jpg
%%DATADIR%%/funstuff/face_mamlung.jpg
%%DATADIR%%/funstuff/face_marthabradley.jpg
%%DATADIR%%/funstuff/face_maxwell.jpg
%%DATADIR%%/funstuff/face_mbeauchamp.jpg
%%DATADIR%%/funstuff/face_mbelmonte.jpg
%%DATADIR%%/funstuff/face_mcole.jpg
%%DATADIR%%/funstuff/face_megcrew.jpg
%%DATADIR%%/funstuff/face_melissah.jpg
%%DATADIR%%/funstuff/face_merejane.jpg
%%DATADIR%%/funstuff/face_mgarolera.jpg
%%DATADIR%%/funstuff/face_mkenney.jpg
%%DATADIR%%/funstuff/face_mmaieron.jpg
%%DATADIR%%/funstuff/face_mmk.jpg
%%DATADIR%%/funstuff/face_mmk2.jpg
%%DATADIR%%/funstuff/face_mmk3.jpg
%%DATADIR%%/funstuff/face_mmk4.jpg
%%DATADIR%%/funstuff/face_mmur.jpg
%%DATADIR%%/funstuff/face_mpinsk.jpg
%%DATADIR%%/funstuff/face_mpschroeder.jpg
%%DATADIR%%/funstuff/face_mruppe.jpg
%%DATADIR%%/funstuff/face_mscohen.jpg
%%DATADIR%%/funstuff/face_notspm.jpg
%%DATADIR%%/funstuff/face_omph.jpg
%%DATADIR%%/funstuff/face_patbedard.jpg
%%DATADIR%%/funstuff/face_patziad.jpg
%%DATADIR%%/funstuff/face_pba5.jpg
%%DATADIR%%/funstuff/face_pbdet.jpg
%%DATADIR%%/funstuff/face_pchristidis.jpg
%%DATADIR%%/funstuff/face_peterb.jpg
%%DATADIR%%/funstuff/face_peterkaskan.jpg
%%DATADIR%%/funstuff/face_phineasgage.jpg
%%DATADIR%%/funstuff/face_phoebechan.jpg
%%DATADIR%%/funstuff/face_prowser.jpg
%%DATADIR%%/funstuff/face_psfb.jpg
%%DATADIR%%/funstuff/face_psfbx.jpg
%%DATADIR%%/funstuff/face_qiulin.jpg
%%DATADIR%%/funstuff/face_qutian.jpg
%%DATADIR%%/funstuff/face_rabeauchamp.jpg
%%DATADIR%%/funstuff/face_rafaelsutherland.jpg
%%DATADIR%%/funstuff/face_rameses.jpg
%%DATADIR%%/funstuff/face_rbirn.jpg
%%DATADIR%%/funstuff/face_rdesai.jpg
%%DATADIR%%/funstuff/face_rhammett.jpg
%%DATADIR%%/funstuff/face_rhenderson.jpg
%%DATADIR%%/funstuff/face_rhoge.jpg
%%DATADIR%%/funstuff/face_richd.jpg
%%DATADIR%%/funstuff/face_rjsquirrel.jpg
%%DATADIR%%/funstuff/face_rmbirn.jpg
%%DATADIR%%/funstuff/face_robterwill.jpg
%%DATADIR%%/funstuff/face_rprost.jpg
%%DATADIR%%/funstuff/face_rrey2.jpg
%%DATADIR%%/funstuff/face_rreynolds.jpg
%%DATADIR%%/funstuff/face_rsaad.jpg
%%DATADIR%%/funstuff/face_rwcox.jpg
%%DATADIR%%/funstuff/face_rwcox2.jpg
%%DATADIR%%/funstuff/face_rwcox3.jpg
%%DATADIR%%/funstuff/face_rwcox4.jpg
%%DATADIR%%/funstuff/face_rwcox5.jpg
%%DATADIR%%/funstuff/face_rwcox6.jpg
%%DATADIR%%/funstuff/face_rwcox7.jpg
%%DATADIR%%/funstuff/face_rwcox8.jpg
%%DATADIR%%/funstuff/face_rwcox9.jpg
%%DATADIR%%/funstuff/face_rwcoxA.jpg
%%DATADIR%%/funstuff/face_rwcoxB.jpg
%%DATADIR%%/funstuff/face_rwcoxC.jpg
%%DATADIR%%/funstuff/face_rwcoxD.jpg
%%DATADIR%%/funstuff/face_rwcoxE.jpg
%%DATADIR%%/funstuff/face_rwcoxF.jpg
%%DATADIR%%/funstuff/face_rwcoxG.jpg
%%DATADIR%%/funstuff/face_saccanch.jpg
%%DATADIR%%/funstuff/face_sean2.jpg
%%DATADIR%%/funstuff/face_shayna3.jpg
%%DATADIR%%/funstuff/face_shyaustrian.jpg
%%DATADIR%%/funstuff/face_sjapee.jpg
%%DATADIR%%/funstuff/face_skammy.jpg
%%DATADIR%%/funstuff/face_skapdoskar.jpg
%%DATADIR%%/funstuff/face_sknoonan.jpg
%%DATADIR%%/funstuff/face_smarrett.jpg
%%DATADIR%%/funstuff/face_smlaconte.jpg
%%DATADIR%%/funstuff/face_snakeblood.jpg
%%DATADIR%%/funstuff/face_snakesoju.jpg
%%DATADIR%%/funstuff/face_ssaad.jpg
%%DATADIR%%/funstuff/face_ssmall.jpg
%%DATADIR%%/funstuff/face_steverao.jpg
%%DATADIR%%/funstuff/face_sumabucks.jpg
%%DATADIR%%/funstuff/face_tainan.jpg
%%DATADIR%%/funstuff/face_tang.jpg
%%DATADIR%%/funstuff/face_tieshan.jpg
%%DATADIR%%/funstuff/face_tolkien.jpg
%%DATADIR%%/funstuff/face_tomholroyd.jpg
%%DATADIR%%/funstuff/face_tross.jpg
%%DATADIR%%/funstuff/face_vader.jpg
%%DATADIR%%/funstuff/face_vdcosta.jpg
%%DATADIR%%/funstuff/face_veronica.jpg
%%DATADIR%%/funstuff/face_vhradil.jpg
%%DATADIR%%/funstuff/face_vincent1.jpg
%%DATADIR%%/funstuff/face_vincent2.jpg
%%DATADIR%%/funstuff/face_vincent3.jpg
%%DATADIR%%/funstuff/face_vincent4.jpg
%%DATADIR%%/funstuff/face_vnapadow.jpg
%%DATADIR%%/funstuff/face_wapostman1.jpg
%%DATADIR%%/funstuff/face_wapostman2.jpg
%%DATADIR%%/funstuff/face_wendyhasenkamp.jpg
%%DATADIR%%/funstuff/face_wmluh.jpg
%%DATADIR%%/funstuff/face_wpostman.jpg
%%DATADIR%%/funstuff/face_xinianzuo.jpg
%%DATADIR%%/funstuff/face_xzhang.jpg
%%DATADIR%%/funstuff/face_yingyingwang.jpg
%%DATADIR%%/funstuff/face_zman.jpg
%%DATADIR%%/funstuff/face_zsaad.jpg
%%DATADIR%%/funstuff/face_zsaad2.jpg
%%DATADIR%%/funstuff/face_zsaad3.jpg
%%DATADIR%%/funstuff/face_zsaad4.jpg
%%DATADIR%%/funstuff/face_zsaad5.jpg
%%DATADIR%%/funstuff/face_zsaad6.jpg
%%DATADIR%%/funstuff/face_zzzdini.jpg
%%DATADIR%%/funstuff/face_zzzsunbrain.jpg
%%DATADIR%%/funstuff/poem_bj1.txt
%%DATADIR%%/funstuff/poem_eapoe1.txt
%%DATADIR%%/funstuff/poem_em.txt
%%DATADIR%%/funstuff/poem_ghm3.txt
%%DATADIR%%/funstuff/poem_gmh1.txt
%%DATADIR%%/funstuff/poem_gmh2.txt
%%DATADIR%%/funstuff/poem_gmh3.txt
%%DATADIR%%/funstuff/poem_jm1.txt
%%DATADIR%%/funstuff/poem_pbs1.txt
%%DATADIR%%/funstuff/poem_pbs2.txt
%%DATADIR%%/funstuff/poem_rf1.txt
%%DATADIR%%/funstuff/poem_rk1.txt
%%DATADIR%%/funstuff/poem_rls1.txt
%%DATADIR%%/funstuff/poem_ww1.txt
%%DATADIR%%/funstuff/poem_ww2.txt
%%DATADIR%%/funstuff/splash_12Apostles.jpg
%%DATADIR%%/funstuff/splash_3monkeys.jpg
%%DATADIR%%/funstuff/splash_NMcloud.jpg
%%DATADIR%%/funstuff/splash_afniegypt.jpg
%%DATADIR%%/funstuff/splash_afnirocks.jpg
%%DATADIR%%/funstuff/splash_afnistuff.jpg
%%DATADIR%%/funstuff/splash_afnisuma.jpg
%%DATADIR%%/funstuff/splash_afnitree.jpg
%%DATADIR%%/funstuff/splash_angkorwat.jpg
%%DATADIR%%/funstuff/splash_arno.jpg
%%DATADIR%%/funstuff/splash_aruba.jpg
%%DATADIR%%/funstuff/splash_asosan.jpg
%%DATADIR%%/funstuff/splash_backyard1.jpg
%%DATADIR%%/funstuff/splash_barcelona.jpg
%%DATADIR%%/funstuff/splash_bawiti.jpg
%%DATADIR%%/funstuff/splash_betshean.jpg
%%DATADIR%%/funstuff/splash_birds.jpg
%%DATADIR%%/funstuff/splash_blackdesert.jpg
%%DATADIR%%/funstuff/splash_blackdesert2.jpg
%%DATADIR%%/funstuff/splash_bluemosque.jpg
%%DATADIR%%/funstuff/splash_bobkarl.jpg
%%DATADIR%%/funstuff/splash_bonampak.jpg
%%DATADIR%%/funstuff/splash_brains25c.jpg
%%DATADIR%%/funstuff/splash_brycecanyon.jpg
%%DATADIR%%/funstuff/splash_buckskin.jpg
%%DATADIR%%/funstuff/splash_camel.jpg
%%DATADIR%%/funstuff/splash_capitol.jpg
%%DATADIR%%/funstuff/splash_cavalieri.jpg
%%DATADIR%%/funstuff/splash_chichen.jpg
%%DATADIR%%/funstuff/splash_chipmunk.jpg
%%DATADIR%%/funstuff/splash_chongqing.jpg
%%DATADIR%%/funstuff/splash_clearcreek.jpg
%%DATADIR%%/funstuff/splash_colossi.jpg
%%DATADIR%%/funstuff/splash_dartmouth.jpg
%%DATADIR%%/funstuff/splash_deadsea.jpg
%%DATADIR%%/funstuff/splash_deertrap.jpg
%%DATADIR%%/funstuff/splash_discovery.jpg
%%DATADIR%%/funstuff/splash_domerock.jpg
%%DATADIR%%/funstuff/splash_earth.jpg
%%DATADIR%%/funstuff/splash_earthtopo.jpg
%%DATADIR%%/funstuff/splash_elephant.jpg
%%DATADIR%%/funstuff/splash_emars.jpg
%%DATADIR%%/funstuff/splash_giza.jpg
%%DATADIR%%/funstuff/splash_hagiasophia.jpg
%%DATADIR%%/funstuff/splash_hanyang.jpg
%%DATADIR%%/funstuff/splash_harleyjeff.jpg
%%DATADIR%%/funstuff/splash_horus.jpg
%%DATADIR%%/funstuff/splash_houston.jpg
%%DATADIR%%/funstuff/splash_imcheon.jpg
%%DATADIR%%/funstuff/splash_joesun.jpg
%%DATADIR%%/funstuff/splash_karski.jpg
%%DATADIR%%/funstuff/splash_kebb.jpg
%%DATADIR%%/funstuff/splash_lightsaber.jpg
%%DATADIR%%/funstuff/splash_littlepetra.jpg
%%DATADIR%%/funstuff/splash_lunchtime.jpg
%%DATADIR%%/funstuff/splash_machu.jpg
%%DATADIR%%/funstuff/splash_malbork.jpg
%%DATADIR%%/funstuff/splash_marsalbor.jpg
%%DATADIR%%/funstuff/splash_mayanmexico.jpg
%%DATADIR%%/funstuff/splash_mcw03.jpg
%%DATADIR%%/funstuff/splash_melbourne.jpg
%%DATADIR%%/funstuff/splash_monastery.jpg
%%DATADIR%%/funstuff/splash_monumentvalley.jpg
%%DATADIR%%/funstuff/splash_mtyale.jpg
%%DATADIR%%/funstuff/splash_ncku.jpg
%%DATADIR%%/funstuff/splash_palenque.jpg
%%DATADIR%%/funstuff/splash_pba5.jpg
%%DATADIR%%/funstuff/splash_petra.jpg
%%DATADIR%%/funstuff/splash_petratreasury.jpg
%%DATADIR%%/funstuff/splash_pisa.jpg
%%DATADIR%%/funstuff/splash_pisa2010.jpg
%%DATADIR%%/funstuff/splash_pot.jpg
%%DATADIR%%/funstuff/splash_potomac.jpg
%%DATADIR%%/funstuff/splash_prayerflags.jpg
%%DATADIR%%/funstuff/splash_qufu.jpg
%%DATADIR%%/funstuff/splash_redtree.jpg
%%DATADIR%%/funstuff/splash_rhinos.jpg
%%DATADIR%%/funstuff/splash_sandiego.jpg
%%DATADIR%%/funstuff/splash_seoul.jpg
%%DATADIR%%/funstuff/splash_seoul2011.jpg
%%DATADIR%%/funstuff/splash_shadowbob.jpg
%%DATADIR%%/funstuff/splash_sixpoles.jpg
%%DATADIR%%/funstuff/splash_soren.jpg
%%DATADIR%%/funstuff/splash_squidding.jpg
%%DATADIR%%/funstuff/splash_sscc03.jpg
%%DATADIR%%/funstuff/splash_sscc2006.jpg
%%DATADIR%%/funstuff/splash_sscc2009.jpg
%%DATADIR%%/funstuff/splash_sunset.jpg
%%DATADIR%%/funstuff/splash_tangtomb.jpg
%%DATADIR%%/funstuff/splash_themaze.jpg
%%DATADIR%%/funstuff/splash_thewave.jpg
%%DATADIR%%/funstuff/splash_thewave2.jpg
%%DATADIR%%/funstuff/splash_thewave3.jpg
%%DATADIR%%/funstuff/splash_titicaca.jpg
%%DATADIR%%/funstuff/splash_todaiji.jpg
%%DATADIR%%/funstuff/splash_troll.jpg
%%DATADIR%%/funstuff/splash_tulsa2011.jpg
%%DATADIR%%/funstuff/splash_twinkies.jpg
%%DATADIR%%/funstuff/splash_usajapan.jpg
%%DATADIR%%/funstuff/splash_vincent.jpg
%%DATADIR%%/funstuff/splash_wadirum.jpg
%%DATADIR%%/funstuff/splash_wall.jpg
%%DATADIR%%/funstuff/splash_watercube.jpg
%%DATADIR%%/funstuff/splash_wedding2011.jpg
%%DATADIR%%/funstuff/splash_westva1.jpg
%%DATADIR%%/funstuff/splash_westva2.jpg
%%DATADIR%%/funstuff/splash_whitedesert.jpg
%%DATADIR%%/funstuff/splash_wutaishan.jpg
%%DATADIR%%/funstuff/splash_wutaishanX.jpg
%%DATADIR%%/funstuff/splash_xian.jpg
%%DATADIR%%/funstuff/splash_yrkim.jpg
%%PORTDOCS%%%%DOCSDIR%%/README.3dsvm.realtime
%%PORTDOCS%%%%DOCSDIR%%/README.Ifile
%%PORTDOCS%%%%DOCSDIR%%/README.afnigui
%%PORTDOCS%%%%DOCSDIR%%/README.atlas_building
%%PORTDOCS%%%%DOCSDIR%%/README.attributes
%%PORTDOCS%%%%DOCSDIR%%/README.bzip2
%%PORTDOCS%%%%DOCSDIR%%/README.changes
%%PORTDOCS%%%%DOCSDIR%%/README.compression
%%PORTDOCS%%%%DOCSDIR%%/README.copyright
%%PORTDOCS%%%%DOCSDIR%%/README.driver
%%PORTDOCS%%%%DOCSDIR%%/README.environment
%%PORTDOCS%%%%DOCSDIR%%/README.func_types
%%PORTDOCS%%%%DOCSDIR%%/README.notes
%%PORTDOCS%%%%DOCSDIR%%/README.permtest
%%PORTDOCS%%%%DOCSDIR%%/README.plugouts
%%PORTDOCS%%%%DOCSDIR%%/README.realtime
%%PORTDOCS%%%%DOCSDIR%%/README.registration
%%PORTDOCS%%%%DOCSDIR%%/README.render_scripts
%%PORTDOCS%%%%DOCSDIR%%/README.roi
%%PORTDOCS%%%%DOCSDIR%%/README.setup
%%PORTDOCS%%%%DOCSDIR%%/README.volreg
%%PORTDOCS%%%%DOCSDIR%%/README.web
%%PORTDOCS%%%%DOCSDIR%%/README.ziad
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/funstuff
@dirrm %%DATADIR%%
@dirrm lib/afni
@dirrm include/afni
@dirrmtry etc/mri