Package bar :: Module mbatParser
[hide private]
[frames] | no frames]

Module mbatParser

The module provides classes necessary to parse MBAT atlases.

Import Graph
Import Graph

Classes [hide private]
  barMbatLabel
Helper class for mbat .lif file
  barMBATParser
Generic parser for MBAT atlases (http://mbat.loni.ucla.edu/).
Functions [hide private]
str
_parse_hex(string)
Parsers priovided color string (perhaps in shorthanded form) into '#xxxxxx' string.
Variables [hide private]
  __package__ = 'bar'
Function Details [hide private]

_parse_hex(string)

 

Parsers priovided color string (perhaps in shorthanded form) into '#xxxxxx' string. Code found somewhere over the internet.

Parameters:
  • string (string to process) - rgb color string to parse
Returns: str
Color code string '#xxxxxx"