diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index c23ecacb..00000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/scripts/make_vis_existing_results.py b/scripts/make_vis_existing_results.py new file mode 100644 index 00000000..e6996fed --- /dev/null +++ b/scripts/make_vis_existing_results.py @@ -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) \ No newline at end of file