Skip to content

Commit 3fe37d2

Browse files
committed
update copyright in help and simplify CI
1 parent eda4117 commit 3fe37d2

28 files changed

+25
-132
lines changed

.github/workflows/miss_hit.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/update-contributors.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.tributors

Lines changed: 0 additions & 33 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# linting
2-
miss_hit==0.9.30
2+
miss_hit==0.9.35
33
pre-commit
44

55
# doc

src/atlas/copyAtlasToSpmDir.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function copyAtlasToSpmDir(varargin)
1313
% :type verbose: boolean
1414
%
1515
%
16+
1617
% (C) Copyright 2022 CPP ROI developers
1718

1819
args = inputParser;

src/atlas/extractRoiByLabel.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
% and ``label`` for the corresponding label
1515
% :type labelStruct: structure
1616
%
17+
1718
% (C) Copyright 2021 CPP ROI developers
1819

1920
hdr = spm_vol(sourceImage);

src/atlas/extractRoiFromAtlas.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
% :type roiName: string
1717
% :type hemisphere: string
1818
%
19+
1920
% (C) Copyright 2021 CPP ROI developers
2021

2122
if ~ismember(hemisphere, {'L', 'R'})

src/atlas/getAtlasAndLut.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
% Gets the atlas image and the look up table of a given atlas
44
%
55
%
6+
67
% (C) Copyright 2021 CPP ROI developers
78

89
lut = getLookUpTable(atlasName);

src/atlas/getAtlasFilename.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
% PMID: 25452571
1515
% Probabilistic Maps of Visual Topography in Human Cortex
1616
%
17+
1718
% (C) Copyright 2021 CPP ROI developers
1819

1920
atlasDir = returnAtlasDir(atlasName);

src/atlas/getLookUpTable.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
%
1111
% :returns: - :roiLabelLUT: a structure with the fields ``ROI`` and ``label``
1212
%
13+
1314
% (C) Copyright 2021 CPP ROI developers
1415

1516
if exist(atlasName, 'file')

0 commit comments

Comments
 (0)