Lead-DBS
  • Home
  • About
    • Deep Brain Stimulation
    • Quickstart Primer (Post-OP CT-Scans)
    • Quickstart Primer (Post-OP MR-Scans)
    • Publications
    • Citing Lead-DBS
    • Data & Code inclusion philosophy
    • List of Lead-DBS dependencies
    • Lead Connectome
  • News
  • Help/Support
    • Slack User Channel
    • Forum
    • Knowledge Base
      • Lead-DBS Methods
        • AC/PC to MNI conversion
        • DBS Network Mapping
        • Subcortical Electrophysiology Mapping (SEM)
      • Atlases/Resources
        • Cortical Atlas Parcellations (MNI-Space)
        • Subcortical Atlases (MNI-Space)
        • The DISTAL atlas
        • Macaque Atlases (MNI-Space)
        • Normative Connectomes
        • FEM-based VTA model
      • Walkthrough-Videos
      • Other Videos
      • Screenshots
  • Manual
  • Workshops
    • Brisbane February 2020
    • Machine Learning – Berlin September 2019
    • Berlin September 2019
    • Past workshops
      • Hamburg February 2019
      • Shanghai September 2018
      • Berlin 2016
  • Download
  • Contact
  • Search
  • Menu Menu

General discussion

You are here: Home1 / Forums2 / Support Forum (ARCHIVED – Please use Slack Channel instead)3 / General discussion4

Tagged: OS

