Skip to content

Commit f6a9a81

Browse files
committed
add credit to @jokedurnez [skip ci]
1 parent 56fbac3 commit f6a9a81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nipype/algorithms/stats.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class ACMOutputSpec(TraitedSpec):
3333
class ACM(SimpleInterface):
3434
"""
3535
Calculate a simple Activation Count Maps
36+
37+
Adapted from: https://github.com/poldracklab/CNP_task_analysis/\
38+
blob/61c27f5992db9d8800884f8ffceb73e6957db8af/CNP_2nd_level_ACM.py
3639
"""
3740
input_spec = ACMInputSpec
3841
output_spec = ACMOutputSpec

0 commit comments

Comments
 (0)