Skip to content

Commit d0b8c1d

Browse files
committed
fix bad character encoding
1 parent ecc0245 commit d0b8c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

checkCFG.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@
176176
% key:value pairs of pre-applied software filters and their parameter
177177
% values: e.g., {"SSS": {"frame": "head", "badlimit": 7}},
178178
% {"SpatialCompensation": {"GradientOrder": Order of the gradient
179-
% compensation}}. Write n/a if no software filters applied.
179+
% compensation}}. Write "n/a" if no software filters applied.
180180
fieldsToSet.bids.meg.SoftwareFilters = [];
181181

182-
% REQUIRED Boolean (true or false) value indicating whether anatomical
182+
% REQUIRED Boolean ("true" or "false") value indicating whether anatomical
183183
% landmark points (i.e. fiducials) are contained within this recording.
184184
fieldsToSet.bids.meg.DigitizedLandmarks = [];
185185

186-
% REQUIRED Boolean (true or false) value indicating whether head points
186+
% REQUIRED Boolean ("true" or "false") value indicating whether head points
187187
% outlining the scalp/face surface are contained within this recording
188188
fieldsToSet.bids.meg.DigitizedHeadPoints = [];
189189

0 commit comments

Comments
 (0)