VivoQuant 6.3.0
Loading...
Searching...
No Matches
BrainAtlasNaming::Parts Struct Reference

Components extracted from an atlas filename. More...

#include <BrainAtlasNaming.h>

Public Attributes

string prefix
 
string animal
 
string modality
 
bool hasAtlasSuffix = false
 

Detailed Description

Components extracted from an atlas filename.

Member Data Documentation

◆ animal

string animal

Canonical animal name.

Examples:

  • Mouse
  • Rat

◆ hasAtlasSuffix

bool hasAtlasSuffix = false

True if the parsed filename explicitly contained the "Atlas" suffix.

◆ modality

string modality

Anatomical modality.

Empty for ROI (.rmha) files.

Examples:

  • CT
  • MR
  • PET

◆ prefix

string prefix

Prefix preceding the animal name.

Examples:

  • invicro
  • MyCustom
  • "" (no prefix)