Skip to content

Commit

Permalink
tiny script generate visualizations from existing results
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Sep 25, 2017
1 parent aca9788 commit ad4548f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

8 changes: 8 additions & 0 deletions scripts/make_vis_existing_results.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

from neuropredict.run_workflow import make_visualizations as make_vis
from os.path import join as pjoin, exists as pexists, abspath, realpath, dirname, basename

wdir = '/u1/work/hpc3194/4RTNI/processed/graynet/freesurfer_curv_GLASSER2016_fwhm10_range-0.3_0.3_nbins25/predict_comparison'

res_path = pjoin(wdir, 'rhst_results.pkl')
make_vis(res_path, wdir)

0 comments on commit ad4548f

Please sign in to comment.