Interface: SearchlightOptions
Defined in: src/searchlight/searchlight.ts:22
Options for searchlight analysis
Properties
eager?
ts
optional eager?: boolean;Defined in: src/searchlight/searchlight.ts:24
Whether to eagerly compute the searchlight ROIs
nonzero?
ts
optional nonzero?: boolean;Defined in: src/searchlight/searchlight.ts:26
Whether to include only coordinates with nonzero values
cores?
ts
optional cores?: number;Defined in: src/searchlight/searchlight.ts:28
Number of cores/workers to use for parallel computation
onProgress?
ts
optional onProgress?: (progress) => void;Defined in: src/searchlight/searchlight.ts:30
Progress callback
Parameters
progress
number
Returns
void