Viewing 7 posts - 16 through 22 (of 22 total)
← 1 2
  • Author
    Posts
  • 10/13/2017 at 7:02 PM #3561
    Alexandre
    Participant

    Thank you! very useful

    11/20/2017 at 9:40 PM #3759
    Alexandre
    Participant

    Thank you, it was of great help.

    I was going through the stimulation folders and ea_stats file and I could find the VTAs volume. Is there a way to find the VTAs diameter or radius?

    Regards,

    Alexandre

    07/05/2018 at 11:44 AM #5041
    rubenscury
    Participant

    Dear Andreas,
    I’m trying to coregister the images but it is not working…the error below appears in the matlab,
    I’m using anat_1.ii anat_2.nii postop_ct.nii…..

    I’ve already deleted and reinstalled the lead DBS, but the error continues….
    Can you help me?
    Many thanks

    ANTs LINEAR registration done.
    Coregistration done.
    Tonemapping CT… Done. (2.1754 s)

    Exporting coregistration check images to /Users/rubenscury/Desktop/vanilson sn/checkreg…
    Tonemapping CT… Done. (0.8466 s)
    Images aren’t the same size!
    Done.
    Undefined function or variable ‘cfg_util_persistent’.

    Error in cfg_util (line 433)
    [c0, jobs] = cfg_util_persistent;

    Error in spm_jobman (line 246)
    cjob = cfg_util(‘initjob’, mljob);

    Error in ea_docoreg_spm (line 49)
    spm_jobman(‘run’,{matlabbatch});

    Error in ea_coreg2images (line 37)
    affinefile =
    ea_docoreg_spm(options,appendcommaone(moving),appendcommaone(fixed),’nmi’,1,commaoneotherfiles,writeoutmat,interp);

    Error in ea_coreg_all_mri (line 16)
    ea_coreg2images(options,[directory,presentfiles{coregfi}],[directory,presentfiles{1}],[directory,presentfiles{coregfi}]);

    Error in ea_checkcoregallmri (line 9)
    ea_coreg_all_mri(options,usebrainmask)

    Error in ea_autocoord (line 140)
    ea_checkcoregallmri(options,0,1); % check and coregister all
    preoperative MRIs here.

    Error in ea_run (line 96)
    ea_autocoord(options);

    Error in lead_dbs>run_button_Callback (line 187)
    ea_run(‘run’,options);

    Error in gui_mainfcn (line 95)
    feval(varargin{:});

    Error in lead_dbs (line 43)
    gui_mainfcn(gui_State, varargin{:});

    Error in
    @(hObject,eventdata)lead_dbs(‘run_button_Callback’,hObject,eventdata,guidata(hObject))

    Error while evaluating UIControl Callback

    07/16/2018 at 11:40 AM #5097
    loreent
    Participant

    Dear lead-dbs team,

    I have a general question regarding OSs, hope you can help. I have been running lead-dbs without problems on my local OS (macOS Sierra, v.10.12.6). Recently we have been trying to move the computations using lead-dbs connectome to our computing cluster for resting state analysis, but here the pipeline (Coregister with SPM/ANTs, Normalize with ANTs, functional connectivity processes) crashes.

    Based on the error message (see below), I believe this has to do with an incompatibility stemming from the OS of the virtual machine I am using to push jobs onto the cluster, which runs CentOS 7. As far as I can tell, CentOS 7 only supports glibc 2.17. Can you please advise on whether the VM OS could indeed be the source of the problem, and if so, is a CentOS-compatible version available or planned?

    Thank you for your help!
    Best wishes, Loreen

    Here is the error message I received:

    Done preprocessing fMRI data.
    No timecourses found, processing…
    ~/lead/ext_libs/ANTs/antsApplyTransforms.glnxa64: /lib64/libc.so.6: version `GLIBC_2.18′ not found (required by ~/lead/ext_libs/support/libstdc++.so.6)

    Error using copyfile
    cp: der Aufruf von stat für
    “~/001/templates/labeling/wrisk_parcel.nii”
    ist nicht möglich: Datei oder Verzeichnis nicht gefunden

    Error in ea_warp_parcellation (line 65)
    copyfile([directory,’templates’,filesep,’labeling’,filesep,’w’,options.lc.general.parcellation,’.nii’],…

    Error in ea_extract_timecourses (line 6)
    ea_warp_parcellation(options.prefs.pprest,’rest’,options);

    Error in ea_createCM_fmri (line 15)
    gmtc=ea_extract_timecourses(options);

    Error in ea_perform_lc (line 81)
    [fMRI_CM, gmtc]=ea_createCM_fmri(options);

    Error in ea_autocoord (line 179)
    ea_perform_lc(options);

    Error in ea_run (line 96)
    ea_autocoord(options);

    Error in lead_connectome>runsavebutn_Callback (line 317)
    ea_run(‘run’,options);

    Error in gui_mainfcn (line 95)
    feval(varargin{:});

    Error in lead_connectome (line 42)
    gui_mainfcn(gui_State, varargin{:});

    Error in
    matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)lead_connectome(‘runsavebutn_Callback’,hObject,eventdata,guidata(hObject))
    Error while evaluating UIControl Callback

    07/19/2018 at 9:20 PM #5130
    rubenscury
    Participant

    Dear colleagues,

    We’ve been working with DBS targeting the cerebellum (dentate nucleus). Does anyone know if there is any atlas in the Lead-DBS that see the cerebellum? If the answer is not, can I import an atlas into the Lead-DBS?

    Best
    Rubens

    09/11/2018 at 6:57 PM #5417
    rubenscury
    Participant

    Dear colleagues,

    In order to walk through all lead-dbs tools, what package in Matlab should I download? 1) computational finance, 2) control system, 3) image processing and computer vision, 4) signal processing, 5) computational biology and 6) data analytics?

    I did not find this information in the manual,

    Regards
    Rubens

    09/11/2018 at 7:36 PM #5418
    andreashorn
    Keymaster

    Hi rubenscury,

    re the cerebellum – see the labeling folder which has the suit atlas and the yeo cerebellar functional zones atlas.
    You can try to use ea_labeling2atlas(‘Cerebellum_SUIT (Diedrichsen 2006)’) to convert the labeling into an atlas – but I’m not 100% sure if it will work. If not need to do manually (just put nifti files in the folders, ignore the atlas_index.mat and gm.nii files that will be built automatically.

    Re toolboxes I think you need stats & machinelearning as well as image processing optimally. Most things should work without but some functions need them.

    Best, Andy

  • Author
    Posts
Viewing 7 posts - 16 through 22 (of 22 total)
← 1 2
  • The topic ‘General discussion’ is closed to new replies.

Forum Statistics

Registered Users
130
Forums
1
Topics
185
Replies
607
Topic Tags
81

Subscribe to our newsletter

Latest Tweets

  • Tweet Avatar
    leaddbs
    @leaddbs
    RT @MichaelOkun: Congrats to @DBSThinkTank for the new Frontiers ebook of 26 articles and so far over 100,000 views.… https://t.co/BB5xZQsYr7

    1 year
  • Tweet Avatar
    leaddbs
    @leaddbs
    An automated programming algorithm building on top of Lead-DBS! 🎉😀🎈 https://t.co/2NxaVs9K9z

    1 year
  • Tweet Avatar
    leaddbs
    @leaddbs
    There will be a live demo of @leaddbs in Workshop #5! https://t.co/JCvSGZrkuH

    1 year

Recent Posts

  • Lead-OR out now
  • Bug in Lead-DBS v2.5
  • Lead-DBS v2.5 out now!
  • Lead-DBS on the cover of NeuroImage
  • Lead-DBS on the cover of Biological Psychiatry

Archives

  • August 2021
  • July 2021
  • March 2021
  • September 2020
  • June 2019
  • November 2018
  • September 2018
  • August 2018
  • March 2018
  • November 2017
  • September 2017
  • July 2017
  • April 2017
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • December 2015
  • November 2015
  • April 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • July 2014
  • June 2014

Imprint | Privacy Policy

Scroll to top
We use cookies to ensure that we give you the best experience on our website. You may “Accept All” or visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
PHPSESSIDsessionThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user session on the website. The cookie is a session cookies and is deleted when all the browser windows are closed.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_52019623_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Third-party
Cookies from third-party contents on the website.
CookieDurationDescription
CONSENT16 years 5 months 17 days 13 hoursThese cookies are set via embedded youtube-videos. They register anonymous statistical data on for example how many times the video is displayed and what settings are used for playback.No sensitive data is collected unless you log in to your google account, in that case your choices are linked with your account, for example if you click “like” on a video.
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
vuid2 yearsThis domain of this cookie is owned by Vimeo. This cookie is used by vimeo to collect tracking information. It sets a unique ID to embed videos to the website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
yt-remote-connected-devicesneverNo description available.
yt-remote-device-idneverNo description available.
SAVE & ACCEPT
Powered by CookieYes Logo