This file is indexed.

/usr/share/python-support/python-nipype.public is in python-nipype 0.9.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
pyversions=2.6-

/usr/share/pyshared/nipype-0.9.2.egg-info
/usr/share/pyshared/nipype/COMMIT_INFO.txt
/usr/share/pyshared/nipype/__init__.py
/usr/share/pyshared/nipype/algorithms/__init__.py
/usr/share/pyshared/nipype/algorithms/icc.py
/usr/share/pyshared/nipype/algorithms/mesh.py
/usr/share/pyshared/nipype/algorithms/misc.py
/usr/share/pyshared/nipype/algorithms/modelgen.py
/usr/share/pyshared/nipype/algorithms/rapidart.py
/usr/share/pyshared/nipype/algorithms/setup.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_AddCSVColumn.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_ArtifactDetect.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_CalculateNormalizedMoments.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_CreateNifti.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_Distance.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_FuzzyOverlap.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_Gunzip.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_ICC.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_Matlab2CSV.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_MergeCSVFiles.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_ModifyAffine.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_Overlap.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_P2PDistance.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_PickAtlas.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_SimpleThreshold.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_SpecifyModel.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_SpecifySPMModel.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_SpecifySparseModel.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_StimulusCorrelation.py
/usr/share/pyshared/nipype/algorithms/tests/test_auto_TSNR.py
/usr/share/pyshared/nipype/algorithms/tests/test_icc_anova.py
/usr/share/pyshared/nipype/algorithms/tests/test_modelgen.py
/usr/share/pyshared/nipype/algorithms/tests/test_moments.py
/usr/share/pyshared/nipype/algorithms/tests/test_rapidart.py
/usr/share/pyshared/nipype/caching/__init__.py
/usr/share/pyshared/nipype/caching/memory.py
/usr/share/pyshared/nipype/external/cloghandler.py
/usr/share/pyshared/nipype/external/d3.v3.min.js
/usr/share/pyshared/nipype/external/portalocker.py
/usr/share/pyshared/nipype/external/provcopy.py
/usr/share/pyshared/nipype/external/setup.py
/usr/share/pyshared/nipype/fixes/__init__.py
/usr/share/pyshared/nipype/fixes/numpy/__init__.py
/usr/share/pyshared/nipype/fixes/numpy/testing/__init__.py
/usr/share/pyshared/nipype/fixes/numpy/testing/noseclasses.py
/usr/share/pyshared/nipype/fixes/numpy/testing/nosetester.py
/usr/share/pyshared/nipype/fixes/numpy/testing/utils.py
/usr/share/pyshared/nipype/fixes/setup.py
/usr/share/pyshared/nipype/info.py
/usr/share/pyshared/nipype/interfaces/__init__.py
/usr/share/pyshared/nipype/interfaces/afni/__init__.py
/usr/share/pyshared/nipype/interfaces/afni/base.py
/usr/share/pyshared/nipype/interfaces/afni/preprocess.py
/usr/share/pyshared/nipype/interfaces/afni/setup.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_AFNICommand.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_AFNItoNIFTI.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Allineate.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_AutoTcorrelate.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Autobox.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Automask.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Bandpass.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_BlurInMask.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_BrickStat.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Calc.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Copy.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Despike.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Detrend.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Fim.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Fourier.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Maskave.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Merge.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_ROIStats.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Refit.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Resample.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Retroicor.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_SkullStrip.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TCat.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TCorr1D.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TCorrMap.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TCorrelate.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TShift.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_TStat.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_To3D.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Volreg.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_Warp.py
/usr/share/pyshared/nipype/interfaces/afni/tests/test_auto_ZCutUp.py
/usr/share/pyshared/nipype/interfaces/ants/__init__.py
/usr/share/pyshared/nipype/interfaces/ants/base.py
/usr/share/pyshared/nipype/interfaces/ants/legacy.py
/usr/share/pyshared/nipype/interfaces/ants/registration.py
/usr/share/pyshared/nipype/interfaces/ants/resampling.py
/usr/share/pyshared/nipype/interfaces/ants/segmentation.py
/usr/share/pyshared/nipype/interfaces/ants/setup.py
/usr/share/pyshared/nipype/interfaces/ants/utils.py
/usr/share/pyshared/nipype/interfaces/base.py
/usr/share/pyshared/nipype/interfaces/c3.py
/usr/share/pyshared/nipype/interfaces/camino/__init__.py
/usr/share/pyshared/nipype/interfaces/camino/calib.py
/usr/share/pyshared/nipype/interfaces/camino/connectivity.py
/usr/share/pyshared/nipype/interfaces/camino/convert.py
/usr/share/pyshared/nipype/interfaces/camino/dti.py
/usr/share/pyshared/nipype/interfaces/camino/odf.py
/usr/share/pyshared/nipype/interfaces/camino/setup.py
/usr/share/pyshared/nipype/interfaces/camino2trackvis/__init__.py
/usr/share/pyshared/nipype/interfaces/camino2trackvis/convert.py
/usr/share/pyshared/nipype/interfaces/camino2trackvis/setup.py
/usr/share/pyshared/nipype/interfaces/cmtk/__init__.py
/usr/share/pyshared/nipype/interfaces/cmtk/cmtk.py
/usr/share/pyshared/nipype/interfaces/cmtk/convert.py
/usr/share/pyshared/nipype/interfaces/cmtk/nbs.py
/usr/share/pyshared/nipype/interfaces/cmtk/nx.py
/usr/share/pyshared/nipype/interfaces/cmtk/parcellation.py
/usr/share/pyshared/nipype/interfaces/cmtk/setup.py
/usr/share/pyshared/nipype/interfaces/dcm2nii.py
/usr/share/pyshared/nipype/interfaces/dcmstack.py
/usr/share/pyshared/nipype/interfaces/diffusion_toolkit/__init__.py
/usr/share/pyshared/nipype/interfaces/diffusion_toolkit/base.py
/usr/share/pyshared/nipype/interfaces/diffusion_toolkit/dti.py
/usr/share/pyshared/nipype/interfaces/diffusion_toolkit/odf.py
/usr/share/pyshared/nipype/interfaces/diffusion_toolkit/postproc.py
/usr/share/pyshared/nipype/interfaces/dipy/__init__.py
/usr/share/pyshared/nipype/interfaces/dipy/setup.py
/usr/share/pyshared/nipype/interfaces/dipy/tensors.py
/usr/share/pyshared/nipype/interfaces/dipy/tracks.py
/usr/share/pyshared/nipype/interfaces/dynamic_slicer.py
/usr/share/pyshared/nipype/interfaces/freesurfer/__init__.py
/usr/share/pyshared/nipype/interfaces/freesurfer/base.py
/usr/share/pyshared/nipype/interfaces/freesurfer/model.py
/usr/share/pyshared/nipype/interfaces/freesurfer/preprocess.py
/usr/share/pyshared/nipype/interfaces/freesurfer/setup.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ApplyMask.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ApplyVolTransform.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_BBRegister.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Binarize.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Concatenate.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_DICOMConvert.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ExtractMainComponent.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_FSCommand.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_FitMSParams.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_GLMFit.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ImageInfo.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Label2Vol.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MRIConvert.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MRIMarchingCubes.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MRISPreproc.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MRITessellate.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MRIsConvert.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MS_LDA.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_MakeAverageSubject.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_OneSampleTTest.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ParseDICOMDir.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_ReconAll.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Resample.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_RobustRegister.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SampleToSurface.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SegStats.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Smooth.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SmoothTessellation.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_Surface2VolTransform.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SurfaceSmooth.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SurfaceSnapshots.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SurfaceTransform.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_SynthesizeFLASH.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_auto_UnpackSDICOMDir.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_preprocess.py
/usr/share/pyshared/nipype/interfaces/freesurfer/tests/test_utils.py
/usr/share/pyshared/nipype/interfaces/freesurfer/utils.py
/usr/share/pyshared/nipype/interfaces/fsl/__init__.py
/usr/share/pyshared/nipype/interfaces/fsl/base.py
/usr/share/pyshared/nipype/interfaces/fsl/dti.py
/usr/share/pyshared/nipype/interfaces/fsl/epi.py
/usr/share/pyshared/nipype/interfaces/fsl/maths.py
/usr/share/pyshared/nipype/interfaces/fsl/model.py
/usr/share/pyshared/nipype/interfaces/fsl/preprocess.py
/usr/share/pyshared/nipype/interfaces/fsl/setup.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_FILMGLS.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ApplyMask.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ApplyTOPUP.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ApplyWarp.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ApplyXfm.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_AvScale.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_BEDPOSTX.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_BET.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_BinaryMaths.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ChangeDataType.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Cluster.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Complex.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ContrastMgr.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ConvertXFM.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_DTIFit.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_DilateImage.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_DistanceMap.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_EPIDeWarp.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Eddy.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_EddyCorrect.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ErodeImage.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ExtractROI.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FAST.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FEAT.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FEATModel.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FEATRegister.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FIRST.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FLAMEO.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FLIRT.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FNIRT.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FSLCommand.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FUGUE.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FilterRegressor.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_FindTheBiggest.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_GLM.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ImageMaths.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ImageMeants.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ImageStats.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_InvWarp.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_IsotropicSmooth.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_L2Model.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Level1Design.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MCFLIRT.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MELODIC.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MakeDyadicVectors.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MathsCommand.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MaxImage.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MeanImage.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Merge.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MultiImageMaths.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_MultipleRegressDesign.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Overlay.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_PRELUDE.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_PlotMotionParams.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_PlotTimeSeries.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_PowerSpectrum.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_PrepareFieldmap.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ProbTrackX.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_ProjThresh.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Randomise.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Reorient2Std.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SMM.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SUSAN.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SigLoss.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SliceTimer.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Slicer.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Smooth.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SmoothEstimate.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SpatialFilter.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Split.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_SwapDimensions.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_TOPUP.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_TemporalFilter.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_Threshold.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_TractSkeleton.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_UnaryMaths.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_VecReg.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_auto_XFibres.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_base.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_dti.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_epi.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_maths.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_model.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_preprocess.py
/usr/share/pyshared/nipype/interfaces/fsl/tests/test_utils.py
/usr/share/pyshared/nipype/interfaces/fsl/utils.py
/usr/share/pyshared/nipype/interfaces/io.py
/usr/share/pyshared/nipype/interfaces/matlab.py
/usr/share/pyshared/nipype/interfaces/meshfix.py
/usr/share/pyshared/nipype/interfaces/mne/__init__.py
/usr/share/pyshared/nipype/interfaces/mne/base.py
/usr/share/pyshared/nipype/interfaces/mne/setup.py
/usr/share/pyshared/nipype/interfaces/mrtrix/__init__.py
/usr/share/pyshared/nipype/interfaces/mrtrix/convert.py
/usr/share/pyshared/nipype/interfaces/mrtrix/preprocess.py
/usr/share/pyshared/nipype/interfaces/mrtrix/setup.py
/usr/share/pyshared/nipype/interfaces/mrtrix/tensors.py
/usr/share/pyshared/nipype/interfaces/mrtrix/tracking.py
/usr/share/pyshared/nipype/interfaces/nipy/__init__.py
/usr/share/pyshared/nipype/interfaces/nipy/model.py
/usr/share/pyshared/nipype/interfaces/nipy/preprocess.py
/usr/share/pyshared/nipype/interfaces/nipy/utils.py
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrast_element.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrast_ftest_element.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrast_header.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrast_prolog.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrastmask_element.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrastmask_footer.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrastmask_header.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_contrasts.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_ev_gamma.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_ev_hrf.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_ev_none.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_ev_ortho.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_copes.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_ev_element.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_ev_header.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_featdirs.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_footer.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_fe_header.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_header.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_header_l1.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/feat_nongui.tcl
/usr/share/pyshared/nipype/interfaces/script_templates/featreg_header.tcl
/usr/share/pyshared/nipype/interfaces/setup.py
/usr/share/pyshared/nipype/interfaces/slicer/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/base.py
/usr/share/pyshared/nipype/interfaces/slicer/converters.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/diffusion.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DTIexport.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DTIimport.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DWIJointRicianLMMSEFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DWIRicianLMMSEFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DWIToDTIEstimation.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DiffusionTensorScalarMeasurements.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_DiffusionWeightedVolumeMasking.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_ResampleDTIVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/diffusion/tests/test_auto_TractographyLabelMapSeeding.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/arithmetic.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/checkerboardfilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/denoising.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/extractskeleton.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/histogrammatching.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/imagelabelcombine.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/morphology.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/n4itkbiasfieldcorrection.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/resamplescalarvectordwivolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_AddScalarVolumes.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_CastScalarVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_CheckerBoardFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_CurvatureAnisotropicDiffusion.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_ExtractSkeleton.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_GaussianBlurImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_GradientAnisotropicDiffusion.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_GrayscaleFillHoleImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_GrayscaleGrindPeakImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_HistogramMatching.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_ImageLabelCombine.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_MaskScalarVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_MedianImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_MultiplyScalarVolumes.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_N4ITKBiasFieldCorrection.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_ResampleScalarVectorDWIVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_SubtractScalarVolumes.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_ThresholdScalarVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/tests/test_auto_VotingBinaryHoleFillingImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/thresholdscalarvolume.py
/usr/share/pyshared/nipype/interfaces/slicer/filtering/votingbinaryholefillingimagefilter.py
/usr/share/pyshared/nipype/interfaces/slicer/generate_classes.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/converters.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/diffusion/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/diffusion/denoising.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/diffusion/tests/test_auto_DWIUnbiasedNonLocalMeansFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/filtering.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/registration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/segmentation.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/setup.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_AffineRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_BSplineDeformableRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_BSplineToDeformationField.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_ExpertAutomatedRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_LinearRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_MultiResolutionAffineRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_OtsuThresholdImageFilter.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_OtsuThresholdSegmentation.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_ResampleScalarVolume.py
/usr/share/pyshared/nipype/interfaces/slicer/legacy/tests/test_auto_RigidRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/quantification/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/quantification/changequantification.py
/usr/share/pyshared/nipype/interfaces/slicer/quantification/petstandarduptakevaluecomputation.py
/usr/share/pyshared/nipype/interfaces/slicer/quantification/tests/test_auto_IntensityDifferenceMetric.py
/usr/share/pyshared/nipype/interfaces/slicer/quantification/tests/test_auto_PETStandardUptakeValueComputation.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/brainsfit.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/brainsresample.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/specialized.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_ACPCTransform.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_BRAINSDemonWarp.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_BRAINSFit.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_BRAINSResample.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_FiducialRegistration.py
/usr/share/pyshared/nipype/interfaces/slicer/registration/tests/test_auto_VBRAINSDemonWarp.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/__init__.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/simpleregiongrowingsegmentation.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/specialized.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/tests/test_auto_BRAINSROIAuto.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/tests/test_auto_EMSegmentCommandLine.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/tests/test_auto_RobustStatisticsSegmenter.py
/usr/share/pyshared/nipype/interfaces/slicer/segmentation/tests/test_auto_SimpleRegionGrowingSegmentation.py
/usr/share/pyshared/nipype/interfaces/slicer/setup.py
/usr/share/pyshared/nipype/interfaces/slicer/surface.py
/usr/share/pyshared/nipype/interfaces/slicer/utilities.py
/usr/share/pyshared/nipype/interfaces/spm/__init__.py
/usr/share/pyshared/nipype/interfaces/spm/base.py
/usr/share/pyshared/nipype/interfaces/spm/model.py
/usr/share/pyshared/nipype/interfaces/spm/preprocess.py
/usr/share/pyshared/nipype/interfaces/spm/setup.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Analyze2nii.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_ApplyDeformations.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_ApplyInverseDeformation.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_ApplyTransform.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_CalcCoregAffine.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Coregister.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_CreateWarped.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_DARTEL.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_DARTELNorm2MNI.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_DicomImport.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_EstimateContrast.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_EstimateModel.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_FactorialDesign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Level1Design.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_MultipleRegressionDesign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_NewSegment.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Normalize.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_OneSampleTTestDesign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_PairedTTestDesign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Realign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Reslice.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_ResliceToReference.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_SPMCommand.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Segment.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_SliceTiming.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Smooth.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_Threshold.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_ThresholdStatistics.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_TwoSampleTTestDesign.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_auto_VBMSegment.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_base.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_model.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_preprocess.py
/usr/share/pyshared/nipype/interfaces/spm/tests/test_utils.py
/usr/share/pyshared/nipype/interfaces/spm/utils.py
/usr/share/pyshared/nipype/interfaces/tests/realign_json.json
/usr/share/pyshared/nipype/interfaces/tests/test_auto_AssertEqual.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_BaseInterface.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_C3dAffineTool.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_CommandLine.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_CopyMeta.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_DataFinder.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_DataGrabber.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_DataSink.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Dcm2nii.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_DcmStack.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_FreeSurferSource.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Function.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_GroupAndStack.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_IOBase.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_IdentityInterface.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_LookupMeta.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_MatlabCommand.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Merge.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_MergeNifti.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_MeshFix.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_MpiCommandLine.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_MySQLSink.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_NiftiGeneratorBase.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Rename.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_SEMLikeCommandLine.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_SQLiteSink.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Select.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_SelectFiles.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_SlicerCommandLine.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_Split.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_SplitNifti.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_StdOutCommandLine.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_XNATSink.py
/usr/share/pyshared/nipype/interfaces/tests/test_auto_XNATSource.py
/usr/share/pyshared/nipype/interfaces/tests/test_base.py
/usr/share/pyshared/nipype/interfaces/tests/test_io.py
/usr/share/pyshared/nipype/interfaces/tests/test_matlab.py
/usr/share/pyshared/nipype/interfaces/tests/test_utility.py
/usr/share/pyshared/nipype/interfaces/traits_extension.py
/usr/share/pyshared/nipype/interfaces/utility.py
/usr/share/pyshared/nipype/pipeline/__init__.py
/usr/share/pyshared/nipype/pipeline/engine.py
/usr/share/pyshared/nipype/pipeline/plugins/__init__.py
/usr/share/pyshared/nipype/pipeline/plugins/base.py
/usr/share/pyshared/nipype/pipeline/plugins/condor.py
/usr/share/pyshared/nipype/pipeline/plugins/dagman.py
/usr/share/pyshared/nipype/pipeline/plugins/debug.py
/usr/share/pyshared/nipype/pipeline/plugins/ipython.py
/usr/share/pyshared/nipype/pipeline/plugins/ipythonx.py
/usr/share/pyshared/nipype/pipeline/plugins/linear.py
/usr/share/pyshared/nipype/pipeline/plugins/lsf.py
/usr/share/pyshared/nipype/pipeline/plugins/multiproc.py
/usr/share/pyshared/nipype/pipeline/plugins/pbs.py
/usr/share/pyshared/nipype/pipeline/plugins/pbsgraph.py
/usr/share/pyshared/nipype/pipeline/plugins/setup.py
/usr/share/pyshared/nipype/pipeline/plugins/sge.py
/usr/share/pyshared/nipype/pipeline/plugins/sgegraph.py
/usr/share/pyshared/nipype/pipeline/plugins/slurm.py
/usr/share/pyshared/nipype/pipeline/plugins/somaflow.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/__init__.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_base.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_callback.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_debug.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_linear.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_multiproc.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_multiproc_nondaemon.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_pbs.py
/usr/share/pyshared/nipype/pipeline/plugins/tests/test_somaflow.py
/usr/share/pyshared/nipype/pipeline/report_template.html
/usr/share/pyshared/nipype/pipeline/setup.py
/usr/share/pyshared/nipype/pipeline/tests/__init__.py
/usr/share/pyshared/nipype/pipeline/tests/test_engine.py
/usr/share/pyshared/nipype/pipeline/tests/test_join.py
/usr/share/pyshared/nipype/pipeline/tests/test_utils.py
/usr/share/pyshared/nipype/pipeline/utils.py
/usr/share/pyshared/nipype/pkg_info.py
/usr/share/pyshared/nipype/setup.py
/usr/share/pyshared/nipype/testing/__init__.py
/usr/share/pyshared/nipype/testing/data/4d_dwi.nii
/usr/share/pyshared/nipype/testing/data/A.scheme
/usr/share/pyshared/nipype/testing/data/A_qmat.Bdouble
/usr/share/pyshared/nipype/testing/data/A_recon_params.Bdouble
/usr/share/pyshared/nipype/testing/data/FLASH1.mgz
/usr/share/pyshared/nipype/testing/data/FLASH2.mgz
/usr/share/pyshared/nipype/testing/data/FLASH3.mgz
/usr/share/pyshared/nipype/testing/data/FreeSurferColorLUT_adapted_aparc+aseg_out.pck
/usr/share/pyshared/nipype/testing/data/MASK_average_thal_right.nii
/usr/share/pyshared/nipype/testing/data/PD.mgz
/usr/share/pyshared/nipype/testing/data/QSH_peaks.Bdouble
/usr/share/pyshared/nipype/testing/data/README
/usr/share/pyshared/nipype/testing/data/ROI_scale500.nii.gz
/usr/share/pyshared/nipype/testing/data/SPM.mat
/usr/share/pyshared/nipype/testing/data/SubjectA.Bfloat
/usr/share/pyshared/nipype/testing/data/T1.mgz
/usr/share/pyshared/nipype/testing/data/T1.nii
/usr/share/pyshared/nipype/testing/data/TPM.nii
/usr/share/pyshared/nipype/testing/data/Template_1_IXI550_MNI152.nii
/usr/share/pyshared/nipype/testing/data/Template_6.nii
/usr/share/pyshared/nipype/testing/data/afni_output.3D
/usr/share/pyshared/nipype/testing/data/allFA.nii
/usr/share/pyshared/nipype/testing/data/all_FA.nii.gz
/usr/share/pyshared/nipype/testing/data/anat_coreg.mif
/usr/share/pyshared/nipype/testing/data/anatomical.nii
/usr/share/pyshared/nipype/testing/data/ants_Affine.txt
/usr/share/pyshared/nipype/testing/data/ants_Warp.nii.gz
/usr/share/pyshared/nipype/testing/data/ants_deformed.nii.gz
/usr/share/pyshared/nipype/testing/data/aparc+aseg.nii
/usr/share/pyshared/nipype/testing/data/aseg.mgz
/usr/share/pyshared/nipype/testing/data/atlas.nii.gz
/usr/share/pyshared/nipype/testing/data/b0_b0rev.nii
/usr/share/pyshared/nipype/testing/data/ballstickfit_data.Bfloat
/usr/share/pyshared/nipype/testing/data/bedpostxout/do_not_delete.txt
/usr/share/pyshared/nipype/testing/data/brain_mask.nii
/usr/share/pyshared/nipype/testing/data/brain_track.Bdouble
/usr/share/pyshared/nipype/testing/data/bvals
/usr/share/pyshared/nipype/testing/data/bvals.scheme
/usr/share/pyshared/nipype/testing/data/bvecs
/usr/share/pyshared/nipype/testing/data/bvecs.scheme
/usr/share/pyshared/nipype/testing/data/c1s1.nii
/usr/share/pyshared/nipype/testing/data/c1s3.nii
/usr/share/pyshared/nipype/testing/data/clustering.mat
/usr/share/pyshared/nipype/testing/data/cmatrix.mat
/usr/share/pyshared/nipype/testing/data/complex.nii
/usr/share/pyshared/nipype/testing/data/cont1.nii
/usr/share/pyshared/nipype/testing/data/cont1a.nii
/usr/share/pyshared/nipype/testing/data/cont2.nii
/usr/share/pyshared/nipype/testing/data/cont2a.nii
/usr/share/pyshared/nipype/testing/data/converted.trk
/usr/share/pyshared/nipype/testing/data/cope.nii.gz
/usr/share/pyshared/nipype/testing/data/cope1.nii.gz
/usr/share/pyshared/nipype/testing/data/cope1run1.nii.gz
/usr/share/pyshared/nipype/testing/data/cope1run2.nii.gz
/usr/share/pyshared/nipype/testing/data/cope2run1.nii.gz
/usr/share/pyshared/nipype/testing/data/cope2run2.nii.gz
/usr/share/pyshared/nipype/testing/data/cortex.label
/usr/share/pyshared/nipype/testing/data/cov_split.mat
/usr/share/pyshared/nipype/testing/data/csd.mif
/usr/share/pyshared/nipype/testing/data/data.Bfloat
/usr/share/pyshared/nipype/testing/data/degree.csv
/usr/share/pyshared/nipype/testing/data/degree.mat
/usr/share/pyshared/nipype/testing/data/design.con
/usr/share/pyshared/nipype/testing/data/design.mat
/usr/share/pyshared/nipype/testing/data/dicomdir/123456-1-1.dcm
/usr/share/pyshared/nipype/testing/data/diffusion.nii
/usr/share/pyshared/nipype/testing/data/diffusion_weighted.nii
/usr/share/pyshared/nipype/testing/data/dirs.txt
/usr/share/pyshared/nipype/testing/data/dofrun1
/usr/share/pyshared/nipype/testing/data/dofrun2
/usr/share/pyshared/nipype/testing/data/dteig.Bdouble
/usr/share/pyshared/nipype/testing/data/dwi.mif
/usr/share/pyshared/nipype/testing/data/dwi2anat_InverseWarp.nii.gz
/usr/share/pyshared/nipype/testing/data/dwi2anat_Warp.nii.gz
/usr/share/pyshared/nipype/testing/data/dwi2anat_coreg_Affine.txt
/usr/share/pyshared/nipype/testing/data/dwi_CSD_tracked.tck
/usr/share/pyshared/nipype/testing/data/dwi_FA.mif
/usr/share/pyshared/nipype/testing/data/dwi_WMProb.mif
/usr/share/pyshared/nipype/testing/data/dwi_tensor.mif
/usr/share/pyshared/nipype/testing/data/encoding.txt
/usr/share/pyshared/nipype/testing/data/epi.nii
/usr/share/pyshared/nipype/testing/data/epi_acqp.txt
/usr/share/pyshared/nipype/testing/data/epi_index.txt
/usr/share/pyshared/nipype/testing/data/epi_mask.nii
/usr/share/pyshared/nipype/testing/data/epi_rev.nii
/usr/share/pyshared/nipype/testing/data/fa.nii.gz
/usr/share/pyshared/nipype/testing/data/fitted_data1.Bfloat
/usr/share/pyshared/nipype/testing/data/fitted_data2.Bfloat
/usr/share/pyshared/nipype/testing/data/fixed1.nii
/usr/share/pyshared/nipype/testing/data/fixed2.nii
/usr/share/pyshared/nipype/testing/data/flash_05.mgz
/usr/share/pyshared/nipype/testing/data/flash_30.mgz
/usr/share/pyshared/nipype/testing/data/flirt.mat
/usr/share/pyshared/nipype/testing/data/fmri_timeseries.csv
/usr/share/pyshared/nipype/testing/data/fmri_timeseries_nolabels.csv
/usr/share/pyshared/nipype/testing/data/fsLUT_aparc+aseg.pck
/usr/share/pyshared/nipype/testing/data/func2anat_InverseWarp.nii.gz
/usr/share/pyshared/nipype/testing/data/func2anat_coreg_Affine.txt
/usr/share/pyshared/nipype/testing/data/func2anat_coreg_InverseWarp.nii.gz
/usr/share/pyshared/nipype/testing/data/func_epi_1_1.nii
/usr/share/pyshared/nipype/testing/data/func_to_struct.mat
/usr/share/pyshared/nipype/testing/data/functional.nii
/usr/share/pyshared/nipype/testing/data/functional.par
/usr/share/pyshared/nipype/testing/data/functional.rms
/usr/share/pyshared/nipype/testing/data/functional2.nii
/usr/share/pyshared/nipype/testing/data/functional3.nii
/usr/share/pyshared/nipype/testing/data/functional_1.dcm
/usr/share/pyshared/nipype/testing/data/functional_2.dcm
/usr/share/pyshared/nipype/testing/data/image.nii
/usr/share/pyshared/nipype/testing/data/image.v
/usr/share/pyshared/nipype/testing/data/indices-labels.txt
/usr/share/pyshared/nipype/testing/data/indices.txt
/usr/share/pyshared/nipype/testing/data/label.mgz
/usr/share/pyshared/nipype/testing/data/lh-pial.stl
/usr/share/pyshared/nipype/testing/data/lh.cope1.mgz
/usr/share/pyshared/nipype/testing/data/lh.cope1.nii.gz
/usr/share/pyshared/nipype/testing/data/lh.hippocampus.stl
/usr/share/pyshared/nipype/testing/data/lh.pial
/usr/share/pyshared/nipype/testing/data/lh.pial_converted.gii
/usr/share/pyshared/nipype/testing/data/lut_file
/usr/share/pyshared/nipype/testing/data/magnitude.nii
/usr/share/pyshared/nipype/testing/data/maps.nii
/usr/share/pyshared/nipype/testing/data/mask.1D
/usr/share/pyshared/nipype/testing/data/mask.mif
/usr/share/pyshared/nipype/testing/data/mask.nii
/usr/share/pyshared/nipype/testing/data/mean_func.nii.gz
/usr/share/pyshared/nipype/testing/data/merged_fsamples.nii
/usr/share/pyshared/nipype/testing/data/merged_phsamples.nii
/usr/share/pyshared/nipype/testing/data/merged_thsamples.nii
/usr/share/pyshared/nipype/testing/data/mni.nii
/usr/share/pyshared/nipype/testing/data/mni2t1.nii
/usr/share/pyshared/nipype/testing/data/moving1.nii
/usr/share/pyshared/nipype/testing/data/moving2.nii
/usr/share/pyshared/nipype/testing/data/my_database.db
/usr/share/pyshared/nipype/testing/data/network0.aparc+aseg.nii
/usr/share/pyshared/nipype/testing/data/network0.gpickle
/usr/share/pyshared/nipype/testing/data/pdfs.Bfloat
/usr/share/pyshared/nipype/testing/data/peak_directions.mif
/usr/share/pyshared/nipype/testing/data/pet_resliced.nii
/usr/share/pyshared/nipype/testing/data/phase.nii
/usr/share/pyshared/nipype/testing/data/pyscript.m
/usr/share/pyshared/nipype/testing/data/rc1s1.nii
/usr/share/pyshared/nipype/testing/data/rc1s2.nii
/usr/share/pyshared/nipype/testing/data/rc2s1.nii
/usr/share/pyshared/nipype/testing/data/rc2s2.nii
/usr/share/pyshared/nipype/testing/data/ref_class0.nii
/usr/share/pyshared/nipype/testing/data/ref_class1.nii
/usr/share/pyshared/nipype/testing/data/register.dat
/usr/share/pyshared/nipype/testing/data/register.mat
/usr/share/pyshared/nipype/testing/data/resp.1D
/usr/share/pyshared/nipype/testing/data/resting.nii
/usr/share/pyshared/nipype/testing/data/resting2anat_Warp.nii.gz
/usr/share/pyshared/nipype/testing/data/resting2anat_coreg_Affine.txt
/usr/share/pyshared/nipype/testing/data/rh-pial.stl
/usr/share/pyshared/nipype/testing/data/rh.pial_converted.gii
/usr/share/pyshared/nipype/testing/data/seed.1D
/usr/share/pyshared/nipype/testing/data/seed_mask.nii
/usr/share/pyshared/nipype/testing/data/seeds_to_M1.nii
/usr/share/pyshared/nipype/testing/data/seeds_to_M2.nii
/usr/share/pyshared/nipype/testing/data/session_info.npz
/usr/share/pyshared/nipype/testing/data/skeleton_mask.nii.gz
/usr/share/pyshared/nipype/testing/data/spmT_0001.img
/usr/share/pyshared/nipype/testing/data/spminfo
/usr/share/pyshared/nipype/testing/data/streamlines.trk
/usr/share/pyshared/nipype/testing/data/struct2mni.nii
/usr/share/pyshared/nipype/testing/data/struct_to_func.mat
/usr/share/pyshared/nipype/testing/data/structural.nii
/usr/share/pyshared/nipype/testing/data/subj1.cff
/usr/share/pyshared/nipype/testing/data/subj1.pck
/usr/share/pyshared/nipype/testing/data/subj2.cff
/usr/share/pyshared/nipype/testing/data/subj2.pck
/usr/share/pyshared/nipype/testing/data/subjectDesign.con
/usr/share/pyshared/nipype/testing/data/subjectDesign.mat
/usr/share/pyshared/nipype/testing/data/surf1.vtk
/usr/share/pyshared/nipype/testing/data/surf2.vtk
/usr/share/pyshared/nipype/testing/data/targets_MASK1.nii
/usr/share/pyshared/nipype/testing/data/targets_MASK2.nii
/usr/share/pyshared/nipype/testing/data/tbss_dir/do_not_delete.txt
/usr/share/pyshared/nipype/testing/data/tensor_fitted_data.Bdouble
/usr/share/pyshared/nipype/testing/data/timeDesign.con
/usr/share/pyshared/nipype/testing/data/timeDesign.mat
/usr/share/pyshared/nipype/testing/data/timeseries.txt
/usr/share/pyshared/nipype/testing/data/topup_encoding.txt
/usr/share/pyshared/nipype/testing/data/tract_data.Bfloat
/usr/share/pyshared/nipype/testing/data/tracts.Bdouble
/usr/share/pyshared/nipype/testing/data/trans.mat
/usr/share/pyshared/nipype/testing/data/tst_class0.nii
/usr/share/pyshared/nipype/testing/data/tst_class1.nii
/usr/share/pyshared/nipype/testing/data/u_rc1s1_Template.nii
/usr/share/pyshared/nipype/testing/data/u_rc1s2_Template.nii
/usr/share/pyshared/nipype/testing/data/u_rc1s3_Template.nii
/usr/share/pyshared/nipype/testing/data/varcope.nii.gz
/usr/share/pyshared/nipype/testing/data/varcope1run1.nii.gz
/usr/share/pyshared/nipype/testing/data/varcope1run2.nii.gz
/usr/share/pyshared/nipype/testing/data/varcope2run1.nii.gz
/usr/share/pyshared/nipype/testing/data/varcope2run2.nii.gz
/usr/share/pyshared/nipype/testing/data/voxel-order_data.Bfloat
/usr/share/pyshared/nipype/testing/data/weights.txt
/usr/share/pyshared/nipype/testing/data/wm_mask.mif
/usr/share/pyshared/nipype/testing/data/wm_undersampled.nii
/usr/share/pyshared/nipype/testing/data/zstat1.nii.gz
/usr/share/pyshared/nipype/testing/decorators.py
/usr/share/pyshared/nipype/testing/setup.py
/usr/share/pyshared/nipype/testing/utils.py
/usr/share/pyshared/nipype/utils/__init__.py
/usr/share/pyshared/nipype/utils/config.py
/usr/share/pyshared/nipype/utils/docparse.py
/usr/share/pyshared/nipype/utils/filemanip.py
/usr/share/pyshared/nipype/utils/logger.py
/usr/share/pyshared/nipype/utils/matlabtools.py
/usr/share/pyshared/nipype/utils/misc.py
/usr/share/pyshared/nipype/utils/onetime.py
/usr/share/pyshared/nipype/utils/provenance.py
/usr/share/pyshared/nipype/utils/setup.py
/usr/share/pyshared/nipype/utils/spm_docs.py
/usr/share/pyshared/nipype/utils/tests/__init__.py
/usr/share/pyshared/nipype/utils/tests/test_docparse.py
/usr/share/pyshared/nipype/utils/tests/test_filemanip.py
/usr/share/pyshared/nipype/utils/tests/test_misc.py
/usr/share/pyshared/nipype/utils/tmpdirs.py
/usr/share/pyshared/nipype/workflows/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/camino/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/camino/connectivity_mapping.py
/usr/share/pyshared/nipype/workflows/dmri/camino/diffusion.py
/usr/share/pyshared/nipype/workflows/dmri/camino/group_connectivity.py
/usr/share/pyshared/nipype/workflows/dmri/camino/setup.py
/usr/share/pyshared/nipype/workflows/dmri/connectivity/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/connectivity/group_connectivity.py
/usr/share/pyshared/nipype/workflows/dmri/connectivity/nx.py
/usr/share/pyshared/nipype/workflows/dmri/fsl/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/fsl/dti.py
/usr/share/pyshared/nipype/workflows/dmri/fsl/epi.py
/usr/share/pyshared/nipype/workflows/dmri/fsl/setup.py
/usr/share/pyshared/nipype/workflows/dmri/fsl/tbss.py
/usr/share/pyshared/nipype/workflows/dmri/mrtrix/__init__.py
/usr/share/pyshared/nipype/workflows/dmri/mrtrix/connectivity_mapping.py
/usr/share/pyshared/nipype/workflows/dmri/mrtrix/diffusion.py
/usr/share/pyshared/nipype/workflows/dmri/mrtrix/group_connectivity.py
/usr/share/pyshared/nipype/workflows/dmri/mrtrix/setup.py
/usr/share/pyshared/nipype/workflows/dmri/setup.py
/usr/share/pyshared/nipype/workflows/fmri/__init__.py
/usr/share/pyshared/nipype/workflows/fmri/fsl/__init__.py
/usr/share/pyshared/nipype/workflows/fmri/fsl/estimate.py
/usr/share/pyshared/nipype/workflows/fmri/fsl/preprocess.py
/usr/share/pyshared/nipype/workflows/fmri/fsl/setup.py
/usr/share/pyshared/nipype/workflows/fmri/setup.py
/usr/share/pyshared/nipype/workflows/fmri/spm/__init__.py
/usr/share/pyshared/nipype/workflows/fmri/spm/estimate.py
/usr/share/pyshared/nipype/workflows/fmri/spm/preprocess.py
/usr/share/pyshared/nipype/workflows/fmri/spm/setup.py
/usr/share/pyshared/nipype/workflows/fmri/spm/tests/__init__.py
/usr/share/pyshared/nipype/workflows/graph/__init__.py
/usr/share/pyshared/nipype/workflows/graph/setup.py
/usr/share/pyshared/nipype/workflows/misc/__init__.py
/usr/share/pyshared/nipype/workflows/misc/setup.py
/usr/share/pyshared/nipype/workflows/misc/utils.py
/usr/share/pyshared/nipype/workflows/rsfmri/__init__.py
/usr/share/pyshared/nipype/workflows/rsfmri/fsl/__init__.py
/usr/share/pyshared/nipype/workflows/rsfmri/fsl/resting.py
/usr/share/pyshared/nipype/workflows/rsfmri/fsl/setup.py
/usr/share/pyshared/nipype/workflows/rsfmri/setup.py
/usr/share/pyshared/nipype/workflows/setup.py
/usr/share/pyshared/nipype/workflows/smri/__init__.py
/usr/share/pyshared/nipype/workflows/smri/ants/ANTSBuildTemplate.py
/usr/share/pyshared/nipype/workflows/smri/ants/__init__.py
/usr/share/pyshared/nipype/workflows/smri/ants/antsRegistrationBuildTemplate.py
/usr/share/pyshared/nipype/workflows/smri/freesurfer/__init__.py
/usr/share/pyshared/nipype/workflows/smri/freesurfer/bem.py
/usr/share/pyshared/nipype/workflows/smri/freesurfer/setup.py
/usr/share/pyshared/nipype/workflows/smri/freesurfer/utils.py
/usr/share/pyshared/nipype/workflows/smri/setup.py
/usr/share/pyshared/nipype/workflows/warp/__init__.py
/usr/share/pyshared/nipype/workflows/warp/setup.py