@@ -113,8 +113,8 @@ def reference_angle(self, value):
113113
114114 Select the angle(s) to use for the operation, by default empty (`""`).
115115
116- NOTE: this value will be used to render `angles=[use Angle VALUE]` when calling
117- the `fmt_use_acitt()` method.
116+ NOTE: this value will be used to render `angles=[use Angle VALUE]` when
117+ calling the `fmt_use_acitt()` method.
118118
119119 Parameters
120120 ----------
@@ -127,11 +127,11 @@ def reference_angle(self, value):
127127 def reference_channel (self , value ):
128128 """Set the reference channel when using *Expert Grouping Options*.
129129
130- Select the channel(s) to use for the operation, by default the averaging mode
131- will be used (`channels=[Average Channels]`).
130+ Select the channel(s) to use for the operation, by default the averaging
131+ mode will be used (`channels=[Average Channels]`).
132132
133- NOTE: this value will be used to render `channels=[use Channel VALUE]` when
134- calling the `fmt_use_acitt()` method.
133+ NOTE: this value will be used to render `channels=[use Channel VALUE]`
134+ when calling the `fmt_use_acitt()` method.
135135
136136 Parameters
137137 ----------
@@ -147,11 +147,11 @@ def reference_channel(self, value):
147147 def reference_illumination (self , value ):
148148 """Set the reference illumination when using *Expert Grouping Options*.
149149
150- Select the illumination(s) to use for the operation, by default the averaging
151- mode will be used (`illuminations=[Average Illuminations]`).
150+ Select the illumination(s) to use for the operation, by default the
151+ averaging mode will be used (`illuminations=[Average Illuminations]`).
152152
153- NOTE: this value will be used to render `illuminations=[use Illumination VALUE]`
154- when calling the `fmt_use_acitt()` method.
153+ NOTE: this value will be used to render `illuminations=[use Illumination
154+ VALUE]` when calling the `fmt_use_acitt()` method.
155155
156156 Parameters
157157 ----------
@@ -169,11 +169,11 @@ def reference_illumination(self, value):
169169 def reference_tile (self , value ):
170170 """Set the reference tile when using *Expert Grouping Options*.
171171
172- Select the tile(s) to use for the operation, by default the averaging mode will
173- be used (`tiles=[Average Tiles]`).
172+ Select the tile(s) to use for the operation, by default the averaging
173+ mode will be used (`tiles=[Average Tiles]`).
174174
175- NOTE: this value will be used to render `tiles=[use Tile VALUE]` when calling
176- the `fmt_use_acitt()` method.
175+ NOTE: this value will be used to render `tiles=[use Tile VALUE]` when
176+ calling the `fmt_use_acitt()` method.
177177
178178 Parameters
179179 ----------
@@ -186,11 +186,11 @@ def reference_tile(self, value):
186186 def reference_timepoint (self , value ):
187187 """Set the reference timepoint when using *Expert Grouping Options*.
188188
189- Select the timepoint(s) to use for the operation, by default the averaging mode
190- will be used (`timepoints=[Average Timepoints]`).
189+ Select the timepoint(s) to use for the operation, by default the
190+ averaging mode will be used (`timepoints=[Average Timepoints]`).
191191
192- NOTE: this value will be used to render `timepoints=[use Timepoint VALUE]` when
193- calling the `fmt_use_acitt()` method.
192+ NOTE: this value will be used to render `timepoints=[use Timepoint
193+ VALUE]` when calling the `fmt_use_acitt()` method.
194194
195195 Parameters
196196 ----------
@@ -239,7 +239,7 @@ def process_channel(self, value, range_end=None):
239239 Parameters
240240 ----------
241241 value : str, int, list of int or list of str
242- The channel(s) to use for processing, either a single value or a list.
242+ The channel(s) to use for processing, a single value or a list.
243243 range_end : int, optional
244244 Contains the end of the range, by default None.
245245
@@ -259,13 +259,13 @@ def process_channel(self, value, range_end=None):
259259 def process_illumination (self , value , range_end = None ):
260260 """Set the processing option for illuminations.
261261
262- Update the illumination processing option and selection depending on input.
263- If the range_end is not None, it is considered as a range.
262+ Update the illumination processing option and selection depending on
263+ input. If the range_end is not None, it is considered as a range.
264264
265265 Parameters
266266 ----------
267267 value : str, int, list of int or list of str
268- The illumination(s) to use for processing, either a single value or a list.
268+ The illumination(s) to use for processing, a single value or a list.
269269 range_end : int, optional
270270 Contains the end of the range, by default None.
271271
@@ -291,7 +291,7 @@ def process_tile(self, value, range_end=None):
291291 Parameters
292292 ----------
293293 value : str, int, list of int or list of str
294- The tile(s) to use for processing, either a single value or a list.
294+ The tile(s) to use for processing, a single value or a list.
295295 range_end : int, optional
296296 Contains the end of the range, by default None.
297297
@@ -317,7 +317,7 @@ def process_timepoint(self, value, range_end=None):
317317 Parameters
318318 ----------
319319 value : str, int, list of int or list of str
320- The timepoint(s) to use for processing, either a single value or a list.
320+ The timepoint(s) to use for processing, a single value or a list.
321321 range_end : int, optional
322322 Contains the end of the range, by default None.
323323
0 commit comments