Sometimes, we just don't get it right... :) Two bugs, a refactor, and a bit of linting:
I screwed up applying text labels to ROIs.
URLs inside the manifest json are relative... to the manifest file location, not the webpage location. When the json and html files are in the same location, no prob., but if not... then failed.
RF: had a function defined in annot2vtks that was only used in two_hemis_data_generate.py, so move it there.
and linting (change from tabs to spaces in index_data_download.py, since other Python files are using spaces)
Sometimes, we just don't get it right... :) Two bugs, a refactor, and a bit of linting:
json
are relative... to the manifest file location, not the webpage location. When thejson
andhtml
files are in the same location, no prob., but if not... then failed.RF: had a function defined in
annot2vtks
that was only used intwo_hemis_data_generate.py
, so move it there.and linting (change from tabs to spaces in
index_data_download.py
, since other Python files are using spaces)