Skip to content

Commit

Permalink
voxelWiseEstimation -> hasVoxelWiseEstimation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Oct 31, 2014
1 parent a8b5b38 commit 03db14f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nidm/nidm-results/fsl/fsl_results.provn
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ document
activity(niiri:model_pe_id,
[prov:type = 'nidm:ModelParametersEstimation',
nidm:withEstimationMethod = 'nidm:OrdinaryLeastSquares',
nidm:voxelWiseEstimation = 'nidm:MassUnivariate',
nidm:hasVoxelWiseEstimation = 'nidm:MassUnivariate',
prov:label = "Model parameters estimation"])

activity(niiri:contrast_estimation_id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ document
activity(niiri:model_pe_id,
[prov:type = 'nidm:ModelParametersEstimation',
nidm:withEstimationMethod = 'nidm:GeneralizedLeastSquares',
nidm:voxelWiseEstimation = 'nidm:MassUnivariate',
nidm:hasVoxelWiseEstimation = 'nidm:MassUnivariate',
prov:label = "Model parameters estimation"])
wasAssociatedWith(niiri:model_pe_id, niiri:software_id,-)
used(niiri:model_pe_id, niiri:design_matrix_id,-)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ document
activity(niiri:model_fitting_id,
[prov:type = 'nidm:ModelParametersEstimation',
nidm:withEstimationMethod = 'nidm:OrdinaryLeastSquares',
nidm:voxelWiseEstimation = 'nidm:MassUnivariate',
nidm:hasVoxelWiseEstimation = 'nidm:MassUnivariate',
prov:label = "Model Parameters Estimation"])
wasAssociatedWith(niiri:model_fitting_id, niiri:software_id,-)
used(niiri:model_fitting_id, niiri:design_matrix_id,-)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ document
activity(niiri:model_fitting_id,
[prov:type = 'nidm:ModelParametersEstimation',
nidm:withEstimationMethod = 'nidm:OrdinaryLeastSquares',
nidm:voxelWiseEstimation = 'nidm:MassUnivariate',
nidm:hasVoxelWiseEstimation = 'nidm:MassUnivariate',
prov:label = "Model Parameters Estimation"])
wasAssociatedWith(niiri:model_fitting_id, niiri:software_id,-)
used(niiri:model_fitting_id, niiri:design_matrix_id,-)
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/spm/spm_results.provn
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ document
[prov:type = 'nidm:ModelParametersEstimation',
prov:label = "Model parameters estimation",
nidm:withEstimationMethod = 'nidm:OrdinaryLeastSquares',
nidm:voxelWiseEstimation = 'nidm:MassUnivariate'
nidm:hasVoxelWiseEstimation = 'nidm:MassUnivariate'
])
wasAssociatedWith(niiri:model_pe_id, niiri:software_id,-)
used(niiri:model_pe_id, niiri:design_matrix_id,-)
Expand Down

0 comments on commit 03db14f

Please sign in to comment.