This file is indexed.

/usr/share/python-support/python-nipy.public is in python-nipy 0.3.0-1ubuntu2.

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

/usr/share/pyshared/nipy-0.3.0.egg-info
/usr/share/pyshared/nipy/COMMIT_INFO.txt
/usr/share/pyshared/nipy/__config__.py
/usr/share/pyshared/nipy/__init__.py
/usr/share/pyshared/nipy/algorithms/__init__.py
/usr/share/pyshared/nipy/algorithms/clustering/__init__.py
/usr/share/pyshared/nipy/algorithms/clustering/bgmm.py
/usr/share/pyshared/nipy/algorithms/clustering/ggmixture.py
/usr/share/pyshared/nipy/algorithms/clustering/gmm.py
/usr/share/pyshared/nipy/algorithms/clustering/hierarchical_clustering.py
/usr/share/pyshared/nipy/algorithms/clustering/imm.py
/usr/share/pyshared/nipy/algorithms/clustering/setup.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_bgmm.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_clustering.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_ggm.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_gmm.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_hierarchical_clustering.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_imm.py
/usr/share/pyshared/nipy/algorithms/clustering/tests/test_vmm.py
/usr/share/pyshared/nipy/algorithms/clustering/utils.py
/usr/share/pyshared/nipy/algorithms/clustering/von_mises_fisher_mixture.py
/usr/share/pyshared/nipy/algorithms/diagnostics/__init__.py
/usr/share/pyshared/nipy/algorithms/diagnostics/screens.py
/usr/share/pyshared/nipy/algorithms/diagnostics/setup.py
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/data/generate_tsdiff_results.m
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/data/timediff.m
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/test_screen.py
/usr/share/pyshared/nipy/algorithms/diagnostics/tests/test_time_difference.py
/usr/share/pyshared/nipy/algorithms/diagnostics/timediff.py
/usr/share/pyshared/nipy/algorithms/diagnostics/tsdiffplot.py
/usr/share/pyshared/nipy/algorithms/fwhm.py
/usr/share/pyshared/nipy/algorithms/graph/__init__.py
/usr/share/pyshared/nipy/algorithms/graph/bipartite_graph.py
/usr/share/pyshared/nipy/algorithms/graph/field.py
/usr/share/pyshared/nipy/algorithms/graph/forest.py
/usr/share/pyshared/nipy/algorithms/graph/graph.py
/usr/share/pyshared/nipy/algorithms/graph/setup.py
/usr/share/pyshared/nipy/algorithms/graph/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/graph/tests/test_bipartite_graph.py
/usr/share/pyshared/nipy/algorithms/graph/tests/test_field.py
/usr/share/pyshared/nipy/algorithms/graph/tests/test_forest.py
/usr/share/pyshared/nipy/algorithms/graph/tests/test_graph.py
/usr/share/pyshared/nipy/algorithms/interpolation.py
/usr/share/pyshared/nipy/algorithms/kernel_smooth.py
/usr/share/pyshared/nipy/algorithms/optimize.py
/usr/share/pyshared/nipy/algorithms/registration/__init__.py
/usr/share/pyshared/nipy/algorithms/registration/affine.py
/usr/share/pyshared/nipy/algorithms/registration/chain_transform.py
/usr/share/pyshared/nipy/algorithms/registration/groupwise_registration.py
/usr/share/pyshared/nipy/algorithms/registration/histogram_registration.py
/usr/share/pyshared/nipy/algorithms/registration/optimizer.py
/usr/share/pyshared/nipy/algorithms/registration/polyaffine.py
/usr/share/pyshared/nipy/algorithms/registration/resample.py
/usr/share/pyshared/nipy/algorithms/registration/setup.py
/usr/share/pyshared/nipy/algorithms/registration/similarity_measures.py
/usr/share/pyshared/nipy/algorithms/registration/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_affine.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_chain_transforms.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_cubic_spline.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_fmri_realign4d.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_histogram_registration.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_polyaffine.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_register.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_resample.py
/usr/share/pyshared/nipy/algorithms/registration/tests/test_transform.py
/usr/share/pyshared/nipy/algorithms/registration/transform.py
/usr/share/pyshared/nipy/algorithms/resample.py
/usr/share/pyshared/nipy/algorithms/segmentation/__init__.py
/usr/share/pyshared/nipy/algorithms/segmentation/brain_segmentation.py
/usr/share/pyshared/nipy/algorithms/segmentation/segmentation.py
/usr/share/pyshared/nipy/algorithms/segmentation/setup.py
/usr/share/pyshared/nipy/algorithms/segmentation/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/segmentation/tests/test_segmentation.py
/usr/share/pyshared/nipy/algorithms/setup.py
/usr/share/pyshared/nipy/algorithms/statistics/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/api.py
/usr/share/pyshared/nipy/algorithms/statistics/bench/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/bench/bench_intvol.py
/usr/share/pyshared/nipy/algorithms/statistics/empirical_pvalue.py
/usr/share/pyshared/nipy/algorithms/statistics/formula/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/formula/formulae.py
/usr/share/pyshared/nipy/algorithms/statistics/formula/setup.py
/usr/share/pyshared/nipy/algorithms/statistics/formula/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/formula/tests/test_formula.py
/usr/share/pyshared/nipy/algorithms/statistics/mixed_effects_stat.py
/usr/share/pyshared/nipy/algorithms/statistics/models/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/models/family/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/models/family/family.py
/usr/share/pyshared/nipy/algorithms/statistics/models/family/links.py
/usr/share/pyshared/nipy/algorithms/statistics/models/family/varfuncs.py
/usr/share/pyshared/nipy/algorithms/statistics/models/glm.py
/usr/share/pyshared/nipy/algorithms/statistics/models/info.py
/usr/share/pyshared/nipy/algorithms/statistics/models/model.py
/usr/share/pyshared/nipy/algorithms/statistics/models/nlsmodel.py
/usr/share/pyshared/nipy/algorithms/statistics/models/regression.py
/usr/share/pyshared/nipy/algorithms/statistics/models/setup.py
/usr/share/pyshared/nipy/algorithms/statistics/models/setupscons.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/exampledata.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_anova.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_ar.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_data.bin
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_estimable.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_glm.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_model.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_olsR.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_regression.py
/usr/share/pyshared/nipy/algorithms/statistics/models/tests/test_utils.py
/usr/share/pyshared/nipy/algorithms/statistics/models/utils.py
/usr/share/pyshared/nipy/algorithms/statistics/onesample.py
/usr/share/pyshared/nipy/algorithms/statistics/rft.py
/usr/share/pyshared/nipy/algorithms/statistics/setup.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_empirical_pvalue.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_histogram.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_intrinsic_volumes.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_mixed_effects.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_onesample.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_quantile.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_rft.py
/usr/share/pyshared/nipy/algorithms/statistics/tests/test_utils.py
/usr/share/pyshared/nipy/algorithms/statistics/utils.py
/usr/share/pyshared/nipy/algorithms/tests/test_kernel_smooth.py
/usr/share/pyshared/nipy/algorithms/tests/test_resample.py
/usr/share/pyshared/nipy/algorithms/utils/fast_distance.py
/usr/share/pyshared/nipy/algorithms/utils/matrices.py
/usr/share/pyshared/nipy/algorithms/utils/pca.py
/usr/share/pyshared/nipy/algorithms/utils/setup.py
/usr/share/pyshared/nipy/algorithms/utils/tests/__init__.py
/usr/share/pyshared/nipy/algorithms/utils/tests/test_fast_distance.py
/usr/share/pyshared/nipy/algorithms/utils/tests/test_matrices.py
/usr/share/pyshared/nipy/algorithms/utils/tests/test_pca.py
/usr/share/pyshared/nipy/algorithms/utils/tests/test_pca_image.py
/usr/share/pyshared/nipy/core/__init__.py
/usr/share/pyshared/nipy/core/api.py
/usr/share/pyshared/nipy/core/image/__init__.py
/usr/share/pyshared/nipy/core/image/image.py
/usr/share/pyshared/nipy/core/image/image_list.py
/usr/share/pyshared/nipy/core/image/image_spaces.py
/usr/share/pyshared/nipy/core/image/roi.py
/usr/share/pyshared/nipy/core/image/setup.py
/usr/share/pyshared/nipy/core/image/tests/test_image.py
/usr/share/pyshared/nipy/core/image/tests/test_image_list.py
/usr/share/pyshared/nipy/core/image/tests/test_image_spaces.py
/usr/share/pyshared/nipy/core/image/tests/test_rollimg.py
/usr/share/pyshared/nipy/core/reference/__init__.py
/usr/share/pyshared/nipy/core/reference/array_coords.py
/usr/share/pyshared/nipy/core/reference/coordinate_map.py
/usr/share/pyshared/nipy/core/reference/coordinate_system.py
/usr/share/pyshared/nipy/core/reference/setup.py
/usr/share/pyshared/nipy/core/reference/slices.py
/usr/share/pyshared/nipy/core/reference/spaces.py
/usr/share/pyshared/nipy/core/reference/tests/matrix_groups.py
/usr/share/pyshared/nipy/core/reference/tests/test_array_coords.py
/usr/share/pyshared/nipy/core/reference/tests/test_coordinate_map.py
/usr/share/pyshared/nipy/core/reference/tests/test_coordinate_system.py
/usr/share/pyshared/nipy/core/reference/tests/test_matrix_groups.py
/usr/share/pyshared/nipy/core/reference/tests/test_parametrized_surface.py
/usr/share/pyshared/nipy/core/reference/tests/test_slices.py
/usr/share/pyshared/nipy/core/reference/tests/test_spaces.py
/usr/share/pyshared/nipy/core/setup.py
/usr/share/pyshared/nipy/core/utils/__init__.py
/usr/share/pyshared/nipy/core/utils/generators.py
/usr/share/pyshared/nipy/core/utils/setup.py
/usr/share/pyshared/nipy/core/utils/tests/__init__.py
/usr/share/pyshared/nipy/core/utils/tests/test_generators.py
/usr/share/pyshared/nipy/externals/__init__.py
/usr/share/pyshared/nipy/externals/argparse.py
/usr/share/pyshared/nipy/externals/configobj.py
/usr/share/pyshared/nipy/externals/setup.py
/usr/share/pyshared/nipy/externals/transforms3d/__init__.py
/usr/share/pyshared/nipy/externals/transforms3d/quaternions.py
/usr/share/pyshared/nipy/externals/transforms3d/setup.py
/usr/share/pyshared/nipy/externals/transforms3d/taitbryan.py
/usr/share/pyshared/nipy/externals/transforms3d/tests/__init__.py
/usr/share/pyshared/nipy/externals/transforms3d/tests/samples.py
/usr/share/pyshared/nipy/externals/transforms3d/tests/test_quaternions.py
/usr/share/pyshared/nipy/externals/transforms3d/tests/test_taitbryan.py
/usr/share/pyshared/nipy/externals/transforms3d/utils.py
/usr/share/pyshared/nipy/externals/validate.py
/usr/share/pyshared/nipy/fixes/__init__.py
/usr/share/pyshared/nipy/fixes/nibabel/__init__.py
/usr/share/pyshared/nipy/fixes/nibabel/orientations.py
/usr/share/pyshared/nipy/fixes/numpy/__init__.py
/usr/share/pyshared/nipy/fixes/numpy/testing/__init__.py
/usr/share/pyshared/nipy/fixes/numpy/testing/noseclasses.py
/usr/share/pyshared/nipy/fixes/numpy/testing/nosetester.py
/usr/share/pyshared/nipy/fixes/numpy/testing/utils.py
/usr/share/pyshared/nipy/fixes/setup.py
/usr/share/pyshared/nipy/fixes/sympy/__init__.py
/usr/share/pyshared/nipy/fixes/sympy/utilities/__init__.py
/usr/share/pyshared/nipy/fixes/sympy/utilities/compatibility.py
/usr/share/pyshared/nipy/fixes/sympy/utilities/lambdify.py
/usr/share/pyshared/nipy/info.py
/usr/share/pyshared/nipy/interfaces/__init__.py
/usr/share/pyshared/nipy/interfaces/matlab.py
/usr/share/pyshared/nipy/interfaces/setup.py
/usr/share/pyshared/nipy/interfaces/spm.py
/usr/share/pyshared/nipy/interfaces/tests/__init__.py
/usr/share/pyshared/nipy/interfaces/tests/test_mlabtemp.py
/usr/share/pyshared/nipy/io/__init__.py
/usr/share/pyshared/nipy/io/api.py
/usr/share/pyshared/nipy/io/files.py
/usr/share/pyshared/nipy/io/imageformats/__init__.py
/usr/share/pyshared/nipy/io/nifti_ref.py
/usr/share/pyshared/nipy/io/setup.py
/usr/share/pyshared/nipy/io/tests/__init__.py
/usr/share/pyshared/nipy/io/tests/test_image_io.py
/usr/share/pyshared/nipy/io/tests/test_nifti_ref.py
/usr/share/pyshared/nipy/io/tests/test_save.py
/usr/share/pyshared/nipy/labs/__config__.py
/usr/share/pyshared/nipy/labs/__init__.py
/usr/share/pyshared/nipy/labs/bindings/__init__.py
/usr/share/pyshared/nipy/labs/bindings/benchmarks/__init__.py
/usr/share/pyshared/nipy/labs/bindings/benchmarks/bench_numpy.py
/usr/share/pyshared/nipy/labs/bindings/setup.py
/usr/share/pyshared/nipy/labs/bindings/tests/__init__.py
/usr/share/pyshared/nipy/labs/bindings/tests/test_array.py
/usr/share/pyshared/nipy/labs/bindings/tests/test_blas1.py
/usr/share/pyshared/nipy/labs/bindings/tests/test_blas3.py
/usr/share/pyshared/nipy/labs/bindings/tests/test_linalg.py
/usr/share/pyshared/nipy/labs/bindings/tests/test_numpy.py
/usr/share/pyshared/nipy/labs/datasets/__init__.py
/usr/share/pyshared/nipy/labs/datasets/converters.py
/usr/share/pyshared/nipy/labs/datasets/setup.py
/usr/share/pyshared/nipy/labs/datasets/tests/test_converters.py
/usr/share/pyshared/nipy/labs/datasets/transforms/affine_transform.py
/usr/share/pyshared/nipy/labs/datasets/transforms/affine_utils.py
/usr/share/pyshared/nipy/labs/datasets/transforms/setup.py
/usr/share/pyshared/nipy/labs/datasets/transforms/tests/test_affine_transform.py
/usr/share/pyshared/nipy/labs/datasets/transforms/tests/test_affine_utils.py
/usr/share/pyshared/nipy/labs/datasets/transforms/tests/test_transform.py
/usr/share/pyshared/nipy/labs/datasets/transforms/transform.py
/usr/share/pyshared/nipy/labs/datasets/volumes/__init__.py
/usr/share/pyshared/nipy/labs/datasets/volumes/setup.py
/usr/share/pyshared/nipy/labs/datasets/volumes/tests/test_volume_data.py
/usr/share/pyshared/nipy/labs/datasets/volumes/tests/test_volume_field.py
/usr/share/pyshared/nipy/labs/datasets/volumes/tests/test_volume_grid.py
/usr/share/pyshared/nipy/labs/datasets/volumes/tests/test_volume_img.py
/usr/share/pyshared/nipy/labs/datasets/volumes/volume_data.py
/usr/share/pyshared/nipy/labs/datasets/volumes/volume_field.py
/usr/share/pyshared/nipy/labs/datasets/volumes/volume_grid.py
/usr/share/pyshared/nipy/labs/datasets/volumes/volume_img.py
/usr/share/pyshared/nipy/labs/glm/__init__.py
/usr/share/pyshared/nipy/labs/glm/benchmarks/__init__.py
/usr/share/pyshared/nipy/labs/glm/benchmarks/bench_glm.py
/usr/share/pyshared/nipy/labs/glm/glm.py
/usr/share/pyshared/nipy/labs/glm/setup.py
/usr/share/pyshared/nipy/labs/glm/tests/__init__.py
/usr/share/pyshared/nipy/labs/glm/tests/test_glm.py
/usr/share/pyshared/nipy/labs/group/__init__.py
/usr/share/pyshared/nipy/labs/group/displacement_field.py
/usr/share/pyshared/nipy/labs/group/mixed_effects.py
/usr/share/pyshared/nipy/labs/group/permutation_test.py
/usr/share/pyshared/nipy/labs/group/setup.py
/usr/share/pyshared/nipy/labs/group/spatial_relaxation_onesample.py
/usr/share/pyshared/nipy/labs/group/tests/test_displacement_field.py
/usr/share/pyshared/nipy/labs/group/tests/test_mixed_effects.py
/usr/share/pyshared/nipy/labs/group/tests/test_permutation_test.py
/usr/share/pyshared/nipy/labs/group/tests/test_routines.py
/usr/share/pyshared/nipy/labs/group/tests/test_spatial_relaxation_onesample.py
/usr/share/pyshared/nipy/labs/mask.py
/usr/share/pyshared/nipy/labs/setup.py
/usr/share/pyshared/nipy/labs/spatial_models/__init__.py
/usr/share/pyshared/nipy/labs/spatial_models/bayesian_structural_analysis.py
/usr/share/pyshared/nipy/labs/spatial_models/bsa_io.py
/usr/share/pyshared/nipy/labs/spatial_models/discrete_domain.py
/usr/share/pyshared/nipy/labs/spatial_models/hierarchical_parcellation.py
/usr/share/pyshared/nipy/labs/spatial_models/hroi.py
/usr/share/pyshared/nipy/labs/spatial_models/mroi.py
/usr/share/pyshared/nipy/labs/spatial_models/parcel_io.py
/usr/share/pyshared/nipy/labs/spatial_models/parcellation.py
/usr/share/pyshared/nipy/labs/spatial_models/setup.py
/usr/share/pyshared/nipy/labs/spatial_models/structural_bfls.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/__init__.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_bsa.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_discrete_domain.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_hroi.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_mroi.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_parcel.py
/usr/share/pyshared/nipy/labs/spatial_models/tests/test_parcel_io.py
/usr/share/pyshared/nipy/labs/statistical_mapping.py
/usr/share/pyshared/nipy/labs/tests/test_mask.py
/usr/share/pyshared/nipy/labs/tests/test_statistical_mapping.py
/usr/share/pyshared/nipy/labs/utils/__init__.py
/usr/share/pyshared/nipy/labs/utils/mask.py
/usr/share/pyshared/nipy/labs/utils/random_threshold.py
/usr/share/pyshared/nipy/labs/utils/reproducibility_measures.py
/usr/share/pyshared/nipy/labs/utils/setup.py
/usr/share/pyshared/nipy/labs/utils/simul_multisubject_fmri_dataset.py
/usr/share/pyshared/nipy/labs/utils/tests/test_misc.py
/usr/share/pyshared/nipy/labs/utils/tests/test_random_threshold.py
/usr/share/pyshared/nipy/labs/utils/tests/test_repro.py
/usr/share/pyshared/nipy/labs/utils/tests/test_simul_multisubject_fmri_dataset.py
/usr/share/pyshared/nipy/labs/utils/zscore.py
/usr/share/pyshared/nipy/labs/viz.py
/usr/share/pyshared/nipy/labs/viz3d.py
/usr/share/pyshared/nipy/labs/viz_tools/activation_maps.py
/usr/share/pyshared/nipy/labs/viz_tools/anat_cache.py
/usr/share/pyshared/nipy/labs/viz_tools/cm.py
/usr/share/pyshared/nipy/labs/viz_tools/coord_tools.py
/usr/share/pyshared/nipy/labs/viz_tools/edge_detect.py
/usr/share/pyshared/nipy/labs/viz_tools/maps_3d.py
/usr/share/pyshared/nipy/labs/viz_tools/setup.py
/usr/share/pyshared/nipy/labs/viz_tools/slicers.py
/usr/share/pyshared/nipy/labs/viz_tools/test/test_activation_maps.py
/usr/share/pyshared/nipy/labs/viz_tools/test/test_cm.py
/usr/share/pyshared/nipy/labs/viz_tools/test/test_coord_tools.py
/usr/share/pyshared/nipy/labs/viz_tools/test/test_edge_detect.py
/usr/share/pyshared/nipy/labs/viz_tools/test/test_slicers.py
/usr/share/pyshared/nipy/modalities/__init__.py
/usr/share/pyshared/nipy/modalities/fmri/__init__.py
/usr/share/pyshared/nipy/modalities/fmri/api.py
/usr/share/pyshared/nipy/modalities/fmri/design.py
/usr/share/pyshared/nipy/modalities/fmri/design_matrix.py
/usr/share/pyshared/nipy/modalities/fmri/experimental_paradigm.py
/usr/share/pyshared/nipy/modalities/fmri/fmri.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/__init__.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/api.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/delay.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/hrf.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/invert.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/model.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/outputters.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/setup.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/FIACdesigns.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/test_FIAC.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/test_hrf.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/test_iterables.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/test_model.py
/usr/share/pyshared/nipy/modalities/fmri/fmristat/tests/test_outputters.py
/usr/share/pyshared/nipy/modalities/fmri/glm.py
/usr/share/pyshared/nipy/modalities/fmri/hemodynamic_models.py
/usr/share/pyshared/nipy/modalities/fmri/hrf.py
/usr/share/pyshared/nipy/modalities/fmri/setup.py
/usr/share/pyshared/nipy/modalities/fmri/spm/__init__.py
/usr/share/pyshared/nipy/modalities/fmri/spm/correlation.py
/usr/share/pyshared/nipy/modalities/fmri/spm/example.py
/usr/share/pyshared/nipy/modalities/fmri/spm/model.py
/usr/share/pyshared/nipy/modalities/fmri/spm/reml.py
/usr/share/pyshared/nipy/modalities/fmri/spm/trace.py
/usr/share/pyshared/nipy/modalities/fmri/tests/spm_dmtx.npz
/usr/share/pyshared/nipy/modalities/fmri/tests/test_aliases.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_dmtx.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_fmri.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_glm.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_hemodynamic_models.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_hrf.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_iterators.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_paradigm.py
/usr/share/pyshared/nipy/modalities/fmri/tests/test_utils.py
/usr/share/pyshared/nipy/modalities/fmri/utils.py
/usr/share/pyshared/nipy/modalities/setup.py
/usr/share/pyshared/nipy/pkg_info.py
/usr/share/pyshared/nipy/setup.py
/usr/share/pyshared/nipy/testing/__init__.py
/usr/share/pyshared/nipy/testing/anatomical.nii.gz
/usr/share/pyshared/nipy/testing/decorators.py
/usr/share/pyshared/nipy/testing/doctester.py
/usr/share/pyshared/nipy/testing/functional.nii.gz
/usr/share/pyshared/nipy/testing/nosepatch.py
/usr/share/pyshared/nipy/testing/nosetester.py
/usr/share/pyshared/nipy/testing/setup.py
/usr/share/pyshared/nipy/testing/tests/__init__.py
/usr/share/pyshared/nipy/testing/tests/test_doctester.py
/usr/share/pyshared/nipy/testing/tests/test_doctesting.py
/usr/share/pyshared/nipy/testing/tests/test_images.py
/usr/share/pyshared/nipy/tests/__init__.py
/usr/share/pyshared/nipy/tests/test_scripts.py
/usr/share/pyshared/nipy/utils/__init__.py
/usr/share/pyshared/nipy/utils/arrays.py
/usr/share/pyshared/nipy/utils/compat3.py
/usr/share/pyshared/nipy/utils/perlpie.py
/usr/share/pyshared/nipy/utils/setup.py
/usr/share/pyshared/nipy/utils/skip_test.py
/usr/share/pyshared/nipy/utils/tests/__init__.py
/usr/share/pyshared/nipy/utils/tests/test_arrays.py
/usr/share/pyshared/nipy/utils/tests/test_compat3.py
/usr/share/pyshared/nipy/utils/tests/test_skip_test.py