src/presets/presets.segmentation.freesurfer.js

Summary

Maintainability
F
3 days
Test Coverage

File presets.segmentation.freesurfer.js has 1383 lines of code (exceeds 250 allowed). Consider refactoring.
Open

const segmentationFs = {
  0: { color: [0, 0, 0], opacity: 0, label: 'Unknown' },
  1: { color: [70, 130, 180], opacity: 1, label: 'Left-Cerebral-Exterior' },
  2: { color: [245, 245, 245], opacity: 1, label: 'Left-Cerebral-White-Matter' },
  3: { color: [205, 62, 78], opacity: 1, label: 'Left-Cerebral-Cortex' },
Severity: Major
Found in src/presets/presets.segmentation.freesurfer.js - About 3 days to fix

    There are no issues that match your filters.

    Category
    Status