Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle c629b167d4 wrap long lines to fix pylint warnings 3 years ago
  Fabian Peter Hammerle c68e57e71c format code with black 3 years ago
  Fabian Peter Hammerle 35c2e51fa8 CorticalParcellationStats.read: support pathlib.Path, http, s3 etc. via pandas.io.common.get_filepath_or_buffer 4 years ago
  Fabian Peter Hammerle 759c02da5b CorticalParcellationStats._parse_whole_brain_measurements_line: increase coverage 4 years ago
  Fabian Peter Hammerle 3a2481c161 CorticalParcellationStats.read: stricter parsing to avoid silent errors; added "BrainVolStatsFixed" header 4 years ago
  Fabian Peter Hammerle a6c58d54ab added simple test for soichi/stats/* to verify no exception gets raised 4 years ago
  Fabian Peter Hammerle 3da189650d added test case for soichi/stats/rh.aparc.stats (freesurfer 7) 4 years ago
  Fabian Peter Hammerle 87d07d3aa5 added GPLv3+ license 4 years ago
  Fabian Peter Hammerle e290916487 CorticalParcellationStats: rename attribute `structure_measurements` to `structural_measurements` 4 years ago
  Fabian Peter Hammerle 42be0083ef CorticalParcellationStats: changed type of attribute `whole_brain_measurements` to `pandas.DataFrame` 4 years ago
  Fabian Peter Hammerle f201462a21 CorticalParcellationStats.whole_brain_measurements column names: lower, replace spaces with underscores, append unit 4 years ago
  Fabian Peter Hammerle a983315872 CorticalParcellationStats.structure_measurements column names: lower & replace spaces with underscores 4 years ago
  Fabian Peter Hammerle d9778070fd CorticalParcellationStats: changed type of attribute `structure_measurements` to `pandas.DataFrame`; dropped attribute `structure_measurement_units` 4 years ago
  Fabian Peter Hammerle b7e7b6a979 CorticalParcellationStats: read measurements of structures 4 years ago
  Fabian Peter Hammerle 37548b27ce CorticalParcellationStats: rename attribute `general_measurements` -> `whole_brain_measurements` 4 years ago
  Fabian Peter Hammerle ac9a01b2b2 CorticalParcellationStats._read(): load whole-brain measurements 4 years ago
  Fabian Peter Hammerle 5e931c4df9 CorticalParcellationStats: store headers in `headers` attribute; added property `hemisphere` 4 years ago
  Fabian Peter Hammerle 9de35a959d CorticalParcellationStats._read_headers(): set additional headers 4 years ago
  Fabian Peter Hammerle 994cf548d4 added CorticalParcellationStats.read() reading stats file headers 4 years ago